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
This commit is contained in:
Benjamin Hyo-keun Oh 2021-12-12 19:14:18 +09:00 committed by GitHub
parent 36aedab5d9
commit cee6903129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": "EIP3091"
}]
} }