We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b594d9b commit 6f7033cCopy full SHA for 6f7033c
codegenerator/cli/npm/envio/src/Address.res
@@ -31,7 +31,7 @@ module Evm = {
31
}
32
33
let fromAddressLowercaseOrThrow = address =>
34
- address->toString->fromStringLowercaseOrThrow
+ address->toString->Js.String2.toLowerCase
35
36
// Reassign since the function might be used in the handler code
37
// and we don't want to have a "viem" import there. It's needed to keep "viem" a dependency
0 commit comments