diff --git a/scripts/deploy-topos-msg-protocol.ts b/scripts/deploy-topos-msg-protocol.ts index 80500bf..15857eb 100644 --- a/scripts/deploy-topos-msg-protocol.ts +++ b/scripts/deploy-topos-msg-protocol.ts @@ -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) => {