Skip to content

Commit 43151a7

Browse files
committed
add shibarium
1 parent 8292794 commit 43151a7

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
export const data = {
2+
"name": "Shibarium",
3+
"chain": "Shibarium",
4+
"icon": "shibarium",
5+
"rpc": [
6+
"https://rpc.shibarium.shib.io",
7+
"https://rpc.shibrpc.com",
8+
"https://shib.nownodes.io"
9+
],
10+
"faucets": [],
11+
"nativeCurrency": {
12+
"name": "BONE Shibarium",
13+
"symbol": "BONE",
14+
"decimals": 18
15+
},
16+
"infoURL": "https://shibariumecosystem.com",
17+
"shortName": "shibariumecosystem",
18+
"chainId": 109,
19+
"networkId": 109,
20+
"explorers": [
21+
{
22+
"name": "shibariumscan",
23+
"url": "https://shibariumscan.io",
24+
"standard": "none"
25+
}
26+
]
27+
}

0 commit comments

Comments
 (0)