mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
520 B
JSON
25 lines
520 B
JSON
{
|
|
"name": "Vision - Mainnet",
|
|
"chain": "Vision",
|
|
"rpc": [
|
|
"https://infragrid.v.network/ethereum/compatible"
|
|
],
|
|
"faucets": [
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "VS",
|
|
"symbol": "VS",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.v.network",
|
|
"explorers": [{
|
|
"name": "Visionscan",
|
|
"url": "https://www.visionscan.org",
|
|
"standard": "EIP3091"
|
|
}],
|
|
"shortName": "vision",
|
|
"chainId": 888888,
|
|
"networkId": 888888,
|
|
"slip44": 60
|
|
}
|