@skip-go/client 0.16.3 → 0.16.4
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 +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1141,7 +1141,7 @@ type RouteRequestGivenOut = RouteRequestBase & {
|
|
|
1141
1141
|
type RouteRequest = RouteRequestGivenIn | RouteRequestGivenOut;
|
|
1142
1142
|
type RouteWarningType = 'LOW_INFO_WARNING' | 'BAD_PRICE_WARNING';
|
|
1143
1143
|
type MsgsWarningType = 'INSUFFICIENT_GAS_AT_DEST_EOA' | 'INSUFFICIENT_GAS_AT_INTERMEDIATE';
|
|
1144
|
-
type ExperimentalFeature = 'cctp' | 'hyperlane';
|
|
1144
|
+
type ExperimentalFeature = 'cctp' | 'hyperlane' | 'stargate';
|
|
1145
1145
|
type RouteWarning = {
|
|
1146
1146
|
type: RouteWarningType;
|
|
1147
1147
|
message: string;
|
package/package.json
CHANGED