add blockNumber to make estimation of transaction time works

Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
Uncle Fatso 2026-05-06 14:10:48 +03:00
parent 08bf24f90b
commit bcbcbf5518
Signed by: f4ts0
GPG Key ID: 565F4F2860226EBB
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "ghost-dao-interface", "name": "ghost-dao-interface",
"private": true, "private": true,
"version": "0.7.38", "version": "0.7.39",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View File

@ -382,6 +382,7 @@ const ConfirmStep = ({
amount: estimatedAmount._value.toString(), amount: estimatedAmount._value.toString(),
sessionIndex: expectedSessionIndex, sessionIndex: expectedSessionIndex,
transactionHash: txHash, transactionHash: txHash,
blockNumber: blockNumber,
chainId: chainId, chainId: chainId,
bridgeStability: 69, // TODO: avoid stability bridgeStability: 69, // TODO: avoid stability
timestamp: Date.now() timestamp: Date.now()