@dotdm/env 1.0.3 → 1.0.4
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/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -31,7 +31,7 @@ declare const KNOWN_CHAINS: {
|
|
|
31
31
|
readonly paseo: {
|
|
32
32
|
readonly assethubUrl: "wss://paseo-asset-hub-next-rpc.polkadot.io";
|
|
33
33
|
readonly bulletinUrl: "wss://paseo-bulletin-next-rpc.polkadot.io";
|
|
34
|
-
readonly ipfsGatewayUrl: "https://paseo-bulletin-next-ipfs.polkadot.io";
|
|
34
|
+
readonly ipfsGatewayUrl: "https://paseo-bulletin-next-ipfs.polkadot.io/ipfs";
|
|
35
35
|
readonly registryAddress: "0x5c7b23d386ff622c7f7a4e7a95d5c7a67b10a00d";
|
|
36
36
|
readonly productSdkEnvironment: "paseo";
|
|
37
37
|
readonly faucets: readonly [{
|
|
@@ -45,7 +45,7 @@ declare const KNOWN_CHAINS: {
|
|
|
45
45
|
readonly "preview-net": {
|
|
46
46
|
readonly assethubUrl: "wss://previewnet.substrate.dev/asset-hub";
|
|
47
47
|
readonly bulletinUrl: "wss://paseo-bulletin-next-rpc.polkadot.io";
|
|
48
|
-
readonly ipfsGatewayUrl: "https://paseo-bulletin-next-ipfs.polkadot.io";
|
|
48
|
+
readonly ipfsGatewayUrl: "https://paseo-bulletin-next-ipfs.polkadot.io/ipfs";
|
|
49
49
|
readonly registryAddress: "0x5c7b23d386ff622c7f7a4e7a95d5c7a67b10a00d";
|
|
50
50
|
readonly productSdkEnvironment: "previewnet";
|
|
51
51
|
};
|
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import { REGISTRY_ADDRESS } from "@dotdm/utils";
|
|
|
4
4
|
var PASEO_V2_REGISTRY_ADDRESS = "0x5c7b23d386ff622c7f7a4e7a95d5c7a67b10a00d";
|
|
5
5
|
var PREVIEW_NET_REGISTRY_ADDRESS = "0x5c7b23d386ff622c7f7a4e7a95d5c7a67b10a00d";
|
|
6
6
|
var PASEO_ASSET_HUB_URL = "wss://paseo-asset-hub-next-rpc.polkadot.io";
|
|
7
|
-
var PASEO_IPFS_GATEWAY_URL = "https://paseo-bulletin-next-ipfs.polkadot.io";
|
|
7
|
+
var PASEO_IPFS_GATEWAY_URL = "https://paseo-bulletin-next-ipfs.polkadot.io/ipfs";
|
|
8
8
|
var KNOWN_CHAINS = {
|
|
9
9
|
polkadot: {
|
|
10
10
|
assethubUrl: "wss://polkadot-asset-hub-rpc.polkadot.io",
|