n8n-nodes-agnicwallet 1.0.4 → 1.0.5

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -170,7 +170,7 @@ This node requires the AgnicWallet backend API to function. **This is by design
170
170
  1. You create a free account at [AgnicWallet](https://app.agnicpay.xyz)
171
171
  2. You authorize n8n to use your wallet (OAuth2 or API Key)
172
172
  3. When making X402 requests, the node calls `api.agnicpay.xyz` to sign payments on your behalf
173
- 4. Your wallet is non-custodial (keys managed by Privy, not stored by AgnicWallet)
173
+ 4. Your wallet is non-custodial (keys managed securely, not stored by AgnicWallet)
174
174
 
175
175
  ### Why This Architecture?
176
176
  - **No blockchain complexity** - You don't manage private keys or gas fees
@@ -205,7 +205,7 @@ This is the same architecture used by most n8n community nodes that interact wit
205
205
  ## FAQ
206
206
 
207
207
  ### Is my wallet safe?
208
- Yes! AgnicWallet is non-custodial. Your private keys are managed by [Privy](https://privy.io), not stored on AgnicWallet servers. The backend only signs transactions you've authorized.
208
+ Yes! AgnicWallet is non-custodial. Your private keys are managed securely using industry-standard key management infrastructure, never stored on AgnicWallet servers. The backend only signs transactions you've authorized.
209
209
 
210
210
  ### Do I need to trust AgnicWallet?
211
211
  Yes, but only as much as you trust Slack, Notion, or Google when using their n8n nodes. You're authorizing AgnicWallet to sign X402 payments on your behalf within your spending limits.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-agnicwallet",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "n8n community node for AgnicWallet - automated Web3 payments for X402 APIs",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",