mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Update eip155-8217.json (#654)
* Update eip155-8217.json - remove Klayn Official JSON-RPC route (Klaytn official API doesn't work any more) - add ozys JSON-RPC route - add klaytnscope uri * Update eip155-8217.json - fix uri - remove EIP-3091 * Update _data/chains/eip155-8217.json Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
ac6cb3516e
commit
2241b4468f
|
@ -3,7 +3,7 @@
|
||||||
"chain": "KLAY",
|
"chain": "KLAY",
|
||||||
"network": "cypress",
|
"network": "cypress",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://node-api.klaytnapi.com/v1/klaytn"
|
"https://api.cypress.ozys.net:8651"
|
||||||
],
|
],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
|
@ -15,5 +15,10 @@
|
||||||
"shortName": "Cypress",
|
"shortName": "Cypress",
|
||||||
"chainId": 8217,
|
"chainId": 8217,
|
||||||
"networkId": 8217,
|
"networkId": 8217,
|
||||||
"slip44": 8217
|
"slip44": 8217,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Klaytnscope",
|
||||||
|
"url": "https://scope.klaytn.com",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user