diff --git a/src/sections/lending/components/primitives/TokenIcon.tsx b/src/sections/lending/components/primitives/TokenIcon.tsx index 52595f284d..bd548f9ea6 100644 --- a/src/sections/lending/components/primitives/TokenIcon.tsx +++ b/src/sections/lending/components/primitives/TokenIcon.tsx @@ -10,6 +10,7 @@ const SYMBOL_TO_ASSET_ID_MAP_TESTNET: Record = { weth: "20", wbtc: "3", vdot: "15", + tbtc: "1000765", } const SYMBOL_TO_ASSET_ID_MAP_MAINNET: Record = { @@ -19,6 +20,7 @@ const SYMBOL_TO_ASSET_ID_MAP_MAINNET: Record = { weth: "20", wbtc: "19", vdot: "15", + tbtc: "1000765", } const SYMBOL_TO_ASSET_ID_MAP = diff --git a/src/sections/lending/ui-config/aTokens.ts b/src/sections/lending/ui-config/aTokens.ts index cb6e2cc4a0..b56c99127e 100644 --- a/src/sections/lending/ui-config/aTokens.ts +++ b/src/sections/lending/ui-config/aTokens.ts @@ -14,6 +14,8 @@ export const A_TOKEN_UNDERLYING_ID_MAP_TESTNET: { [key: string]: string } = { "1000041": "20", //avDOT "1005": "15", + //atBTC + "1006": "1000765", } export const A_TOKEN_UNDERLYING_ID_MAP_MAINNET: { [key: string]: string } = { @@ -27,6 +29,8 @@ export const A_TOKEN_UNDERLYING_ID_MAP_MAINNET: { [key: string]: string } = { "1004": "19", //avDOT "1005": "15", + //atBTC + "1006": "1000765", } export const A_TOKEN_UNDERLYING_ID_MAP = diff --git a/src/sections/provider/components/ProviderItem/ProviderItem.tsx b/src/sections/provider/components/ProviderItem/ProviderItem.tsx index ebf8ade41f..c05c71921b 100644 --- a/src/sections/provider/components/ProviderItem/ProviderItem.tsx +++ b/src/sections/provider/components/ProviderItem/ProviderItem.tsx @@ -47,12 +47,9 @@ export const ProviderItemLayout = ({ /> ) - const isOffline = !blockNumber - const isDisabled = isLoading || isOffline - return ( onClick?.(url)} className={className} >