diff --git a/_data/chains/eip155-167.json b/_data/chains/eip155-167.json new file mode 100644 index 000000000000..356b3c64e8f3 --- /dev/null +++ b/_data/chains/eip155-167.json @@ -0,0 +1,29 @@ +{ + "name": "Taiko", + "title": "Taiko Mainnet", + "chainId": 167, + "icon": "taiko", + "shortName": "taiko-mainnet", + "chain": "ETH", + "networkId": 167, + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "rpc": ["https://rpc.taiko.xyz"], + "faucets": [], + "infoURL": "https://taiko.xyz", + "explorers": [ + { + "name": "Taiko Mainnet", + "url": "https://explorer.taiko.xyz", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [{ "url": "https://bridge.taiko.xyz" }] + } +} diff --git a/_data/chains/eip155-167001.json b/_data/chains/eip155-167001.json new file mode 100644 index 000000000000..5f0edc9bede5 --- /dev/null +++ b/_data/chains/eip155-167001.json @@ -0,0 +1,29 @@ +{ + "name": "Taiko", + "title": "Taiko (Thrasher) on Goerli", + "chainId": 167001, + "icon": "taiko", + "shortName": "taiko-thrasher", + "chain": "ETH", + "networkId": 167001, + "nativeCurrency": { + "name": "Test Ether on Taiko (Thrasher)", + "symbol": "ETH", + "decimals": 18 + }, + "rpc": ["https://thrasher.rpc.taiko.xyz"], + "faucets": [], + "infoURL": "https://taiko.xyz", + "explorers": [ + { + "name": "Taiko (Thrasher) on Goerli", + "url": "https://thrasher.explorer.taiko.xyz", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-5", + "bridges": [{ "url": "https://thrasher.bridge.taiko.xyz" }] + } +} diff --git a/_data/chains/eip155-167002.json b/_data/chains/eip155-167002.json new file mode 100644 index 000000000000..186e2b25906f --- /dev/null +++ b/_data/chains/eip155-167002.json @@ -0,0 +1,29 @@ +{ + "name": "Taiko", + "title": "Taiko (Algos) on Goerli", + "chainId": 167002, + "icon": "taiko", + "shortName": "taiko-algos", + "chain": "ETH", + "networkId": 167002, + "nativeCurrency": { + "name": "Test Ether on Taiko (Algos)", + "symbol": "ETH", + "decimals": 18 + }, + "rpc": ["https://algos.rpc.taiko.xyz"], + "faucets": [], + "infoURL": "https://taiko.xyz", + "explorers": [ + { + "name": "Taiko (Algos) on Goerli", + "url": "https://algos.explorer.taiko.xyz", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-5", + "bridges": [{ "url": "https://algos.bridge.taiko.xyz" }] + } +} diff --git a/_data/icons/taiko.json b/_data/icons/taiko.json new file mode 100644 index 000000000000..0cc90389bbd1 --- /dev/null +++ b/_data/icons/taiko.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmQUHTxD3goU9h9mpuyjC6JotMRByanvJEFDX1ueNPysbG", + "width": 726, + "height": 726, + "format": "png" + } +]