@skip-go/client 0.16.18 → 0.16.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -507,6 +507,7 @@ type TransferJSON = {
507
507
  fee_asset?: AssetJSON;
508
508
  bridge_id: BridgeType;
509
509
  smart_relay: boolean;
510
+ to_chain_callback_contract_address?: string;
510
511
  /**
511
512
  * @deprecated use `from_chain_id` and `to_chain_id` instead
512
513
  */
@@ -530,6 +531,7 @@ type Transfer = {
530
531
  feeAsset?: Asset;
531
532
  bridgeID: BridgeType;
532
533
  smartRelay: boolean;
534
+ toChainCallbackContractAddress?: string;
533
535
  /**
534
536
  * @deprecated use `fromChainID` and `toChainID` instead
535
537
  */
@@ -759,6 +761,7 @@ type EurekaTransferJSON = {
759
761
  bridge_id: BridgeType;
760
762
  smart_relay: boolean;
761
763
  smart_relay_fee_quote?: SmartRelayFeeQuoteJSON;
764
+ to_chain_callback_contract_address?: string;
762
765
  };
763
766
  type EurekaTransfer = {
764
767
  destinationPort: string;
@@ -774,6 +777,7 @@ type EurekaTransfer = {
774
777
  bridgeID: BridgeType;
775
778
  smartRelay: boolean;
776
779
  smartRelayFeeQuote?: SmartRelayFeeQuote;
780
+ toChainCallbackContractAddress?: string;
777
781
  };
778
782
  type SmartRelayFeeQuoteJSON = {
779
783
  fee_amount: string;