@unicitylabs/nostr-js-sdk 0.1.0 → 0.1.1
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -407,7 +407,7 @@ TARGET_NAMETAG=mp-6 npm test -- --testNamePattern="full payment request flow"
|
|
|
407
407
|
|
|
408
408
|
Environment variables:
|
|
409
409
|
- `TARGET_NAMETAG` - Nametag of the wallet to send requests to (required)
|
|
410
|
-
- `NOSTR_RELAY` - Relay URL (default: `
|
|
410
|
+
- `NOSTR_RELAY` - Relay URL (default: `wss://nostr-relay.testnet.unicity.network`)
|
|
411
411
|
- `AMOUNT` - Amount in smallest units (default: `1000000`)
|
|
412
412
|
- `TIMEOUT` - Timeout in seconds for full flow test (default: `120`)
|
|
413
413
|
|