fix: remove trailing slash

This commit is contained in:
enixdark 2022-05-08 22:35:37 +07:00
parent b8b0d28eb9
commit e641e6e464
2 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@
"symbol": "EZC",
"decimals": 18
},
"infoURL": "https://ezchain.com/",
"infoURL": "https://ezchain.com",
"shortName": "EZChain",
"chainId": 2612,
"networkId": 2612,
@ -17,7 +17,7 @@
"explorers": [
{
"name": "ezchain",
"url": "https://cchain-explorer.ezchain.com/",
"url": "https://cchain-explorer.ezchain.com",
"standard": "EIP3091"
}
]

View File

@ -5,14 +5,14 @@
"https://testnet-api.ezchain.com/ext/bc/C/rpc"
],
"faucets": [
"https://testnet-faucet.ezchain.com/"
"https://testnet-faucet.ezchain.com"
],
"nativeCurrency": {
"name": "EZChain",
"symbol": "EZC",
"decimals": 18
},
"infoURL": "https://ezchain.com/",
"infoURL": "https://ezchain.com",
"shortName": "EZChain",
"chainId": 2613,
"networkId": 2613,
@ -20,7 +20,7 @@
"explorers": [
{
"name": "ezchain",
"url": "https://testnet-cchain-explorer.ezchain.com/",
"url": "https://testnet-cchain-explorer.ezchain.com",
"standard": "EIP3091"
}
]