File tree 2 files changed +11
-9
lines changed
2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ import connext from "./connext";
59
59
import xswap from "./xswap" ;
60
60
import owlto from "./owlto" ;
61
61
import zkbridge from "./zkbridge" ;
62
+ import helixbridge from "./helixbridge"
62
63
63
64
export default {
64
65
polygon,
@@ -121,6 +122,7 @@ export default {
121
122
owlto,
122
123
zkbridge,
123
124
zkbridge111 : zkbridge ,
125
+ helixbridge,
124
126
} as {
125
127
[ bridge : string ] : BridgeAdapter ;
126
128
} ;
Original file line number Diff line number Diff line change @@ -1231,15 +1231,15 @@ export default [
1231
1231
largeTxThreshold : 10000 ,
1232
1232
url : "https://helixbridge.app/" ,
1233
1233
chains : [
1234
- "arbitrum " ,
1235
- "darwinia " ,
1236
- "polygon " ,
1237
- "bsc " ,
1238
- "linea " ,
1239
- "mantle " ,
1240
- "scroll " ,
1241
- "optimism " ,
1242
- "gnosis " ,
1234
+ "Arbitrum " ,
1235
+ "Darwinia " ,
1236
+ "Polygon " ,
1237
+ "BSC " ,
1238
+ "Linea " ,
1239
+ "Mantle " ,
1240
+ "Scroll " ,
1241
+ "Optimism " ,
1242
+ "Gnosis " ,
1243
1243
] ,
1244
1244
chainMapping : {
1245
1245
gnosis : "xdai" ,
You can’t perform that action at this time.
0 commit comments