diff --git a/_data/chains/eip155-5330.json b/_data/chains/eip155-5330.json new file mode 100644 index 000000000000..11627b8f26a0 --- /dev/null +++ b/_data/chains/eip155-5330.json @@ -0,0 +1,25 @@ +{ + "name": "Superseed", + "chain": "ETH", + "rpc": ["https://mainnet.superseed.xyz", "wss://mainnet.superseed.xyz"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://www.superseed.xyz", + "shortName": "sseed", + "chainId": 5330, + "networkId": 5330, + "slip44": 1, + "icon": "superseed", + "explorers": [ + { + "name": "seedscout", + "url": "https://explorer.superseed.xyz", + "standard": "EIP3091" + } + ], + "status": "active" +} diff --git a/_data/icons/superseed.json b/_data/icons/superseed.json new file mode 100644 index 000000000000..9464925a0c56 --- /dev/null +++ b/_data/icons/superseed.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmVa1MhJhixPzFfvhggQWg8hLtS77vg7QFvQtQGrXbVYSg", + "width": 1200, + "height": 1200, + "format": "png" + } +]