diff --git a/packages/mobile/src/stores/root.tsx b/packages/mobile/src/stores/root.tsx index 65c751d73..cbee67762 100644 --- a/packages/mobile/src/stores/root.tsx +++ b/packages/mobile/src/stores/root.tsx @@ -166,7 +166,7 @@ export class RootStore { chainId: chainInfo.chainId, msgOpts: { withdrawRewards: { - gas: 200000 + gas: 400000 }, send: { native: { diff --git a/packages/stores/src/account/base.ts b/packages/stores/src/account/base.ts index 763ac6417..e0b57893d 100644 --- a/packages/stores/src/account/base.ts +++ b/packages/stores/src/account/base.ts @@ -369,7 +369,6 @@ export class AccountSetBase { }); let txHash: Uint8Array; - console.log('🚀 ~ file: base.ts:375 ~ AccountSetBase { const isDirectSign = !msgs.aminoMsgs || msgs.aminoMsgs.length === 0; const aminoMsgs: Msg[] = msgs.aminoMsgs || []; const protoMsgs: Any[] = msgs.protoMsgs; - console.log('🚀 ~ file: base.ts:741 ~ AccountSetBase { ): Promise<{ txHash: Uint8Array; }> { - console.log('🚀 ~ file: base.ts:907 ~ AccountSetBase