Skip to content

Commit de81577

Browse files
committed
feat: Add Ronin Saigon Testnet (202601)
1 parent e374d0d commit de81577

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
export const data = {
2+
"name": "Ronin Saigon Testnet",
3+
"chain": "RON",
4+
"icon": "ronin",
5+
"rpc": [
6+
"https://saigon-testnet.roninchain.com/rpc",
7+
"https://ronin-saigon.gateway.tatum.io/",
8+
"https://ronin-saigon.drpc.org"
9+
],
10+
"faucets": ["https://faucet.roninchain.com/"],
11+
"nativeCurrency": {
12+
"name": "Ronin",
13+
"symbol": "RON",
14+
"decimals": 18
15+
},
16+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
17+
"infoURL": "https://roninchain.com",
18+
"shortName": "ronin-saigon",
19+
"chainId": 202601,
20+
"networkId": 202601,
21+
"explorers": [
22+
{
23+
"name": "Ronin Saigon Explorer",
24+
"url": "https://saigon-explorer.roninchain.com",
25+
"standard": "EIP3091"
26+
}
27+
]
28+
}

0 commit comments

Comments
 (0)