Skip to content

Commit a1fe5cf

Browse files
authored
Merge pull request #14 from MetalPay/tokenlist
Update token list
2 parents da82cce + ad6a03c commit a1fe5cf

File tree

6 files changed

+513
-16409
lines changed

6 files changed

+513
-16409
lines changed

components/TokenListTable.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ import tokenlist from '@eth-optimism/tokenlist'
33

44
const explorers = {
55
'1': 'https://etherscan.io',
6-
'5': 'https://goerli.etherscan.io',
7-
'10': 'https://optimistic.etherscan.io',
8-
'420': 'https://goerli-optimism.etherscan.io',
96
'11155111': 'https://sepolia.etherscan.io/',
10-
'11155420': 'https://sepolia-optimism.etherscan.io/',
117
'1750' : 'https://explorer.metall2.com/',
128
'1740' : 'https://testnet.explorer.metall2.com/',
139
}
@@ -41,7 +37,7 @@ export function TokenListTable({
4137
return a.symbol.localeCompare(b.symbol)
4238
})
4339
.reduce((acc, token) => {
44-
// Remove any duplicate L1 tokens
40+
// Remove duplicate L1 tokens by address
4541
if (acc.some((other) => {
4642
return other.address === token.address
4743
})) {

0 commit comments

Comments
 (0)