Skip to content

Commit de879da

Browse files
committed
Fix hypersync bug where it wouldn't be able to lookup the correct contracts
1 parent d2ab902 commit de879da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegenerator/cli/templates/dynamic/codegen/src/RegisterHandlers.res.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ let registerContractHandlers = (
3535
addresses: [
3636
{{#each contract.addresses as | address |}}
3737
{{#if ../../../is_evm_ecosystem}}
38-
{{#if ../../../../lowercase_addresses}}
38+
{{#if ../../../lowercase_addresses}}
3939
"{{address}}"->Address.Evm.fromStringLowercaseOrThrow
4040
{{else}}
4141
"{{address}}"->Address.Evm.fromStringOrThrow

0 commit comments

Comments
 (0)