+2
-2
| { | ||
| "name": "@x402/evm", | ||
| "version": "2.7.0", | ||
| "version": "2.8.0", | ||
| "main": "./dist/cjs/index.js", | ||
@@ -38,3 +38,3 @@ "module": "./dist/esm/index.js", | ||
| "zod": "^3.24.2", | ||
| "@x402/core": "~2.7.0" | ||
| "@x402/core": "~2.8.0" | ||
| }, | ||
@@ -41,0 +41,0 @@ "exports": { |
+5
-4
@@ -181,7 +181,8 @@ # @x402/evm | ||
| Supports any ERC-3009 compatible token: | ||
| - USDC (primary) | ||
| - EURC | ||
| - Any token implementing `transferWithAuthorization()` | ||
| Supports two asset transfer methods: | ||
| - **EIP-3009**: Tokens with native `transferWithAuthorization()` (e.g., USDC, EURC) — simplest, truly gasless | ||
| - **Permit2**: Any ERC-20 token — universal fallback, requires one-time approval | ||
| See [DEFAULT_ASSET.md](src/exact/server/DEFAULT_ASSET.md) for the current list of configured chains and how to add new ones. | ||
| ## Development | ||
@@ -188,0 +189,0 @@ |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1079818
0.02%210
0.48%+ Added
- Removed
Updated