From a12e3b041d7c2cee8b985e08bb4de9127f525574 Mon Sep 17 00:00:00 2001 From: Toan Dang Date: Tue, 16 Jan 2024 18:17:45 +0700 Subject: [PATCH] remove console --- packages/mobile/src/stores/root.tsx | 2 +- packages/stores/src/account/base.ts | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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