This commit is contained in:
Tim Olson
2024-01-09 13:30:08 -04:00
parent a65a1fffae
commit 0e5a4bac6d
3 changed files with 6 additions and 6 deletions

View File

@@ -89,9 +89,9 @@ const arbitrumTokens = [
];
const _knownTokens = {
42161: arbitrumTokens,
1337: [], // only show the two mock coins
31337: arbitrumTokens,
53261: [], // only show the two mock coins
42161: arbitrumTokens,
};
for( const chainId in _knownTokens ) {