fix for the transaction items storage
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
parent
1eefdfc7ca
commit
a2c61147f1
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "ghost-dao-interface",
|
"name": "ghost-dao-interface",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.7.46",
|
"version": "0.7.47",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@ -371,7 +371,7 @@ const ConfirmStep = ({
|
|||||||
amount: estimatedAmount._value.toString(),
|
amount: estimatedAmount._value.toString(),
|
||||||
sessionIndex: expectedSessionIndex,
|
sessionIndex: expectedSessionIndex,
|
||||||
transactionHash: txHash,
|
transactionHash: txHash,
|
||||||
blockNumber: blockNumber,
|
blockNumber: Number(blockNumber),
|
||||||
chainId: chainId,
|
chainId: chainId,
|
||||||
bridgeStability: 69, // TODO: avoid stability
|
bridgeStability: 69, // TODO: avoid stability
|
||||||
timestamp: Date.now()
|
timestamp: Date.now()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user