Skip to content

Commit f1d0e03

Browse files
committed
stargate: add chains
1 parent 47caa24 commit f1d0e03

File tree

1 file changed

+45
-2
lines changed

1 file changed

+45
-2
lines changed

src/data/bridgeNetworkData.ts

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,13 +216,56 @@ export default [
216216
"Klaytn",
217217
"Linea",
218218
"Metis",
219-
"Linea",
220219
"Mantle",
221220
"Scroll",
222221
"LightLink",
222+
"Abstract",
223+
"Ape",
224+
"Bera",
225+
"Core",
226+
"Cronos",
227+
"Cronos zkEVM",
228+
"Degen",
229+
"Flare",
230+
"Flow",
231+
"Fuse",
232+
"Gnosis",
233+
"Gravity",
234+
"Hemi",
235+
"Ink",
236+
"IOTA",
237+
"Vana",
238+
"Manta",
239+
"Nibiru",
240+
"Peaq",
241+
"Plume",
242+
"Plume Mainnet",
243+
"Rarible",
244+
"Rootstock",
245+
"Sei",
246+
"Soneium",
247+
"Sonic",
248+
"Story",
249+
"Superposition",
250+
"Taiko",
251+
"Telos",
252+
"Unichain",
253+
"IDEX",
254+
"XDC",
223255
],
224256
chainMapping: {
225-
avalanche: "avax", // this is needed temporarily, need to fix and remove
257+
avalanche: "avax",
258+
gnosis: "xdai",
259+
core: "coredao",
260+
cronos: "cronosevm",
261+
"cronos zkevm": "cronoszkevm",
262+
iota: "iotaevm",
263+
vana: "islander",
264+
"plume mainnet": "plumephoenix",
265+
rootstock: "rsk",
266+
story: "sty",
267+
superposition: "spn",
268+
idex: "xchain",
226269
},
227270
},
228271
{

0 commit comments

Comments
 (0)