Skip to content

Commit

Permalink
chore(ui): fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ramenuncle committed Oct 25, 2022
1 parent f9e37fb commit 709bb34
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,8 @@ Object {
exports[`useCreateInteractionStateV2 should create state for Swap from ETHEREUM USDC to SOLANA USDC 1`] = `
Object {
"approvalTxIds": Array [],
"claimTokenOnSolanaTxId": null,
"auxiliarySignerPublicKey": null,
"completeNativeWithPayloadTxId": null,
"crossChainInitiateTxId": null,
"interaction": Object {
"connectedWallets": Object {
Expand Down Expand Up @@ -415,7 +416,8 @@ Object {
"type": 5,
},
"interactionType": 5,
"postVaaOnSolanaTxIds": Array [],
"postVaaOnSolanaTxId": null,
"processSwimPayloadTxId": null,
"requiredSplTokenAccounts": Object {
"3ngTtoyP9GFybFifX1dr7gCFXFiM2Wr6NfXn6EuU7k6C": Object {
"isExistingAccount": false,
Expand All @@ -430,9 +432,8 @@ Object {
"txId": null,
},
},
"signatureSetAddress": null,
"swapFromSwimUsdTxId": null,
"swapType": "CrossChainEvmToSolana",
"verifySignatureTxId": null,
"version": 2,
}
`;
Expand Down

0 comments on commit 709bb34

Please sign in to comment.