Skip to content

Commit 6f7033c

Browse files
JasoonSDZakh
andauthored
Update codegenerator/cli/npm/envio/src/Address.res
Co-authored-by: Dmitry Zakharov <dzakh.dev@gmail.com>
1 parent b594d9b commit 6f7033c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegenerator/cli/npm/envio/src/Address.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module Evm = {
3131
}
3232

3333
let fromAddressLowercaseOrThrow = address =>
34-
address->toString->fromStringLowercaseOrThrow
34+
address->toString->Js.String2.toLowerCase
3535

3636
// Reassign since the function might be used in the handler code
3737
// and we don't want to have a "viem" import there. It's needed to keep "viem" a dependency

0 commit comments

Comments
 (0)