Skip to content

Commit

Permalink
fix: add extra params
Browse files Browse the repository at this point in the history
  • Loading branch information
rhlsthrm committed Jun 2, 2023
1 parent 5709ab2 commit f47dde1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/agents/sdk/src/lib/helpers/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,11 @@ export type Transfer = {
reconcile_tx_origin: string;
relayer_fee: string;
error_status?: string;
execute_simulation_input?: string;
execute_simulation_from?: string;
execute_simulation_to?: string;
execute_simulation_network?: string;
error_message?: string;
message_status?: string;
relayer_fees?: string[];
};

0 comments on commit f47dde1

Please sign in to comment.