File tree 2 files changed +37
-1
lines changed
2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,29 @@ const adapter: BridgeAdapter = {
28
28
optimism : constructParams ( "optimism" ) ,
29
29
aurora : constructParams ( "aurora" ) ,
30
30
"zksync era" : constructParams ( "era" ) ,
31
- kava : constructParams ( "kava" )
31
+ kava : constructParams ( "kava" ) ,
32
+ moonbeam : constructParams ( "moonbeam" ) ,
33
+ moonriver : constructParams ( "moonriver" ) ,
34
+ cronos : constructParams ( "cronos" ) ,
35
+ "polygon zkevm" : constructParams ( "polygon_zkevm" ) ,
36
+ linea : constructParams ( "linea" ) ,
37
+ base : constructParams ( "base" ) ,
38
+ metis : constructParams ( "metis" ) ,
39
+ manta : constructParams ( "manta" ) ,
40
+ mantle : constructParams ( "mantle" ) ,
41
+ scroll : constructParams ( "scroll" ) ,
42
+ celo : constructParams ( "celo" ) ,
43
+ gnosis : constructParams ( "xdai" )
44
+ // conflux-espace
45
+ // eos-evm
46
+ // tron
47
+ // solana
48
+ // aptos
49
+ // sui
50
+ // SKALE Europa
51
+ // SKALE Nebula
52
+ // Nautilus
53
+ // opbnb
32
54
} ;
33
55
34
56
export default adapter ;
Original file line number Diff line number Diff line change @@ -454,10 +454,24 @@ export default [
454
454
"BSC" ,
455
455
"zkSync Era" ,
456
456
"Kava" ,
457
+ "Moonbeam" ,
458
+ "Moonriver" ,
459
+ "Cronos" ,
460
+ "Polygon zkEVM" ,
461
+ "Linea" ,
462
+ "Base" ,
463
+ "Metis" ,
464
+ "Manta" ,
465
+ "Mantle" ,
466
+ "Scroll" ,
467
+ "Celo" ,
468
+ "Gnosis" ,
457
469
] ,
458
470
chainMapping : {
459
471
avalanche : "avax" ,
460
472
"zksync era" : "era" ,
473
+ "polygon zkevm" : "polygon_zkevm" ,
474
+ gnosis : "xdai" ,
461
475
} ,
462
476
} ,
463
477
{
You can’t perform that action at this time.
0 commit comments