diff --git a/packages/shared/utils/blockchain.ts b/packages/shared/utils/blockchain.ts index 35c3bbf30..c65fb7cc2 100644 --- a/packages/shared/utils/blockchain.ts +++ b/packages/shared/utils/blockchain.ts @@ -28,7 +28,7 @@ export async function sendBoc(boc, attemptWithRelayer = true) { } } -export async function emulateBoc(boc, params?, attemptWithRelayer = true) { +export async function emulateBoc(boc, params?, attemptWithRelayer = false) { try { if ( !attemptWithRelayer ||