@unicitylabs/sphere-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.
- package/dist/core/index.cjs +1 -3
- package/dist/core/index.cjs.map +1 -1
- package/dist/core/index.d.cts +3 -3
- package/dist/core/index.d.ts +3 -3
- package/dist/core/index.js +1 -3
- package/dist/core/index.js.map +1 -1
- package/dist/impl/browser/index.cjs +1 -3
- package/dist/impl/browser/index.cjs.map +1 -1
- package/dist/impl/browser/index.js +1 -3
- package/dist/impl/browser/index.js.map +1 -1
- package/dist/impl/browser/ipfs.cjs.map +1 -1
- package/dist/impl/browser/ipfs.js.map +1 -1
- package/dist/impl/nodejs/index.cjs +1 -3
- package/dist/impl/nodejs/index.cjs.map +1 -1
- package/dist/impl/nodejs/index.d.cts +3 -3
- package/dist/impl/nodejs/index.d.ts +3 -3
- package/dist/impl/nodejs/index.js +1 -3
- package/dist/impl/nodejs/index.js.map +1 -1
- package/dist/index.cjs +1 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -3443,7 +3443,7 @@ declare const TEST_AGGREGATOR_URL: "https://goggregator-test.unicity.network";
|
|
|
3443
3443
|
/** Default aggregator request timeout (ms) */
|
|
3444
3444
|
declare const DEFAULT_AGGREGATOR_TIMEOUT = 30000;
|
|
3445
3445
|
/** Default IPFS gateways */
|
|
3446
|
-
declare const DEFAULT_IPFS_GATEWAYS: readonly ["https://
|
|
3446
|
+
declare const DEFAULT_IPFS_GATEWAYS: readonly ["https://unicity-ipfs1.dyndns.org"];
|
|
3447
3447
|
/** Unicity IPFS bootstrap peers */
|
|
3448
3448
|
declare const DEFAULT_IPFS_BOOTSTRAP_PEERS: readonly ["/dns4/unicity-ipfs2.dyndns.org/tcp/4001/p2p/12D3KooWLNi5NDPPHbrfJakAQqwBqymYTTwMQXQKEWuCrJNDdmfh", "/dns4/unicity-ipfs3.dyndns.org/tcp/4001/p2p/12D3KooWQ4aujVE4ShLjdusNZBdffq3TbzrwT2DuWZY9H1Gxhwn6", "/dns4/unicity-ipfs4.dyndns.org/tcp/4001/p2p/12D3KooWJ1ByPfUzUrpYvgxKU8NZrR8i6PU1tUgMEbQX9Hh2DEn1", "/dns4/unicity-ipfs5.dyndns.org/tcp/4001/p2p/12D3KooWB1MdZZGHN5B8TvWXntbycfe7Cjcz7n6eZ9eykZadvmDv"];
|
|
3449
3449
|
/** Default BIP32 derivation path (full path with chain/index) */
|
|
@@ -3469,7 +3469,7 @@ declare const NETWORKS: {
|
|
|
3469
3469
|
readonly name: "Mainnet";
|
|
3470
3470
|
readonly aggregatorUrl: "https://aggregator.unicity.network/rpc";
|
|
3471
3471
|
readonly nostrRelays: readonly ["wss://relay.unicity.network", "wss://relay.damus.io", "wss://nos.lol", "wss://relay.nostr.band"];
|
|
3472
|
-
readonly ipfsGateways: readonly ["https://
|
|
3472
|
+
readonly ipfsGateways: readonly ["https://unicity-ipfs1.dyndns.org"];
|
|
3473
3473
|
readonly electrumUrl: "wss://fulcrum.alpha.unicity.network:50004";
|
|
3474
3474
|
readonly groupRelays: readonly ["wss://sphere-relay.unicity.network"];
|
|
3475
3475
|
};
|
|
@@ -3477,7 +3477,7 @@ declare const NETWORKS: {
|
|
|
3477
3477
|
readonly name: "Testnet";
|
|
3478
3478
|
readonly aggregatorUrl: "https://goggregator-test.unicity.network";
|
|
3479
3479
|
readonly nostrRelays: readonly ["wss://nostr-relay.testnet.unicity.network"];
|
|
3480
|
-
readonly ipfsGateways: readonly ["https://
|
|
3480
|
+
readonly ipfsGateways: readonly ["https://unicity-ipfs1.dyndns.org"];
|
|
3481
3481
|
readonly electrumUrl: "wss://fulcrum.alpha.testnet.unicity.network:50004";
|
|
3482
3482
|
readonly groupRelays: readonly ["wss://sphere-relay.unicity.network"];
|
|
3483
3483
|
};
|
|
@@ -3485,7 +3485,7 @@ declare const NETWORKS: {
|
|
|
3485
3485
|
readonly name: "Development";
|
|
3486
3486
|
readonly aggregatorUrl: "https://dev-aggregator.dyndns.org/rpc";
|
|
3487
3487
|
readonly nostrRelays: readonly ["wss://nostr-relay.testnet.unicity.network"];
|
|
3488
|
-
readonly ipfsGateways: readonly ["https://
|
|
3488
|
+
readonly ipfsGateways: readonly ["https://unicity-ipfs1.dyndns.org"];
|
|
3489
3489
|
readonly electrumUrl: "wss://fulcrum.alpha.testnet.unicity.network:50004";
|
|
3490
3490
|
readonly groupRelays: readonly ["wss://sphere-relay.unicity.network"];
|
|
3491
3491
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -3443,7 +3443,7 @@ declare const TEST_AGGREGATOR_URL: "https://goggregator-test.unicity.network";
|
|
|
3443
3443
|
/** Default aggregator request timeout (ms) */
|
|
3444
3444
|
declare const DEFAULT_AGGREGATOR_TIMEOUT = 30000;
|
|
3445
3445
|
/** Default IPFS gateways */
|
|
3446
|
-
declare const DEFAULT_IPFS_GATEWAYS: readonly ["https://
|
|
3446
|
+
declare const DEFAULT_IPFS_GATEWAYS: readonly ["https://unicity-ipfs1.dyndns.org"];
|
|
3447
3447
|
/** Unicity IPFS bootstrap peers */
|
|
3448
3448
|
declare const DEFAULT_IPFS_BOOTSTRAP_PEERS: readonly ["/dns4/unicity-ipfs2.dyndns.org/tcp/4001/p2p/12D3KooWLNi5NDPPHbrfJakAQqwBqymYTTwMQXQKEWuCrJNDdmfh", "/dns4/unicity-ipfs3.dyndns.org/tcp/4001/p2p/12D3KooWQ4aujVE4ShLjdusNZBdffq3TbzrwT2DuWZY9H1Gxhwn6", "/dns4/unicity-ipfs4.dyndns.org/tcp/4001/p2p/12D3KooWJ1ByPfUzUrpYvgxKU8NZrR8i6PU1tUgMEbQX9Hh2DEn1", "/dns4/unicity-ipfs5.dyndns.org/tcp/4001/p2p/12D3KooWB1MdZZGHN5B8TvWXntbycfe7Cjcz7n6eZ9eykZadvmDv"];
|
|
3449
3449
|
/** Default BIP32 derivation path (full path with chain/index) */
|
|
@@ -3469,7 +3469,7 @@ declare const NETWORKS: {
|
|
|
3469
3469
|
readonly name: "Mainnet";
|
|
3470
3470
|
readonly aggregatorUrl: "https://aggregator.unicity.network/rpc";
|
|
3471
3471
|
readonly nostrRelays: readonly ["wss://relay.unicity.network", "wss://relay.damus.io", "wss://nos.lol", "wss://relay.nostr.band"];
|
|
3472
|
-
readonly ipfsGateways: readonly ["https://
|
|
3472
|
+
readonly ipfsGateways: readonly ["https://unicity-ipfs1.dyndns.org"];
|
|
3473
3473
|
readonly electrumUrl: "wss://fulcrum.alpha.unicity.network:50004";
|
|
3474
3474
|
readonly groupRelays: readonly ["wss://sphere-relay.unicity.network"];
|
|
3475
3475
|
};
|
|
@@ -3477,7 +3477,7 @@ declare const NETWORKS: {
|
|
|
3477
3477
|
readonly name: "Testnet";
|
|
3478
3478
|
readonly aggregatorUrl: "https://goggregator-test.unicity.network";
|
|
3479
3479
|
readonly nostrRelays: readonly ["wss://nostr-relay.testnet.unicity.network"];
|
|
3480
|
-
readonly ipfsGateways: readonly ["https://
|
|
3480
|
+
readonly ipfsGateways: readonly ["https://unicity-ipfs1.dyndns.org"];
|
|
3481
3481
|
readonly electrumUrl: "wss://fulcrum.alpha.testnet.unicity.network:50004";
|
|
3482
3482
|
readonly groupRelays: readonly ["wss://sphere-relay.unicity.network"];
|
|
3483
3483
|
};
|
|
@@ -3485,7 +3485,7 @@ declare const NETWORKS: {
|
|
|
3485
3485
|
readonly name: "Development";
|
|
3486
3486
|
readonly aggregatorUrl: "https://dev-aggregator.dyndns.org/rpc";
|
|
3487
3487
|
readonly nostrRelays: readonly ["wss://nostr-relay.testnet.unicity.network"];
|
|
3488
|
-
readonly ipfsGateways: readonly ["https://
|
|
3488
|
+
readonly ipfsGateways: readonly ["https://unicity-ipfs1.dyndns.org"];
|
|
3489
3489
|
readonly electrumUrl: "wss://fulcrum.alpha.testnet.unicity.network:50004";
|
|
3490
3490
|
readonly groupRelays: readonly ["wss://sphere-relay.unicity.network"];
|
|
3491
3491
|
};
|
package/dist/index.js
CHANGED
|
@@ -2580,9 +2580,7 @@ var DEV_AGGREGATOR_URL = "https://dev-aggregator.dyndns.org/rpc";
|
|
|
2580
2580
|
var TEST_AGGREGATOR_URL = "https://goggregator-test.unicity.network";
|
|
2581
2581
|
var DEFAULT_AGGREGATOR_TIMEOUT = 3e4;
|
|
2582
2582
|
var DEFAULT_IPFS_GATEWAYS = [
|
|
2583
|
-
"https://
|
|
2584
|
-
"https://dweb.link",
|
|
2585
|
-
"https://ipfs.io"
|
|
2583
|
+
"https://unicity-ipfs1.dyndns.org"
|
|
2586
2584
|
];
|
|
2587
2585
|
var DEFAULT_IPFS_BOOTSTRAP_PEERS = [
|
|
2588
2586
|
"/dns4/unicity-ipfs2.dyndns.org/tcp/4001/p2p/12D3KooWLNi5NDPPHbrfJakAQqwBqymYTTwMQXQKEWuCrJNDdmfh",
|