@argent/x-shared 1.44.4 → 1.45.0

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.
@@ -369,8 +369,8 @@ export declare const webTokenInfoDetailsSchema: z.ZodObject<z.objectUtil.extendS
369
369
  symbol: string;
370
370
  name: string;
371
371
  address: `0x${string}`;
372
- decimals: number;
373
372
  networkId: string;
373
+ decimals: number;
374
374
  id: number;
375
375
  category: "tokens" | "currencies" | "savings";
376
376
  sendable: boolean;
@@ -393,8 +393,8 @@ export declare const webTokenInfoDetailsSchema: z.ZodObject<z.objectUtil.extendS
393
393
  symbol: string;
394
394
  name: string;
395
395
  address: string;
396
- decimals: number;
397
396
  networkId: string;
397
+ decimals: number;
398
398
  id: number;
399
399
  category: "tokens" | "currencies" | "savings";
400
400
  sendable: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@argent/x-shared",
3
- "version": "1.44.4",
3
+ "version": "1.45.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/argentlabs/x-shared.git"