Skip to content

Commit

Permalink
chore: update Taiko (ethereum-lists#2942)
Browse files Browse the repository at this point in the history
* chore: update Taiko

* update icon size

* remove stale icon
  • Loading branch information
dionysuzx authored Jun 2, 2023
1 parent 3b46b9b commit 57084f1
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
1 change: 1 addition & 0 deletions _data/chains/eip155-167004.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "Taiko (Alpha-2 Testnet)",
"chain": "ETH",
"status": "deprecated",
"icon": "taiko",
"rpc": ["https://rpc.a2.taiko.xyz"],
"faucets": [],
Expand Down
24 changes: 24 additions & 0 deletions _data/chains/eip155-167005.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Taiko (Alpha-3 Testnet)",
"chain": "ETH",
"status": "active",
"icon": "taiko",
"rpc": ["https://rpc.test.taiko.xyz"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://taiko.xyz",
"shortName": "taiko-a3",
"chainId": 167005,
"networkId": 167005,
"explorers": [
{
"name": "blockscout",
"url": "https://explorer.test.taiko.xyz",
"standard": "EIP3091"
}
]
}
6 changes: 3 additions & 3 deletions _data/icons/taiko.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[
{
"url": "ipfs://QmWMUDmNHzCtism9dYK1JooerZJ4da6kGt67HAQmLiEykc",
"width": 1001,
"height": 1001,
"url": "ipfs://QmcHdmVr5VRUJq13jnM6tgah5Ge7hn3Dm14eY6vwivJ5ui",
"width": 288,
"height": 258,
"format": "png"
}
]
Binary file not shown.

0 comments on commit 57084f1

Please sign in to comment.