Skip to content

Commit 9274198

Browse files
committed
add helixbridge to adapters index
1 parent 4c2f533 commit 9274198

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

src/adapters/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ import connext from "./connext";
5959
import xswap from "./xswap";
6060
import owlto from "./owlto";
6161
import zkbridge from "./zkbridge";
62+
import helixbridge from "./helixbridge"
6263

6364
export default {
6465
polygon,
@@ -121,6 +122,7 @@ export default {
121122
owlto,
122123
zkbridge,
123124
zkbridge111: zkbridge,
125+
helixbridge,
124126
} as {
125127
[bridge: string]: BridgeAdapter;
126128
};

src/data/bridgeNetworkData.ts

+9-9
Original file line numberDiff line numberDiff line change
@@ -1231,15 +1231,15 @@ export default [
12311231
largeTxThreshold: 10000,
12321232
url: "https://helixbridge.app/",
12331233
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",
12431243
],
12441244
chainMapping: {
12451245
gnosis: "xdai",

0 commit comments

Comments
 (0)