Skip to content

Commit

Permalink
Add StarBound Mainnet & Testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
TechInfoCentral committed Sep 21, 2024
1 parent cc24859 commit bc7e92f
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
22 changes: 22 additions & 0 deletions _data/chains/eip155-21924.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "StarBound",
"chain": "BOUND",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "StarBound",
"symbol": "BOUND",
"decimals": 18
},
"infoURL": [],
"shortName": "starbound",
"chainId": 21924,
"networkId": 21924,
"slip44": 1,
"explorers": [],
"parent": {
"type": "L2",
"chain": "eip155-56",
"bridges": []
}
}
21 changes: 21 additions & 0 deletions _data/chains/eip155-21925.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "StarBound Testnet",
"chain": "BOUND",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "StarBound",
"symbol": "BOUND",
"decimals": 18
},
"infoURL": [],
"shortName": "starbound",
"chainId": 21925,
"networkId": 21925,
"slip44": 1,
"explorers": [],
"parent": {
"type": "L2",
"chain": "eip155-97"
}
}
8 changes: 8 additions & 0 deletions _data/icons/starbound.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://Qmb8XbXTCTFMY3kPqKdm7LgKAYRamtrUdTbcxm58AdLoop",
"width": 500,
"height": 500,
"format": "png"
}
]

0 comments on commit bc7e92f

Please sign in to comment.