File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import ModeLogo from "@/public/images/layer-2/mode.png"
11
11
import OptimismLogo from "@/public/images/layer-2/optimism.png"
12
12
import ScrollLogo from "@/public/images/layer-2/scroll.png"
13
13
import StarknetLogo from "@/public/images/layer-2/starknet.png"
14
+ import TaikoLogo from "@/public/images/layer-2/taiko.png"
14
15
import ZkSyncEraLogo from "@/public/images/layer-2/zksyncEra.jpg"
15
16
16
17
export interface Rollup {
@@ -196,4 +197,21 @@ export const layer2Data: Rollups = [
196
197
growThePieLink : "https://www.growthepie.xyz/chains/mode" ,
197
198
feeToken : [ "ETH" ] ,
198
199
} ,
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
+ } ,
199
217
]
You can’t perform that action at this time.
0 commit comments