Skip to content

Commit

Permalink
Fix status of Taiko Katla Testnet (#5445)
Browse files Browse the repository at this point in the history
* fix: status of Taiko Katla Testnet

* feat: remove katla explorer and RPCs

* fix

* fix: lint

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
swarna1101 and ligi authored Oct 5, 2024
1 parent d880622 commit 28b516b
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions _data/chains/eip155-167008.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
{
"name": "Taiko Katla L2",
"chain": "ETH",
"status": "active",
"status": "deprecated",
"icon": "taiko",
"rpc": [
"https://rpc.katla.taiko.xyz",
"wss://ws.katla.taiko.xyz",
"https://taiko-katla.drpc.org",
"wss://taiko-katla.drpc.org"
],
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
Expand All @@ -19,11 +14,5 @@
"shortName": "tko-katla",
"chainId": 167008,
"networkId": 167008,
"explorers": [
{
"name": "blockscout",
"url": "https://explorer.katla.taiko.xyz",
"standard": "EIP3091"
}
]
"explorers": []
}

0 comments on commit 28b516b

Please sign in to comment.