@seapay-ai/erc3009 0.2.1 → 0.2.3
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/registry.d.ts +1 -1
- package/dist/registry.js +10 -10
- package/package.json +1 -1
package/dist/registry.d.ts
CHANGED
|
@@ -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 "
|
|
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 "
|
|
18
|
+
* Note: Base mainnet uses "USDC" while Base Sepolia uses "USDC"
|
|
19
19
|
*/
|
|
20
20
|
export const TOKENS = {
|
|
21
21
|
USDC: {
|
|
@@ -24,7 +24,7 @@ export const TOKENS = {
|
|
|
24
24
|
symbol: "USDC",
|
|
25
25
|
chainId: 1,
|
|
26
26
|
address: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
|
27
|
-
name: "
|
|
27
|
+
name: "USDC",
|
|
28
28
|
version: "2",
|
|
29
29
|
decimals: 6,
|
|
30
30
|
},
|
|
@@ -32,7 +32,7 @@ export const TOKENS = {
|
|
|
32
32
|
symbol: "USDC",
|
|
33
33
|
chainId: 11155111,
|
|
34
34
|
address: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238",
|
|
35
|
-
name: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
95
|
+
name: "USDC",
|
|
96
96
|
version: "2",
|
|
97
97
|
decimals: 6,
|
|
98
98
|
},
|
|
@@ -100,7 +100,7 @@ export const TOKENS = {
|
|
|
100
100
|
symbol: "USDC",
|
|
101
101
|
chainId: 80002,
|
|
102
102
|
address: "0x41e94eb019c0762f9bfcf9fb1e58725bfb0e7582",
|
|
103
|
-
name: "
|
|
103
|
+
name: "USDC",
|
|
104
104
|
version: "2",
|
|
105
105
|
decimals: 6,
|
|
106
106
|
},
|