add blockNumber to make estimation of transaction time works
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
parent
08bf24f90b
commit
bcbcbf5518
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ghost-dao-interface",
|
||||
"private": true,
|
||||
"version": "0.7.38",
|
||||
"version": "0.7.39",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user