@@ -28,7 +28,7 @@ export interface Rollup {
28
28
blockExplorerLink : string
29
29
bridgeLink : string
30
30
l2BeatLink : string
31
- growThePieLink : string
31
+ growthepieLink : string
32
32
feeToken : string [ ]
33
33
}
34
34
@@ -58,7 +58,7 @@ export const layer2Data: Rollups = [
58
58
blockExplorerLink : "https://arbiscan.io/" ,
59
59
bridgeLink : "https://bridge.arbitrum.io/" ,
60
60
l2BeatLink : "https://l2beat.com/scaling/projects/arbitrum" ,
61
- growThePieLink : "https://www.growthepie.xyz/chains/arbitrum" ,
61
+ growthepieLink : "https://www.growthepie.xyz/chains/arbitrum" ,
62
62
feeToken : [ "ETH" ] ,
63
63
} ,
64
64
{
@@ -75,7 +75,7 @@ export const layer2Data: Rollups = [
75
75
blockExplorerLink : "https://basescan.org/" ,
76
76
bridgeLink : "https://bridge.base.org/deposit" ,
77
77
l2BeatLink : "https://l2beat.com/scaling/projects/base" ,
78
- growThePieLink : "https://www.growthepie.xyz/chains/base" ,
78
+ growthepieLink : "https://www.growthepie.xyz/chains/base" ,
79
79
feeToken : [ "ETH" ] ,
80
80
} ,
81
81
{
@@ -92,7 +92,7 @@ export const layer2Data: Rollups = [
92
92
blockExplorerLink : "https://optimistic.etherscan.io/" ,
93
93
bridgeLink : "https://app.optimism.io/" ,
94
94
l2BeatLink : "https://l2beat.com/scaling/projects/optimism" ,
95
- growThePieLink : "https://www.growthepie.xyz/chains/optimism" ,
95
+ growthepieLink : "https://www.growthepie.xyz/chains/optimism" ,
96
96
feeToken : [ "ETH" ] ,
97
97
} ,
98
98
{
@@ -109,7 +109,7 @@ export const layer2Data: Rollups = [
109
109
blockExplorerLink : "https://blastscan.io/" ,
110
110
bridgeLink : "https://blast.io/en/bridge" ,
111
111
l2BeatLink : "https://l2beat.com/scaling/projects/blast" ,
112
- growThePieLink : "https://www.growthepie.xyz/chains/blast" ,
112
+ growthepieLink : "https://www.growthepie.xyz/chains/blast" ,
113
113
feeToken : [ "ETH" ] ,
114
114
} ,
115
115
{
@@ -126,7 +126,7 @@ export const layer2Data: Rollups = [
126
126
blockExplorerLink : "https://explorer.zksync.io/" ,
127
127
bridgeLink : "https://portal.zksync.io/bridge/" ,
128
128
l2BeatLink : "https://l2beat.com/scaling/projects/zksync-era" ,
129
- growThePieLink : "https://www.growthepie.xyz/chains/zksync-era" ,
129
+ growthepieLink : "https://www.growthepie.xyz/chains/zksync-era" ,
130
130
feeToken : [ "ETH" ] ,
131
131
} ,
132
132
{
@@ -143,7 +143,7 @@ export const layer2Data: Rollups = [
143
143
blockExplorerLink : "https://lineascan.build/" ,
144
144
bridgeLink : "https://bridge.linea.build/" ,
145
145
l2BeatLink : "https://l2beat.com/scaling/projects/linea" ,
146
- growThePieLink : "https://www.growthepie.xyz/chains/linea" ,
146
+ growthepieLink : "https://www.growthepie.xyz/chains/linea" ,
147
147
feeToken : [ "ETH" ] ,
148
148
} ,
149
149
{
@@ -160,7 +160,7 @@ export const layer2Data: Rollups = [
160
160
blockExplorerLink : "https://scrollscan.com" ,
161
161
bridgeLink : "https://scroll.io/bridge" ,
162
162
l2BeatLink : "https://l2beat.com/scaling/projects/scroll" ,
163
- growThePieLink : "https://www.growthepie.xyz/chains/scroll" ,
163
+ growthepieLink : "https://www.growthepie.xyz/chains/scroll" ,
164
164
feeToken : [ "ETH" ] ,
165
165
} ,
166
166
{
@@ -177,7 +177,7 @@ export const layer2Data: Rollups = [
177
177
blockExplorerLink : "https://starkscan.co/" ,
178
178
bridgeLink : "https://starkgate.starknet.io/" ,
179
179
l2BeatLink : "https://l2beat.com/scaling/projects/starknet" ,
180
- growThePieLink : "https://www.growthepie.xyz/chains/starknet" ,
180
+ growthepieLink : "https://www.growthepie.xyz/chains/starknet" ,
181
181
feeToken : [ "ETH" , "STRK" ] ,
182
182
} ,
183
183
{
@@ -194,7 +194,7 @@ export const layer2Data: Rollups = [
194
194
blockExplorerLink : "https://explorer.mode.network/" ,
195
195
bridgeLink : "https://app.mode.network/" ,
196
196
l2BeatLink : "https://l2beat.com/scaling/projects/mode" ,
197
- growThePieLink : "https://www.growthepie.xyz/chains/mode" ,
197
+ growthepieLink : "https://www.growthepie.xyz/chains/mode" ,
198
198
feeToken : [ "ETH" ] ,
199
199
} ,
200
200
{
@@ -211,7 +211,7 @@ export const layer2Data: Rollups = [
211
211
blockExplorerLink : "https://taikoscan.io/" ,
212
212
bridgeLink : "https://bridge.taiko.xyz/" ,
213
213
l2BeatLink : "https://l2beat.com/scaling/projects/taiko" ,
214
- growThePieLink : "https://www.growthepie.xyz/chains/taiko" ,
214
+ growthepieLink : "https://www.growthepie.xyz/chains/taiko" ,
215
215
feeToken : [ "ETH" ] ,
216
216
} ,
217
217
]
0 commit comments