Replies: 3 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
@pajserb0y try to add manual gas like this: rinkeby: {
url: process.env.RPC_URL,
accounts: [process.env.PRIVATE_KEY],
chainId: 4,
blockConfirmations: 6,
gas: 6000000, // Manual Gas
}, |
Beta Was this translation helpful? Give feedback.
1 reply
-
@youneshrz @pajserb0y add the gas manually in hardhat.config, I added exactly |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Mint.js script (have tried to set gas price manually but it didn't work)
RequestNft() function from RandomIpfsNft contract
helper-hardhat-config.js
Also my repo is here: https://github.com/pajserb0y/nft-hardhat
EDIT: all contracts are successfully deployed and verified on etherscan only minting Random Ipfs Nft doesn't work!
Beta Was this translation helpful? Give feedback.
All reactions