@axonfi/sdk 0.3.2 → 0.3.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 +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -176,13 +176,13 @@ Payments resolve through one of three paths:
176
176
 
177
177
  ## Chains
178
178
 
179
- | Chain | ID | Status |
180
- | ------------ | ----- | ------- |
181
- | Base | 8453 | Live |
182
- | Arbitrum One | 42161 | Live |
183
- | Optimism | 10 | Live |
184
- | Polygon PoS | 137 | Live |
185
- | Base Sepolia | 84532 | Testnet |
179
+ | Chain | ID | Status |
180
+ | ------------ | ----- | ----------- |
181
+ | Base Sepolia | 84532 | Live |
182
+ | Base | 8453 | Coming soon |
183
+ | Arbitrum One | 42161 | Coming soon |
184
+ | Optimism | 10 | Coming soon |
185
+ | Polygon PoS | 137 | Coming soon |
186
186
 
187
187
  ## Documentation
188
188
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axonfi/sdk",
3
- "version": "0.3.2",
3
+ "version": "0.3.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",