We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8292794 commit 43151a7Copy full SHA for 43151a7
constants/additionalChainRegistry/chainid-109.js
@@ -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