chain-registry 2.0.236 → 2.0.237
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.
|
@@ -50,10 +50,6 @@ const info = {
|
|
|
50
50
|
address: 'https://iris-rpc.publicnode.com:443',
|
|
51
51
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
52
52
|
},
|
|
53
|
-
{
|
|
54
|
-
address: 'https://iris-rpc.highstakes.ch',
|
|
55
|
-
provider: 'High Stakes 🇨🇭'
|
|
56
|
-
},
|
|
57
53
|
{
|
|
58
54
|
address: 'https://mainnet-iris-rpc.konsortech.xyz',
|
|
59
55
|
provider: 'KonsorTech'
|
|
@@ -72,10 +68,6 @@ const info = {
|
|
|
72
68
|
address: 'https://iris-rest.publicnode.com',
|
|
73
69
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
74
70
|
},
|
|
75
|
-
{
|
|
76
|
-
address: 'https://iris-api.highstakes.ch',
|
|
77
|
-
provider: 'High Stakes 🇨🇭'
|
|
78
|
-
},
|
|
79
71
|
{
|
|
80
72
|
address: 'https://mainnet-iris-api.konsortech.xyz',
|
|
81
73
|
provider: 'KonsorTech'
|
|
@@ -180,15 +172,6 @@ const info = {
|
|
|
180
172
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.png',
|
|
181
173
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg'
|
|
182
174
|
}],
|
|
183
|
-
snapshots: [
|
|
184
|
-
provider: 'High Stakes 🇨🇭',
|
|
185
|
-
url: 'https://tools.highstakes.ch/snapshots/iris',
|
|
186
|
-
latestUrl: 'https://tools.highstakes.ch/files/iris.tar.gz',
|
|
187
|
-
type: 'pruned',
|
|
188
|
-
dbBackend: 'goleveldb',
|
|
189
|
-
frequency: 'every 3h',
|
|
190
|
-
compression: 'tar',
|
|
191
|
-
checksumAvailable: true
|
|
192
|
-
}]
|
|
175
|
+
snapshots: []
|
|
193
176
|
};
|
|
194
177
|
export default info;
|
|
@@ -164,10 +164,6 @@ const info = {
|
|
|
164
164
|
address: 'https://rpc.kaiyo.kujira.setten.io',
|
|
165
165
|
provider: 'setten.io'
|
|
166
166
|
},
|
|
167
|
-
{
|
|
168
|
-
address: 'https://kujira-rpc.polkachu.com',
|
|
169
|
-
provider: 'Polkachu'
|
|
170
|
-
},
|
|
171
167
|
{
|
|
172
168
|
address: 'https://rpc.lavenderfive.com:443/kujira',
|
|
173
169
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -219,6 +215,10 @@ const info = {
|
|
|
219
215
|
{
|
|
220
216
|
address: 'https://kujira.interstellar-lounge.org',
|
|
221
217
|
provider: 'Interstellar Lounge 🍸'
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
address: 'https://kujira-rpc.polkachu.com:443',
|
|
221
|
+
provider: 'Polkachu'
|
|
222
222
|
}
|
|
223
223
|
],
|
|
224
224
|
rest: [
|
|
@@ -230,10 +230,6 @@ const info = {
|
|
|
230
230
|
address: 'https://rest.lavenderfive.com:443/kujira',
|
|
231
231
|
provider: 'Lavender.Five Nodes 🐝'
|
|
232
232
|
},
|
|
233
|
-
{
|
|
234
|
-
address: 'https://kujira-api.polkachu.com/',
|
|
235
|
-
provider: 'Polkachu'
|
|
236
|
-
},
|
|
237
233
|
{
|
|
238
234
|
address: 'https://kujira-lcd.wildsage.io/',
|
|
239
235
|
provider: 'WildSage Labs'
|
|
@@ -281,6 +277,10 @@ const info = {
|
|
|
281
277
|
{
|
|
282
278
|
address: 'https://kujira-rest.interstellar-lounge.org',
|
|
283
279
|
provider: 'Interstellar Lounge 🍸'
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
address: 'https://kujira-api.polkachu.com',
|
|
283
|
+
provider: 'Polkachu'
|
|
284
284
|
}
|
|
285
285
|
],
|
|
286
286
|
grpc: [
|
|
@@ -357,6 +357,13 @@ const info = {
|
|
|
357
357
|
images: [{
|
|
358
358
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kujira-chain-logo.png',
|
|
359
359
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
|
|
360
|
+
}],
|
|
361
|
+
snapshots: [{
|
|
362
|
+
url: 'https://polkachu.com/tendermint_snapshots/kujira',
|
|
363
|
+
type: 'pruned',
|
|
364
|
+
compression: 'lz4',
|
|
365
|
+
checksumAvailable: false,
|
|
366
|
+
provider: 'Polkachu'
|
|
360
367
|
}]
|
|
361
368
|
};
|
|
362
369
|
export default info;
|
package/mainnet/irisnet/chain.js
CHANGED
|
@@ -52,10 +52,6 @@ const info = {
|
|
|
52
52
|
address: 'https://iris-rpc.publicnode.com:443',
|
|
53
53
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
54
54
|
},
|
|
55
|
-
{
|
|
56
|
-
address: 'https://iris-rpc.highstakes.ch',
|
|
57
|
-
provider: 'High Stakes 🇨🇭'
|
|
58
|
-
},
|
|
59
55
|
{
|
|
60
56
|
address: 'https://mainnet-iris-rpc.konsortech.xyz',
|
|
61
57
|
provider: 'KonsorTech'
|
|
@@ -74,10 +70,6 @@ const info = {
|
|
|
74
70
|
address: 'https://iris-rest.publicnode.com',
|
|
75
71
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
76
72
|
},
|
|
77
|
-
{
|
|
78
|
-
address: 'https://iris-api.highstakes.ch',
|
|
79
|
-
provider: 'High Stakes 🇨🇭'
|
|
80
|
-
},
|
|
81
73
|
{
|
|
82
74
|
address: 'https://mainnet-iris-api.konsortech.xyz',
|
|
83
75
|
provider: 'KonsorTech'
|
|
@@ -182,15 +174,6 @@ const info = {
|
|
|
182
174
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.png',
|
|
183
175
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg'
|
|
184
176
|
}],
|
|
185
|
-
snapshots: [
|
|
186
|
-
provider: 'High Stakes 🇨🇭',
|
|
187
|
-
url: 'https://tools.highstakes.ch/snapshots/iris',
|
|
188
|
-
latestUrl: 'https://tools.highstakes.ch/files/iris.tar.gz',
|
|
189
|
-
type: 'pruned',
|
|
190
|
-
dbBackend: 'goleveldb',
|
|
191
|
-
frequency: 'every 3h',
|
|
192
|
-
compression: 'tar',
|
|
193
|
-
checksumAvailable: true
|
|
194
|
-
}]
|
|
177
|
+
snapshots: []
|
|
195
178
|
};
|
|
196
179
|
exports.default = info;
|
package/mainnet/kujira/chain.js
CHANGED
|
@@ -166,10 +166,6 @@ const info = {
|
|
|
166
166
|
address: 'https://rpc.kaiyo.kujira.setten.io',
|
|
167
167
|
provider: 'setten.io'
|
|
168
168
|
},
|
|
169
|
-
{
|
|
170
|
-
address: 'https://kujira-rpc.polkachu.com',
|
|
171
|
-
provider: 'Polkachu'
|
|
172
|
-
},
|
|
173
169
|
{
|
|
174
170
|
address: 'https://rpc.lavenderfive.com:443/kujira',
|
|
175
171
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -221,6 +217,10 @@ const info = {
|
|
|
221
217
|
{
|
|
222
218
|
address: 'https://kujira.interstellar-lounge.org',
|
|
223
219
|
provider: 'Interstellar Lounge 🍸'
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
address: 'https://kujira-rpc.polkachu.com:443',
|
|
223
|
+
provider: 'Polkachu'
|
|
224
224
|
}
|
|
225
225
|
],
|
|
226
226
|
rest: [
|
|
@@ -232,10 +232,6 @@ const info = {
|
|
|
232
232
|
address: 'https://rest.lavenderfive.com:443/kujira',
|
|
233
233
|
provider: 'Lavender.Five Nodes 🐝'
|
|
234
234
|
},
|
|
235
|
-
{
|
|
236
|
-
address: 'https://kujira-api.polkachu.com/',
|
|
237
|
-
provider: 'Polkachu'
|
|
238
|
-
},
|
|
239
235
|
{
|
|
240
236
|
address: 'https://kujira-lcd.wildsage.io/',
|
|
241
237
|
provider: 'WildSage Labs'
|
|
@@ -283,6 +279,10 @@ const info = {
|
|
|
283
279
|
{
|
|
284
280
|
address: 'https://kujira-rest.interstellar-lounge.org',
|
|
285
281
|
provider: 'Interstellar Lounge 🍸'
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
address: 'https://kujira-api.polkachu.com',
|
|
285
|
+
provider: 'Polkachu'
|
|
286
286
|
}
|
|
287
287
|
],
|
|
288
288
|
grpc: [
|
|
@@ -359,6 +359,13 @@ const info = {
|
|
|
359
359
|
images: [{
|
|
360
360
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kujira-chain-logo.png',
|
|
361
361
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
|
|
362
|
+
}],
|
|
363
|
+
snapshots: [{
|
|
364
|
+
url: 'https://polkachu.com/tendermint_snapshots/kujira',
|
|
365
|
+
type: 'pruned',
|
|
366
|
+
compression: 'lz4',
|
|
367
|
+
checksumAvailable: false,
|
|
368
|
+
provider: 'Polkachu'
|
|
362
369
|
}]
|
|
363
370
|
};
|
|
364
371
|
exports.default = info;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.237",
|
|
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.237"
|
|
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": "c0bc47af8a2d260a699b6ff8f75f88677e17a94e"
|
|
43
43
|
}
|