Skip to content

Commit

Permalink
test: fix metadata source test for real
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsambugs committed Oct 14, 2024
1 parent 0e723e9 commit b9e6807
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { CachedMetadataSource } from '@services/metadata/metadata-sources/cached

const TESTS: Record<ChainId, { address: TokenAddress; symbol: string }> = {
[Chains.OPTIMISM.chainId]: { address: '0xda10009cbd5d07dd0cecc66161fc93d7c9000da1', symbol: 'DAI' },
[Chains.POLYGON.chainId]: { address: '0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270', symbol: 'WPOL' },
[Chains.POLYGON.chainId]: { address: '0x3c499c542cef5e3811e1192ce70d8cc03d5c3359', symbol: 'USDC' },
[Chains.ARBITRUM.chainId]: { address: '0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a', symbol: 'GMX' },
[Chains.BNB_CHAIN.chainId]: { address: '0x0e09fabb73bd3ade0a17ecc321fd13a19e81ce82', symbol: 'CAKE' },
[Chains.ETHEREUM.chainId]: { address: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599', symbol: 'WBTC' },
Expand Down

0 comments on commit b9e6807

Please sign in to comment.