Skip to content

Commit 5c366b3

Browse files
committed
fixup! Update sideshift plugin with new optional API fields
1 parent d461bee commit 5c366b3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/queryEngine.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,11 @@ export async function queryEngine(): Promise<void> {
187187
const checkUpdateTx = (oldTx: StandardTx, newTx: StandardTx): string[] => {
188188
const fields = [
189189
'status',
190+
'depositTxid',
190191
'depositChainPluginId',
191192
'depositEvmChainId',
192193
'depositTokenId',
194+
'payoutTxid',
193195
'payoutChainPluginId',
194196
'payoutEvmChainId',
195197
'payoutTokenId'

0 commit comments

Comments
 (0)