@axonfi/sdk 0.4.1 → 0.4.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/README.md +10 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -214,14 +214,21 @@ Supports EIP-3009 (USDC, gasless) and Permit2 (any ERC-20) settlement schemes.
|
|
|
214
214
|
- **Relayer** (Axon) can only execute bot-signed intents within configured limits. Cannot withdraw or modify vault config.
|
|
215
215
|
- **If Axon goes offline**, the owner retains full withdrawal access directly through the on-chain vault contract.
|
|
216
216
|
|
|
217
|
-
## Chains
|
|
217
|
+
## Supported Chains
|
|
218
|
+
|
|
219
|
+
### Mainnet
|
|
218
220
|
|
|
219
221
|
| Chain | ID | Status |
|
|
220
222
|
| ------------ | ----- | ----------- |
|
|
221
|
-
| Base Sepolia | 84532 | Live |
|
|
222
223
|
| Base | 8453 | Coming soon |
|
|
223
224
|
| Arbitrum One | 42161 | Coming soon |
|
|
224
|
-
|
|
225
|
+
|
|
226
|
+
### Testnet
|
|
227
|
+
|
|
228
|
+
| Chain | ID | Status |
|
|
229
|
+
| ---------------- | ------ | ------ |
|
|
230
|
+
| Base Sepolia | 84532 | Live |
|
|
231
|
+
| Arbitrum Sepolia | 421614 | Live |
|
|
225
232
|
|
|
226
233
|
## Links
|
|
227
234
|
|