From bcbcbf55180deeb1e84328761646cfa8363ac382 Mon Sep 17 00:00:00 2001 From: Uncle Fatso Date: Wed, 6 May 2026 14:10:48 +0300 Subject: [PATCH] add blockNumber to make estimation of transaction time works Signed-off-by: Uncle Fatso --- package.json | 2 +- src/containers/Breakout/BreakoutModal.jsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 70f4647..5975413 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ghost-dao-interface", "private": true, - "version": "0.7.38", + "version": "0.7.39", "type": "module", "scripts": { "dev": "vite", diff --git a/src/containers/Breakout/BreakoutModal.jsx b/src/containers/Breakout/BreakoutModal.jsx index 213f5f0..36971f1 100644 --- a/src/containers/Breakout/BreakoutModal.jsx +++ b/src/containers/Breakout/BreakoutModal.jsx @@ -382,6 +382,7 @@ const ConfirmStep = ({ amount: estimatedAmount._value.toString(), sessionIndex: expectedSessionIndex, transactionHash: txHash, + blockNumber: blockNumber, chainId: chainId, bridgeStability: 69, // TODO: avoid stability timestamp: Date.now()