ERROR WITH THE INTERACTION SCRIPT #8939
-
} import {Script} from "../lib/forge-std/src/Script.sol"; contract MintMyNFT is Script {
} See more config optionshttps://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-optionsremapping = ['@openzeppelin/contracts=lib/openzeppelin-contracts/contracts'] I have deployed the script using forge create commnad and it orinted deployer and deployed address adn hash too but while i used forge script for interactions.sol it is giving a error [145145] MintMyNFT::run() Error: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This error originates from |
Beta Was this translation helpful? Give feedback.
This error originates from
foundry-devops
: https://github.com/Cyfrin/foundry-devops/blob/47393d0a85ad9f6aa127ba2aed2bf9a7a7488bcf/src/DevOpsTools.sol#L56-L58