Skip to content

Commit

Permalink
feat: add superseed
Browse files Browse the repository at this point in the history
  • Loading branch information
razgraf committed Nov 19, 2024
1 parent bf92ffc commit 7e13d21
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/buildList.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const roninMainnet = require("./tokens/ronin-mainnet.json");
const roninTestnet = require("./tokens/ronin-testnet.json");
const scrollTestnet = require("./tokens/scroll-mainnet.json");
const sepolia = require("./tokens/sepolia.json");
const superseedMainnet = require("./tokens/superseed-mainnet.json");
const tangleMainnet = require("./tokens/tangle-mainnet.json");
const zksyncMainnet = require("./tokens/zksync-mainnet.json");

Expand Down Expand Up @@ -57,6 +58,7 @@ module.exports = function buildList() {
...roninTestnet,
...scrollTestnet,
...sepolia,
...superseedMainnet,
...tangleMainnet,
...zksyncMainnet,
]
Expand Down
10 changes: 10 additions & 0 deletions src/tokens/superseed-mainnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"address": "0x4200000000000000000000000000000000000006",
"chainId": 5330,
"decimals": 18,
"logoURI": "https://ethereum-optimism.github.io/data/WETH/logo.png",
"name": "Wrapped Ether",
"symbol": "WETH"
}
]

0 comments on commit 7e13d21

Please sign in to comment.