From c5ea67f6061c16d07603d0b2dfa0f273b559d832 Mon Sep 17 00:00:00 2001 From: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:16:44 -0400 Subject: [PATCH] Add Taiko (Alpha-2 Testnet) (#2442) * Add Taiko (Alpha-2 Testnet) * Update eip155-167004.json * Update eip155-167004.json * add incubating status * update icon size * remove incubating status --------- Co-authored-by: ligi --- _data/chains/eip155-167004.json | 23 +++++++++++++++++++++++ _data/icons/taiko.json | 8 ++++++++ 2 files changed, 31 insertions(+) create mode 100644 _data/chains/eip155-167004.json create mode 100644 _data/icons/taiko.json diff --git a/_data/chains/eip155-167004.json b/_data/chains/eip155-167004.json new file mode 100644 index 00000000..c3b1a187 --- /dev/null +++ b/_data/chains/eip155-167004.json @@ -0,0 +1,23 @@ +{ + "name": "Taiko (Alpha-2 Testnet)", + "chain": "ETH", + "icon": "taiko", + "rpc": ["https://rpc.a2.taiko.xyz"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://taiko.xyz", + "shortName": "taiko-a2", + "chainId": 167004, + "networkId": 167004, + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.a2.taiko.xyz", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/taiko.json b/_data/icons/taiko.json new file mode 100644 index 00000000..deda1b89 --- /dev/null +++ b/_data/icons/taiko.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmWMUDmNHzCtism9dYK1JooerZJ4da6kGt67HAQmLiEykc", + "width": 1001, + "height": 1001, + "format": "png" + } +]