@skip-go/client 0.15.4 → 0.15.6

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
@@ -1092,7 +1092,8 @@ type MsgsWarning = {
1092
1092
  message: string;
1093
1093
  };
1094
1094
  declare enum FeeType {
1095
- SMART_RELAY = "SMART_RELAY"
1095
+ SMART_RELAY = "SMART_RELAY",
1096
+ BRIDGE = "BRIDGE"
1096
1097
  }
1097
1098
  type EstimatedFee = {
1098
1099
  feeType: FeeType;