mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

decimals 6 --> 18 native vs decimal is 6 ,but ethereum compatible interface already adapt
20 lines
388 B
JSON
20 lines
388 B
JSON
{
|
|
"name": "Vision - Mainnet",
|
|
"chain": "Vision",
|
|
"rpc": [
|
|
"https://infragrid.v.network/ethereum/compatible"
|
|
],
|
|
"faucets": [
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "VS",
|
|
"symbol": "VS",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://visionscan.org",
|
|
"shortName": "vision",
|
|
"chainId": 888888,
|
|
"networkId": 888888,
|
|
"slip44": 60
|
|
}
|