TypeError: invalid BytesLike value (argument="value", value=null, code=INVALID_ARGUMENT, version=6.6.2) #5865
Unanswered
OlamiposcyDev
asked this question in
Q&A
Replies: 1 comment 1 reply
-
try use these versions: {
"dependencies": {
"dotenv": "^16.0.3",
"ethers": "^5.7.2",
"solc": "^0.8.7-fixed"
}
} and make your solidity version to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I got this error while trying to deploy my contract to a testnet:
This is my deploy.js code:
Beta Was this translation helpful? Give feedback.
All reactions