Skip to content

Commit

Permalink
Update Klaytn (ethereum-lists#4639)
Browse files Browse the repository at this point in the history
* Update eip155-8217.json

* Update eip155-1001.json

* Update eip155-1001.json

* Update eip155-1001.json

* Update eip155-1001.json

* Update eip155-1001.json

* Update eip155-8217.json

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
ian0371 and ligi authored Apr 3, 2024
1 parent 200bf86 commit 0419aee
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
16 changes: 10 additions & 6 deletions _data/chains/eip155-1001.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,29 @@
"name": "Klaytn Testnet Baobab",
"chain": "KLAY",
"rpc": [
"https://api.baobab.klaytn.net:8651",
"https://klaytn-baobab.drpc.org",
"wss://klaytn-baobab.drpc.org"
"https://public-en-baobab.klaytn.net",
"https://api.baobab.klaytn.net:8651"
],
"faucets": ["https://baobab.wallet.klaytn.com/access?next=faucet"],
"nativeCurrency": {
"name": "KLAY",
"symbol": "KLAY",
"decimals": 18
},
"infoURL": "https://www.klaytn.com/",
"infoURL": "https://klaytn.foundation",
"shortName": "Baobab",
"chainId": 1001,
"networkId": 1001,
"slip44": 1,
"explorers": [
{
"name": "klaytnscope",
"url": "https://scope.klaytn.com",
"name": "Klaytnscope",
"url": "https://baobab.klaytnscope.com",
"standard": "EIP3091"
},
{
"name": "Klaytnfinder",
"url": "https://baobab.klaytnfinder.io",
"standard": "EIP3091"
}
]
Expand Down
11 changes: 8 additions & 3 deletions _data/chains/eip155-8217.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "Klaytn Mainnet Cypress",
"chain": "KLAY",
"rpc": ["https://public-node-api.klaytnapi.com/v1/cypress"],
"rpc": ["https://public-en-cypress.klaytn.net"],
"faucets": [],
"nativeCurrency": {
"name": "KLAY",
"symbol": "KLAY",
"decimals": 18
},
"infoURL": "https://www.klaytn.com/",
"infoURL": "https://klaytn.foundation",
"shortName": "Cypress",
"chainId": 8217,
"networkId": 8217,
Expand All @@ -17,7 +17,12 @@
{
"name": "Klaytnscope",
"url": "https://scope.klaytn.com",
"standard": "none"
"standard": "EIP3091"
},
{
"name": "Klaytnfinder",
"url": "https://klaytnfinder.io",
"standard": "EIP3091"
}
]
}

0 comments on commit 0419aee

Please sign in to comment.