We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bc4e7b + 06717cf commit 7ea14d9Copy full SHA for 7ea14d9
packages/contracts/script/anvil-add-send-check-fixtures.ts
@@ -12,6 +12,7 @@ void (async function main() {
12
--sender 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 \
13
--private-key 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 \
14
--broadcast`
15
-
+ console.log(chalk.blue('Disable auto-mining...'))
16
+ await $`cast rpc --rpc-url ${RPC_URL} evm_setAutomine false`
17
console.log(chalk.green('Done!'))
18
})()
0 commit comments