From bc1c1dc373a1efa04623d9ee4ef16ad3328ed3c8 Mon Sep 17 00:00:00 2001 From: MirthFutures Date: Mon, 14 Oct 2024 13:33:36 -0400 Subject: [PATCH] Add token to AB --- .../src/address-book/base/tokens/tokens.ts | 14 ++++++++++++++ src/utils/fetchConcentratedLiquidityTokenPrices.ts | 8 ++++++++ 2 files changed, 22 insertions(+) diff --git a/packages/address-book/src/address-book/base/tokens/tokens.ts b/packages/address-book/src/address-book/base/tokens/tokens.ts index 66c239df4..f6e266adb 100644 --- a/packages/address-book/src/address-book/base/tokens/tokens.ts +++ b/packages/address-book/src/address-book/base/tokens/tokens.ts @@ -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; diff --git a/src/utils/fetchConcentratedLiquidityTokenPrices.ts b/src/utils/fetchConcentratedLiquidityTokenPrices.ts index f1e15d91d..2e3bdfa8c 100644 --- a/src/utils/fetchConcentratedLiquidityTokenPrices.ts +++ b/src/utils/fetchConcentratedLiquidityTokenPrices.ts @@ -311,6 +311,14 @@ const tokens: Partial firstToken: 'basemooBIFI', secondToken: 'ETH', }, + { + type: 'Slipstream', + oracleId: 'wBLT', + decimalDelta: 1e12, + pool: '0x7cE345561E1690445eEfA0dB04F59d64b65598A8', + firstToken: 'USDC', + secondToken: 'wBLT', + }, ], };