Skip to content

Commit

Permalink
fix(TransferStatusResponse): add originSourceTokenAddress?: and origi…
Browse files Browse the repository at this point in the history
…nDestinationTokenAddress?: string;
  • Loading branch information
AntonKozAllB committed Feb 20, 2025
1 parent 5deb062 commit c611c89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/client/core-api/core-api.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ export interface TransferStatusResponse {
sourceTokenAddress: string;
destinationTokenAddress: string;

originSourceTokenAddress?: string;
originDestinationTokenAddress?: string;

senderAddress: string;
recipientAddress: string;

Expand Down Expand Up @@ -146,6 +149,9 @@ export interface BridgeTransaction {
sourceTokenAddress: string;
destinationTokenAddress: string;

originSourceTokenAddress?: string;
originDestinationTokenAddress?: string;

hash: string;

messenger: Messenger;
Expand Down

0 comments on commit c611c89

Please sign in to comment.