mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fix: remove trailing slash
This commit is contained in:
parent
b8b0d28eb9
commit
e641e6e464
|
@ -9,7 +9,7 @@
|
||||||
"symbol": "EZC",
|
"symbol": "EZC",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://ezchain.com/",
|
"infoURL": "https://ezchain.com",
|
||||||
"shortName": "EZChain",
|
"shortName": "EZChain",
|
||||||
"chainId": 2612,
|
"chainId": 2612,
|
||||||
"networkId": 2612,
|
"networkId": 2612,
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
"explorers": [
|
"explorers": [
|
||||||
{
|
{
|
||||||
"name": "ezchain",
|
"name": "ezchain",
|
||||||
"url": "https://cchain-explorer.ezchain.com/",
|
"url": "https://cchain-explorer.ezchain.com",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -5,14 +5,14 @@
|
||||||
"https://testnet-api.ezchain.com/ext/bc/C/rpc"
|
"https://testnet-api.ezchain.com/ext/bc/C/rpc"
|
||||||
],
|
],
|
||||||
"faucets": [
|
"faucets": [
|
||||||
"https://testnet-faucet.ezchain.com/"
|
"https://testnet-faucet.ezchain.com"
|
||||||
],
|
],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "EZChain",
|
"name": "EZChain",
|
||||||
"symbol": "EZC",
|
"symbol": "EZC",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://ezchain.com/",
|
"infoURL": "https://ezchain.com",
|
||||||
"shortName": "EZChain",
|
"shortName": "EZChain",
|
||||||
"chainId": 2613,
|
"chainId": 2613,
|
||||||
"networkId": 2613,
|
"networkId": 2613,
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
"explorers": [
|
"explorers": [
|
||||||
{
|
{
|
||||||
"name": "ezchain",
|
"name": "ezchain",
|
||||||
"url": "https://testnet-cchain-explorer.ezchain.com/",
|
"url": "https://testnet-cchain-explorer.ezchain.com",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user