mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Fix incorrect Venidium testnet path (#983)
* Fix incorrect Venidium testnet path * Add faucets field * Remove explorer URL slash on the end * Remove rpc ending slash
This commit is contained in:
parent
a76aae1c99
commit
2ab29702bd
|
@ -1,19 +1,20 @@
|
||||||
{
|
{
|
||||||
"name": "Venidium Testnet",
|
"name": "Venidium Testnet",
|
||||||
"chain": "XVM",
|
"chain": "XVM",
|
||||||
"rpc": ["https://rpc-evm-testnet.venidium.io/"],
|
"rpc": ["https://rpc-evm-testnet.venidium.io"],
|
||||||
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Venidium",
|
"name": "Venidium",
|
||||||
"symbol": "XVM",
|
"symbol": "XVM",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://venidium.io/",
|
"infoURL": "https://venidium.io",
|
||||||
"shortName": "xvm",
|
"shortName": "xvm",
|
||||||
"chainId": 4918,
|
"chainId": 4918,
|
||||||
"networkId": 4918,
|
"networkId": 4918,
|
||||||
"explorers": [{
|
"explorers": [{
|
||||||
"name": "Venidium EVM Testnet Explorer",
|
"name": "Venidium EVM Testnet Explorer",
|
||||||
"url": "https://evm-testnet.venidiumexplorer.com/",
|
"url": "https://evm-testnet.venidiumexplorer.com",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user