Skip to content

Commit

Permalink
Add algebra integral contract and wBTC on Blast (#190)
Browse files Browse the repository at this point in the history
Co-authored-by: Tatyana Stemkovski <tanya_stemkovski@hotmail.com>
  • Loading branch information
tstemko and Tatyana Stemkovski committed Apr 30, 2024
1 parent 3c30996 commit fda69a2
Show file tree
Hide file tree
Showing 9 changed files with 4,401 additions and 1 deletion.
1,340 changes: 1,340 additions & 0 deletions content/abis/generate/algebraIntegralPool.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export {
getUniswapV3PositionsContract,
getUniswapV3PoolContract,
getAlgebraPoolContract,
getAlgebraIntegralPoolContract,
getUniswapV3FactoryContract,
getIchiBntV3Contract,
getDodoLiquidityPoolContract,
Expand Down
11 changes: 11 additions & 0 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2543,6 +2543,17 @@ export const TOKENS: TokenMapping = {
atCoingecko: true,
isOneToken: false
},
[ChainId.Blast]: {
tokenName: TokenName.WBTC,
tableName: tokenNameWithChainPrefix(TokenName.WBTC, ChainId.Blast),
address: '0xF7bc58b8D8f97ADC129cfC4c9f45Ce3C0E1D2692',
decimals: 8,
displayName: 'wBTC',
symbol: 'wBTC',
fullName: 'Wrapped BTC',
atCoingecko: false,
isOneToken: false,
},
[ChainId.Eon]: {
tokenName: TokenName.WBTC,
tableName: `eon_${TokenName.WBTC}`,
Expand Down

0 comments on commit fda69a2

Please sign in to comment.