We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b11e8b2 + 6c01526 commit 91b0252Copy full SHA for 91b0252
src/adapters/helixbox/index.ts
@@ -56,6 +56,10 @@ const constructParams = (chain: Chain) => {
56
contractAddress = '0xB180D7DcB5CC161C862aD60442FA37527546cAFC';
57
}
58
59
+ if (chain === 'morph') {
60
+ contractAddress = '0xCcD566F8dA3643A9948A1509cde0D0324D32d19b';
61
+ }
62
+
63
const eventParams: PartialContractEventParams[] = [
64
depositParams(contractAddress),
65
withdrawalParams(contractAddress),
src/adapters/index.ts
@@ -135,7 +135,7 @@ export default {
135
owlto,
136
zkbridge,
137
zkbridge111: zkbridge,
138
- helixbox,
+ helixbridge: helixbox,
139
memebridge,
140
bunnyfi,
141
minibridge,
0 commit comments