Skip to content

Commit

Permalink
Merge pull request #8623 from DefiLlama/mappingfix
Browse files Browse the repository at this point in the history
thruster
  • Loading branch information
waynebruce0x authored Nov 22, 2024
2 parents 1bd17fa + 4a5334e commit e30b224
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions coins/src/adapters/markets/uniswap/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ const config = {
chain: "base",
factory: "0x8909Dc15e40173Ff4699343b6eB8132c65e18eC6",
},
thruster03: { chain: 'blast', factory: '0xb4A7D971D0ADea1c73198C97d7ab3f9CE4aaFA13' },
thruster1: { chain: 'blast', factory: '0x37836821a2c03c171fB1a595767f4a16e2b93Fc4' },
};

export function extraUniV2Lps(timestamp: number = 0) {
Expand Down
2 changes: 1 addition & 1 deletion defi/l2/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const canonicalBridgeIds: { [id: string]: Chain } = {
"3786": "scroll",
"3787": "starknet",
"3788": "era",
"3813": "alephium",
// "3813": "alephium",
"3861": "rsk",
// "3866": "near",
// "3866": "aurora",
Expand Down

0 comments on commit e30b224

Please sign in to comment.