mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Velas Mainnet (#484)
* added velas chain * Update eip155-106.json * added faucets
This commit is contained in:
parent
2a40114a66
commit
90581a3c86
25
_data/chains/eip155-106.json
Normal file
25
_data/chains/eip155-106.json
Normal 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
8
_data/icons/velas.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url":"ipfs://QmNXiCXJxEeBd7ZYGYjPSMTSdbDd2nfodLC677gUfk9ku5",
|
||||
"width":924,
|
||||
"height":800,
|
||||
"format":"png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user