Add Velas Mainnet (#484)

* added velas chain

* Update eip155-106.json

* added faucets
This commit is contained in:
Roman Cherednik 2021-10-16 01:48:03 +03:00 committed by GitHub
parent 2a40114a66
commit 90581a3c86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{
"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"
}]
}

8
_data/icons/velas.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url":"ipfs://QmNXiCXJxEeBd7ZYGYjPSMTSdbDd2nfodLC677gUfk9ku5",
"width":924,
"height":800,
"format":"png"
}
]