Dima
Dima
была та же проблема, решил перевыпуском токена, дав ему полностью все права
Yeah, have to use ts-ignore and wasted time to figure this
Hey guys! We have built anvil from this PR (commit `7250765a9dd8737f36c1ba90a06e337a9ba7d29a`) and seems there is no callTracer in usual way 90% that I'm wrong somewhere, could you pls kindly check...
This is a script where I get the error ```solidity // SPDX-License-Identifier: MIT pragma solidity ^0.8.19; import "forge-std/Script.sol"; interface IMainFactory { function test() external; } contract Mint2Script is Script {...
Same. Macbook pro M2 dropping from 100mh to ~7mh and continuing. Did you find out if it is a bug?
``` dima ~/sushiswap-assets [master] % npm i npm WARN old lockfile npm WARN old lockfile The package-lock.json file was created with an old version of npm, npm WARN old lockfile...
Oh I see there already was an issue https://github.com/safe-global/safe-singleton-factory/issues/171 But not deployed
Thank you @Uxio0! Is there a way to have a non-automatic valid deployment in nearest future? Also this network is the same one but mainnet and we need a deployment...
For anyone who will google this issue having the `StdCheats deployCode(string): Deployment failed` error – you may have forgotten to add constructor arguments I had this error when called `deployCode`...
Hi! Cannot share, sorry. But finally I found the problem and here is my fix: So the error was because of double slash in import file address. I think a...