chain-registry 2.0.9 → 2.0.10
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.
|
@@ -104,13 +104,13 @@ const info = {
|
|
|
104
104
|
},
|
|
105
105
|
codebase: {
|
|
106
106
|
gitRepo: 'https://github.com/pryzm-finance/pryzm-core',
|
|
107
|
-
recommendedVersion: 'v0.
|
|
108
|
-
compatibleVersions: ['v0.
|
|
107
|
+
recommendedVersion: 'v0.29.0',
|
|
108
|
+
compatibleVersions: ['v0.29.0'],
|
|
109
109
|
binaries: {
|
|
110
|
-
"darwin/amd64": 'https://storage.googleapis.com/pryzm-zone/core/0.
|
|
111
|
-
"darwin/arm64": 'https://storage.googleapis.com/pryzm-zone/core/0.
|
|
112
|
-
"linux/amd64": 'https://storage.googleapis.com/pryzm-zone/core/0.
|
|
113
|
-
"linux/arm64": 'https://storage.googleapis.com/pryzm-zone/core/0.
|
|
110
|
+
"darwin/amd64": 'https://storage.googleapis.com/pryzm-zone/core/0.29.0/pryzmd-0.29.0-darwin-amd64',
|
|
111
|
+
"darwin/arm64": 'https://storage.googleapis.com/pryzm-zone/core/0.29.0/pryzmd-0.29.0-darwin-arm64',
|
|
112
|
+
"linux/amd64": 'https://storage.googleapis.com/pryzm-zone/core/0.29.0/pryzmd-0.29.0-linux-amd64',
|
|
113
|
+
"linux/arm64": 'https://storage.googleapis.com/pryzm-zone/core/0.29.0/pryzmd-0.29.0-linux-arm64'
|
|
114
114
|
},
|
|
115
115
|
consensus: {
|
|
116
116
|
type: 'cometbft',
|
package/mainnet/pryzm/chain.js
CHANGED
|
@@ -106,13 +106,13 @@ const info = {
|
|
|
106
106
|
},
|
|
107
107
|
codebase: {
|
|
108
108
|
gitRepo: 'https://github.com/pryzm-finance/pryzm-core',
|
|
109
|
-
recommendedVersion: 'v0.
|
|
110
|
-
compatibleVersions: ['v0.
|
|
109
|
+
recommendedVersion: 'v0.29.0',
|
|
110
|
+
compatibleVersions: ['v0.29.0'],
|
|
111
111
|
binaries: {
|
|
112
|
-
"darwin/amd64": 'https://storage.googleapis.com/pryzm-zone/core/0.
|
|
113
|
-
"darwin/arm64": 'https://storage.googleapis.com/pryzm-zone/core/0.
|
|
114
|
-
"linux/amd64": 'https://storage.googleapis.com/pryzm-zone/core/0.
|
|
115
|
-
"linux/arm64": 'https://storage.googleapis.com/pryzm-zone/core/0.
|
|
112
|
+
"darwin/amd64": 'https://storage.googleapis.com/pryzm-zone/core/0.29.0/pryzmd-0.29.0-darwin-amd64',
|
|
113
|
+
"darwin/arm64": 'https://storage.googleapis.com/pryzm-zone/core/0.29.0/pryzmd-0.29.0-darwin-arm64',
|
|
114
|
+
"linux/amd64": 'https://storage.googleapis.com/pryzm-zone/core/0.29.0/pryzmd-0.29.0-linux-amd64',
|
|
115
|
+
"linux/arm64": 'https://storage.googleapis.com/pryzm-zone/core/0.29.0/pryzmd-0.29.0-linux-arm64'
|
|
116
116
|
},
|
|
117
117
|
consensus: {
|
|
118
118
|
type: 'cometbft',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.10",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.10"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "98ebe583915f2f8728393087c0cca3050e25fdb7"
|
|
43
43
|
}
|