mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
21 lines
411 B
JSON
21 lines
411 B
JSON
{
|
|
"name": "Energy Web Volta Testnet",
|
|
"chain": "Volta",
|
|
"rpc": [
|
|
"https://volta-rpc.energyweb.org",
|
|
"wss://volta-rpc.energyweb.org/ws"
|
|
],
|
|
"faucets": [
|
|
"https://voltafaucet.energyweb.org"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "Volta Token",
|
|
"symbol": "VT",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://energyweb.org",
|
|
"shortName": "vt",
|
|
"chainId": 73799,
|
|
"networkId": 73799
|
|
}
|