Skip to content

Commit 7ea14d9

Browse files
authored
Merge pull request #473 from 0xsend/feat/send-checks
refac: disable auto mining
2 parents 1bc4e7b + 06717cf commit 7ea14d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/contracts/script/anvil-add-send-check-fixtures.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ void (async function main() {
1212
--sender 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 \
1313
--private-key 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 \
1414
--broadcast`
15-
15+
console.log(chalk.blue('Disable auto-mining...'))
16+
await $`cast rpc --rpc-url ${RPC_URL} evm_setAutomine false`
1617
console.log(chalk.green('Done!'))
1718
})()

0 commit comments

Comments
 (0)