Skip to content

Commit

Permalink
Merge ed9882e into d0f1508
Browse files Browse the repository at this point in the history
  • Loading branch information
abtestingalpha authored Jul 1, 2024
2 parents d0f1508 + ed9882e commit a6a642c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ const StateManagedBridge = () => {
destinationToken: toToken?.routeSymbol,
exchangeRate: BigInt(bridgeQuote.exchangeRate.toString()),
routerAddress: bridgeQuote.routerAddress,
bridgeQuote,
},
true
)
Expand Down Expand Up @@ -455,6 +456,7 @@ const StateManagedBridge = () => {
destinationToken: toToken?.routeSymbol,
exchangeRate: BigInt(bridgeQuote.exchangeRate.toString()),
routerAddress: bridgeQuote.routerAddress,
bridgeQuote,
})
dispatch(
updatePendingBridgeTransaction({
Expand Down
1 change: 1 addition & 0 deletions packages/synapse-interface/store/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ store.subscribe(() => {
outputAmountString,
routerAddress,
exchangeRate: BigInt(exchangeRate.toString()),
bridgeQuote: currentState.bridge.bridgeQuote,
}
segmentAnalyticsEvent(eventTitle, eventData)
}
Expand Down

0 comments on commit a6a642c

Please sign in to comment.