Skip to content

Commit 18c5f8e

Browse files
committed
Add Sonic Testnet Network
1 parent b0a5a7e commit 18c5f8e

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

_data/chains/eip155-14601.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "Sonic Testnet",
3+
"chain": "sonic-testnet",
4+
"rpc": ["https://rpc.testnet.soniclabs.com"],
5+
"faucets": ["https://testnet.soniclabs.com/account"],
6+
"nativeCurrency": {
7+
"name": "Sonic",
8+
"symbol": "S",
9+
"decimals": 18
10+
},
11+
"features": [{ "name": "EIP155" }],
12+
"infoURL": "https://testnet.soniclabs.com",
13+
"shortName": "sonic-testnet",
14+
"chainId": 14601,
15+
"networkId": 14601,
16+
"icon": "sonic",
17+
"explorers": [
18+
{
19+
"name": "Sonic Testnet Explorer",
20+
"url": "https://explorer.testnet.soniclabs.com",
21+
"icon": "sonic",
22+
"standard": "none"
23+
}
24+
]
25+
}

0 commit comments

Comments
 (0)