mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
490 B
JSON
25 lines
490 B
JSON
{
|
|
"name": "Velas EVM Mainnet",
|
|
"chain": "Velas",
|
|
"icon": "velas",
|
|
"rpc": [
|
|
"https://evmexplorer.velas.com/rpc",
|
|
"https://explorer.velas.com/rpc"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Velas",
|
|
"symbol": "VLX",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://velas.com",
|
|
"shortName": "vlx",
|
|
"chainId": 106,
|
|
"networkId": 106,
|
|
"explorers": [{
|
|
"name": "Velas Explorer",
|
|
"url": "https://evmexplorer.velas.com",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|