@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.
- package/README.md +8 -8
- 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
|
|