File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
constants/additionalChainRegistry Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments