Skip to content

Commit

Permalink
ci: deploy in slow mode
Browse files Browse the repository at this point in the history
Transactions were prone to getting stuck in the mempool, for some reason,
when sending a lot of them in parallel. It would be worth investigating
why, but in the meantime, just stick to one TX at a time. Hopefully, this
helps.
  • Loading branch information
danielattilasimon committed Apr 10, 2024
1 parent 548c2e1 commit 43ad096
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/utils/deploy-cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export async function main() {
"--rpc-url",
options.rpcUrl,
"--broadcast",
"--slow",
];

// verify
Expand Down

0 comments on commit 43ad096

Please sign in to comment.