@axonfi/sdk 0.4.2 → 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 +8 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -218,17 +218,17 @@ Supports EIP-3009 (USDC, gasless) and Permit2 (any ERC-20) settlement schemes.
218
218
 
219
219
  ### Mainnet
220
220
 
221
- | Chain | ID |
222
- | ------------ | ----- |
223
- | Base | 8453 |
224
- | Arbitrum One | 42161 |
221
+ | Chain | ID | Status |
222
+ | ------------ | ----- | ----------- |
223
+ | Base | 8453 | Coming soon |
224
+ | Arbitrum One | 42161 | Coming soon |
225
225
 
226
226
  ### Testnet
227
227
 
228
- | Chain | ID |
229
- | ---------------- | ------ |
230
- | Base Sepolia | 84532 |
231
- | Arbitrum Sepolia | 421614 |
228
+ | Chain | ID | Status |
229
+ | ---------------- | ------ | ------ |
230
+ | Base Sepolia | 84532 | Live |
231
+ | Arbitrum Sepolia | 421614 | Live |
232
232
 
233
233
  ## Links
234
234
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axonfi/sdk",
3
- "version": "0.4.2",
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",