@joai/warps 3.1.0 → 3.1.1

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.cts CHANGED
@@ -443,6 +443,7 @@ type WarpChainInfo = {
443
443
  defaultApiUrl: string;
444
444
  logoUrl: WarpChainInfoLogo;
445
445
  nativeToken: WarpChainAsset;
446
+ minGasPrice?: bigint;
446
447
  };
447
448
  type WarpIdentifierType = 'hash' | 'alias';
448
449
  type WarpVarPlaceholder = string;
package/dist/index.d.ts CHANGED
@@ -443,6 +443,7 @@ type WarpChainInfo = {
443
443
  defaultApiUrl: string;
444
444
  logoUrl: WarpChainInfoLogo;
445
445
  nativeToken: WarpChainAsset;
446
+ minGasPrice?: bigint;
446
447
  };
447
448
  type WarpIdentifierType = 'hash' | 'alias';
448
449
  type WarpVarPlaceholder = string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joai/warps",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",