Skip to content

Commit

Permalink
deprecate Karak Goerli (ethereum-lists#4736)
Browse files Browse the repository at this point in the history
* deprecate Karak Goerli

* add karak sepolia
  • Loading branch information
aymentrosh authored Apr 3, 2024
1 parent b4751ee commit 16f00c9
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
7 changes: 4 additions & 3 deletions _data/chains/eip155-2511.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "Karak Testnet",
"name": "Karak Goerli",
"chain": "Karak",
"icon": "karak",
"status": "deprecated",
"rpc": ["https://goerli.node1.karak.network"],
"faucets": [],
"nativeCurrency": {
Expand All @@ -10,12 +11,12 @@
"decimals": 18
},
"infoURL": "https://karak.network",
"shortName": "karak-testnet",
"shortName": "karak-goerli",
"chainId": 2511,
"networkId": 2511,
"explorers": [
{
"name": "Karak Testnet Explorer",
"name": "Karak Goerli Explorer",
"url": "https://goerli.scan.karak.network",
"standard": "EIP3091"
}
Expand Down
27 changes: 27 additions & 0 deletions _data/chains/eip155-8054.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "Karak Sepolia",
"chain": "Karak",
"icon": "karak",
"rpc": ["https://rpc.sepolia.karak.network"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://karak.network",
"shortName": "karak-sepolia",
"chainId": 8054,
"networkId": 8054,
"explorers": [
{
"name": "Karak Sepolia Explorer",
"url": "https://explorer.sepolia.karak.network",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-11155111"
}
}

0 comments on commit 16f00c9

Please sign in to comment.