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:
Felix 2022-03-17 13:31:02 +07:00 committed by GitHub
parent a76aae1c99
commit 2ab29702bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,19 +1,20 @@
{
"name": "Venidium Testnet",
"chain": "XVM",
"rpc": ["https://rpc-evm-testnet.venidium.io/"],
"rpc": ["https://rpc-evm-testnet.venidium.io"],
"faucets": [],
"nativeCurrency": {
"name": "Venidium",
"symbol": "XVM",
"decimals": 18
},
"infoURL": "https://venidium.io/",
"infoURL": "https://venidium.io",
"shortName": "xvm",
"chainId": 4918,
"networkId": 4918,
"explorers": [{
"name": "Venidium EVM Testnet Explorer",
"url": "https://evm-testnet.venidiumexplorer.com/",
"url": "https://evm-testnet.venidiumexplorer.com",
"standard": "EIP3091"
}]
}