Skip to content

Commit

Permalink
Merge pull request #299 from helix-bridge/rebranding-and-add-morph
Browse files Browse the repository at this point in the history
Rebranding helixbridge to helixbox and add morph chain
  • Loading branch information
vrtnd authored Nov 5, 2024
2 parents d14de44 + 2d5691e commit d232390
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const adapter: BridgeAdapter = {
moonbeam: constructParams("moonbeam"),
base: constructParams("base"),
avalanche: constructParams("avax"),
morph: constructParams("morph"),
};

export default adapter;
4 changes: 2 additions & 2 deletions src/adapters/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ import connext from "./connext";
import xswap from "./xswap";
import owlto from "./owlto";
import zkbridge from "./zkbridge";
import helixbridge from "./helixbridge";
import helixbox from "./helixbox";
import oooo from "./oooo";
import memebridge from "./memebridge";
import bunnyfi from "./bunnyfi";
Expand Down Expand Up @@ -135,7 +135,7 @@ export default {
owlto,
zkbridge,
zkbridge111: zkbridge,
helixbridge,
helixbox,
memebridge,
bunnyfi,
minibridge,
Expand Down
5 changes: 3 additions & 2 deletions src/data/bridgeNetworkData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1264,11 +1264,11 @@ export default [
},
{
id: 64,
displayName: "HelixBridge",
displayName: "Helixbox",
bridgeDbName: "helixbridge",
iconLink: "icons:helixbridge",
largeTxThreshold: 10000,
url: "https://helixbridge.app",
url: "https://helix.box",
chains: [
"Arbitrum",
"Darwinia",
Expand All @@ -1283,6 +1283,7 @@ export default [
"Moonbeam",
"Base",
"Avalanche",
"Morph",
],
chainMapping: {
gnosis: "xdai",
Expand Down

0 comments on commit d232390

Please sign in to comment.