@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.
Files changed (2) hide show
  1. package/README.md +10 -3
  2. 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
- | Arbitrum Sepolia | 421614 | Live |
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axonfi/sdk",
3
- "version": "0.4.1",
3
+ "version": "0.4.3",
4
4
  "description": "Give your AI agents a wallet they can't drain. TypeScript SDK for Axon Finance.",
5
5
  "license": "MIT",
6
6
  "author": "Axon",