We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a5a7e commit 18c5f8eCopy full SHA for 18c5f8e
_data/chains/eip155-14601.json
@@ -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
22
+ "standard": "none"
23
+ }
24
+ ]
25
+}
0 commit comments