@seapay-ai/erc3009 0.2.3 → 0.2.5

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/registry.js +2 -2
  2. package/package.json +1 -1
package/dist/registry.js CHANGED
@@ -24,7 +24,7 @@ export const TOKENS = {
24
24
  symbol: "USDC",
25
25
  chainId: 1,
26
26
  address: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
27
- name: "USDC",
27
+ name: "USD Coin",
28
28
  version: "2",
29
29
  decimals: 6,
30
30
  },
@@ -41,7 +41,7 @@ export const TOKENS = {
41
41
  symbol: "USDC",
42
42
  chainId: 8453,
43
43
  address: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
44
- name: "USDC", // Important: Base mainnet uses "USDC"
44
+ name: "USD Coin", // Important: Base mainnet uses "USD Coin"
45
45
  version: "2",
46
46
  decimals: 6,
47
47
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seapay-ai/erc3009",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
4
4
  "description": "TypeScript utilities for ERC-3009 (Transfer With Authorization) EIP-712 signing",
5
5
  "keywords": [
6
6
  "erc3009",