Skip to content

Commit

Permalink
Add token to AB
Browse files Browse the repository at this point in the history
  • Loading branch information
MirthFutures committed Oct 14, 2024
1 parent e756977 commit bc1c1dc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/address-book/src/address-book/base/tokens/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1436,4 +1436,18 @@ export const tokens = {
website: 'https://spx6900.com/',
bridge: 'wormhole',
},
wBLT: {
name: 'Wrapped BMX Liquidity Token',
symbol: 'wBLT',
oracleId: 'wBLT',
address: '0x4E74D4Db6c0726ccded4656d0BCE448876BB4C7A',
chainId: 8453,
decimals: 18,
logoURI: '',
description:
'A wrapped-BLT is when you replace bread with a tortilla and wrap the bacon, lettuce, and tomato. It provides a different experience, generally less carbs and leaves you feeling lighter. Bread or tortilla, the choice is yours! At BMX, wrapped-BLT (wBLT) is a token received as a result of depositing BLT into BMX’s native Yearn-architectured, auto-compounding reward vault. wBLT functions as a receipt token representing a claim on the underlying BLT within the vault.',
website: 'https://spx6900.com/',
documentation: 'https://docs.morphex.trade/bmx/wblt',
bridge: 'native',
},
} as const satisfies Record<string, Token>;
8 changes: 8 additions & 0 deletions src/utils/fetchConcentratedLiquidityTokenPrices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,14 @@ const tokens: Partial<Record<keyof typeof ChainId, ConcentratedLiquidityToken[]>
firstToken: 'basemooBIFI',
secondToken: 'ETH',
},
{
type: 'Slipstream',
oracleId: 'wBLT',
decimalDelta: 1e12,
pool: '0x7cE345561E1690445eEfA0dB04F59d64b65598A8',
firstToken: 'USDC',
secondToken: 'wBLT',
},
],
};

Expand Down

0 comments on commit bc1c1dc

Please sign in to comment.