diff --git a/lib/client/rpc/proposals/proposals.ts b/lib/client/rpc/proposals/proposals.ts index 4c0d282..a4f380f 100644 --- a/lib/client/rpc/proposals/proposals.ts +++ b/lib/client/rpc/proposals/proposals.ts @@ -388,7 +388,7 @@ export class FutarchyRPCProposalsClient implements FutarchyProposalsClient { this.rpcProvider.connection, { customErrors: [vaultProgram.idl.errors], - CUs: 130_000 + CUs: 175_000 }, { title: "Withdrawing" } ); diff --git a/package.json b/package.json index 31bc016..c09e795 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metadaoproject/futarchy-sdk", - "version": "3.0.0-alpha.2", + "version": "3.0.0-alpha.3", "main": "dist", "scripts": { "preinstall": "npx only-allow pnpm",