Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fcb408f

Browse files
committed
Mainnet live: update chain status, add keywords to SDK
1 parent b4a9439 commit fcb408f

2 files changed

Lines changed: 14 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,8 @@ Supports EIP-3009 (USDC, gasless) and Permit2 (any ERC-20) settlement schemes.
412412

413413
| Chain | ID | Status |
414414
| ------------ | ----- | ----------- |
415-
| Base | 8453 | Coming soon |
416-
| Arbitrum One | 42161 | Coming soon |
415+
| Base | 8453 | Live |
416+
| Arbitrum One | 42161 | Live |
417417

418418
### Testnet
419419

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axonfi/sdk",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "Give your AI agents a wallet they can't drain. TypeScript SDK for Axon Finance.",
55
"license": "MIT",
66
"author": "Axon",
@@ -12,14 +12,24 @@
1212
},
1313
"keywords": [
1414
"axon",
15+
"axonfi",
1516
"agentic-finance",
1617
"ai-agents",
18+
"ai-wallet",
19+
"agent-payments",
1720
"secure-vaults",
21+
"non-custodial",
1822
"payments",
23+
"x402",
24+
"http-402",
1925
"eip-712",
26+
"gasless",
2027
"usdc",
28+
"defi",
2129
"base",
22-
"viem"
30+
"arbitrum",
31+
"viem",
32+
"treasury"
2333
],
2434
"type": "module",
2535
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)