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:
Benjamin Hyo-keun Oh 2021-12-17 20:48:56 +09:00 committed by GitHub
parent ac6cb3516e
commit 2241b4468f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
"chain": "KLAY",
"network": "cypress",
"rpc": [
"https://node-api.klaytnapi.com/v1/klaytn"
"https://api.cypress.ozys.net:8651"
],
"faucets": [],
"nativeCurrency": {
@ -15,5 +15,10 @@
"shortName": "Cypress",
"chainId": 8217,
"networkId": 8217,
"slip44": 8217
"slip44": 8217,
"explorers": [{
"name": "Klaytnscope",
"url": "https://scope.klaytn.com",
"standard": "none"
}]
}