Skip to content

Commit

Permalink
fix: test using higher gasLimit to fix toposCore initialization issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan committed Dec 27, 2023
1 parent a590209 commit f05e679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy-topos-msg-protocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ async function initialize(
) {
await toposCore
.initialize([wallet.address], adminThreshold, {
gasLimit: 4_000_000,
gasLimit: 8_000_000,
})
.then(async (tx) => {
await tx.wait().catch((error) => {
Expand Down

0 comments on commit f05e679

Please sign in to comment.