chains/_data/chains/eip155-106.json
Roman Cherednik 90581a3c86
Add Velas Mainnet (#484)
* added velas chain

* Update eip155-106.json

* added faucets
2021-10-16 00:48:03 +02:00

26 lines
514 B
JSON

{
"name": "Velas EVM Mainnet",
"chain": "Velas",
"network": "mainnet",
"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"
}]
}