@dotdm/env 1.0.5 → 1.0.6
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// src/registry.ts
|
|
2
|
-
var PASEO_V2_REGISTRY_ADDRESS = "
|
|
3
|
-
var PREVIEW_NET_REGISTRY_ADDRESS = "
|
|
2
|
+
var PASEO_V2_REGISTRY_ADDRESS = "0xa7ae171c78f06c248a9b2556c793aa1df5c9173a";
|
|
3
|
+
var PREVIEW_NET_REGISTRY_ADDRESS = "0xa7ae171c78f06c248a9b2556c793aa1df5c9173a";
|
|
4
4
|
function getRegistryAddress(name) {
|
|
5
5
|
if (name === "paseo" || name === "paseo-next-v2" || name === "paseo-v2") {
|
|
6
6
|
return PASEO_V2_REGISTRY_ADDRESS;
|
package/dist/index.js
CHANGED
package/dist/registry.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotdm/env",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@polkadot-labs/hdkd-helpers": "^0.0.27",
|
|
28
28
|
"polkadot-api": "^2.1.2",
|
|
29
29
|
"smoldot": "^2.0.40",
|
|
30
|
-
"@dotdm/utils": "0.3.
|
|
30
|
+
"@dotdm/utils": "0.3.2"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/node": "^24.10.1",
|