You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@x402/evm

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@x402/evm - npm Package Compare versions

Comparing version
2.7.0
to
2.8.0
+2
-2
package.json
{
"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": {

@@ -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 @@