Skip to content

Commit 1e8dbc5

Browse files
authored
Merge pull request #14532 from HiberNuts/dev
fix: add missing wallet image for Taiko Mainnet
2 parents 8956d14 + a9cc6ff commit 1e8dbc5

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

public/images/layer-2/taiko.png

321 KB
Loading

src/data/networks/networks.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import ModeLogo from "@/public/images/layer-2/mode.png"
1111
import OptimismLogo from "@/public/images/layer-2/optimism.png"
1212
import ScrollLogo from "@/public/images/layer-2/scroll.png"
1313
import StarknetLogo from "@/public/images/layer-2/starknet.png"
14+
import TaikoLogo from "@/public/images/layer-2/taiko.png"
1415
import ZkSyncEraLogo from "@/public/images/layer-2/zksyncEra.jpg"
1516

1617
export interface Rollup {
@@ -196,4 +197,21 @@ export const layer2Data: Rollups = [
196197
growThePieLink: "https://www.growthepie.xyz/chains/mode",
197198
feeToken: ["ETH"],
198199
},
200+
{
201+
l2beatID: "taiko",
202+
growthepieID: "taiko",
203+
name: "Taiko",
204+
chainName: "Taiko Mainnet",
205+
logo: TaikoLogo,
206+
networkType: "optimistic",
207+
description:
208+
"Taiko is a decentralized, Ethereum-equivalent ZK-EVM rollup that enables seamless cross-chain communication.",
209+
website: "https://taiko.xyz",
210+
applicationsLink: "https://taiko.xyz/ecosystem",
211+
blockExplorerLink: "https://taikoscan.io/",
212+
bridgeLink: "https://bridge.taiko.xyz/",
213+
l2BeatLink: "https://l2beat.com/scaling/projects/taiko",
214+
growThePieLink: "https://www.growthepie.xyz/chains/taiko",
215+
feeToken: ["ETH"],
216+
},
199217
]

0 commit comments

Comments
 (0)