Skip to content

Commit 91b0252

Browse files
authored
Merge pull request #300 from helix-bridge/update-morph
Fix helixbox data issue
2 parents b11e8b2 + 6c01526 commit 91b0252

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/adapters/helixbox/index.ts

+4
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ const constructParams = (chain: Chain) => {
5656
contractAddress = '0xB180D7DcB5CC161C862aD60442FA37527546cAFC';
5757
}
5858

59+
if (chain === 'morph') {
60+
contractAddress = '0xCcD566F8dA3643A9948A1509cde0D0324D32d19b';
61+
}
62+
5963
const eventParams: PartialContractEventParams[] = [
6064
depositParams(contractAddress),
6165
withdrawalParams(contractAddress),

src/adapters/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export default {
135135
owlto,
136136
zkbridge,
137137
zkbridge111: zkbridge,
138-
helixbox,
138+
helixbridge: helixbox,
139139
memebridge,
140140
bunnyfi,
141141
minibridge,

0 commit comments

Comments
 (0)