@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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. 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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@skip-go/client",
3
3
  "description": "JavaScript SDK for Skip Go API",
4
- "version": "0.16.3",
4
+ "version": "0.16.4",
5
5
  "repository": "https://github.com/skip-mev/skip-go",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",