Remove explorer URL slash on the end

This commit is contained in:
Felix 2022-03-17 09:04:54 +07:00 committed by GitHub
parent 9d9b3598de
commit 9677f2248b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
"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"
}]
}