@seapay-ai/erc3009 0.2.2 → 0.2.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.
@@ -5,7 +5,7 @@ import type { TokenConfig, ChainConfig } from "./types/index.js";
5
5
  export declare const CHAINS: Record<number, ChainConfig>;
6
6
  /**
7
7
  * Token registry - USDC addresses and domain parameters per chain
8
- * Note: Base mainnet uses "USD Coin" while Base Sepolia uses "USDC"
8
+ * Note: Base mainnet uses "USDC" while Base Sepolia uses "USDC"
9
9
  */
10
10
  export declare const TOKENS: Record<string, Record<number, TokenConfig>>;
11
11
  /**
package/dist/registry.js CHANGED
@@ -15,7 +15,7 @@ export const CHAINS = {
15
15
  };
16
16
  /**
17
17
  * Token registry - USDC addresses and domain parameters per chain
18
- * Note: Base mainnet uses "USD Coin" while Base Sepolia uses "USDC"
18
+ * Note: Base mainnet uses "USDC" while Base Sepolia uses "USDC"
19
19
  */
20
20
  export const TOKENS = {
21
21
  USDC: {
@@ -32,7 +32,7 @@ export const TOKENS = {
32
32
  symbol: "USDC",
33
33
  chainId: 11155111,
34
34
  address: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238",
35
- name: "USD Coin",
35
+ name: "USDC",
36
36
  version: "2",
37
37
  decimals: 6,
38
38
  },
@@ -41,7 +41,7 @@ export const TOKENS = {
41
41
  symbol: "USDC",
42
42
  chainId: 8453,
43
43
  address: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
44
- name: "USD Coin", // Important: Base mainnet uses "USD Coin"
44
+ name: "USDC", // Important: Base mainnet uses "USDC"
45
45
  version: "2",
46
46
  decimals: 6,
47
47
  },
@@ -58,7 +58,7 @@ export const TOKENS = {
58
58
  symbol: "USDC",
59
59
  chainId: 42161,
60
60
  address: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
61
- name: "USD Coin",
61
+ name: "USDC",
62
62
  version: "2",
63
63
  decimals: 6,
64
64
  },
@@ -66,7 +66,7 @@ export const TOKENS = {
66
66
  symbol: "USDC",
67
67
  chainId: 421614,
68
68
  address: "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d",
69
- name: "USD Coin",
69
+ name: "USDC",
70
70
  version: "2",
71
71
  decimals: 6,
72
72
  },
@@ -75,7 +75,7 @@ export const TOKENS = {
75
75
  symbol: "USDC",
76
76
  chainId: 10,
77
77
  address: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85",
78
- name: "USD Coin",
78
+ name: "USDC",
79
79
  version: "2",
80
80
  decimals: 6,
81
81
  },
@@ -83,7 +83,7 @@ export const TOKENS = {
83
83
  symbol: "USDC",
84
84
  chainId: 11155420,
85
85
  address: "0x5fd84259d66Cd46123540766Be93DFE6D43130D7",
86
- name: "USD Coin",
86
+ name: "USDC",
87
87
  version: "2",
88
88
  decimals: 6,
89
89
  },
@@ -92,7 +92,7 @@ export const TOKENS = {
92
92
  symbol: "USDC",
93
93
  chainId: 137,
94
94
  address: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
95
- name: "USD Coin",
95
+ name: "USDC",
96
96
  version: "2",
97
97
  decimals: 6,
98
98
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seapay-ai/erc3009",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "TypeScript utilities for ERC-3009 (Transfer With Authorization) EIP-712 signing",
5
5
  "keywords": [
6
6
  "erc3009",