Skip to content

Commit

Permalink
feat(eip155-5330): add superseed mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNikolas committed Nov 8, 2024
1 parent 42c6faa commit 750ee6c
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
25 changes: 25 additions & 0 deletions _data/chains/eip155-5330.json
Original file line number Diff line number Diff line change
@@ -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"
}
8 changes: 8 additions & 0 deletions _data/icons/superseed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmVa1MhJhixPzFfvhggQWg8hLtS77vg7QFvQtQGrXbVYSg",
"width": 1200,
"height": 1200,
"format": "png"
}
]

0 comments on commit 750ee6c

Please sign in to comment.