FrontierEvm issue: atob is not defined #1260
Unanswered
jiqiang90
asked this question in
SDK issues
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With recently use of FrontierEvm, user might encounter this error:
This is due to our build command using webpack to build project, and ethersproject are default using esm lib, one of the
decode
function is usingatob
.In order to resolve this issue, you can add script in your project, this will manually change the webpack installation path for ethers package.
https://github.com/subquery/subquery-network-subql-project/pull/31/files
Beta Was this translation helpful? Give feedback.
All reactions