chain-registry 2.0.185 → 2.0.186
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.
|
@@ -234,6 +234,10 @@ const info = {
|
|
|
234
234
|
{
|
|
235
235
|
address: 'https://cosmoshub-mainnet.chain.whenmoonwhenlambo.money',
|
|
236
236
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
address: 'https://rpc.cosmos.cumulo.com.es',
|
|
240
|
+
provider: 'Cumulo'
|
|
237
241
|
}
|
|
238
242
|
],
|
|
239
243
|
rest: [
|
|
@@ -377,6 +381,10 @@ const info = {
|
|
|
377
381
|
{
|
|
378
382
|
address: 'https://cosmoshub-mainnet.chain.whenmoonwhenlambo.money',
|
|
379
383
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
address: 'https://api.cosmos.cumulo.com.es',
|
|
387
|
+
provider: 'Cumulo'
|
|
380
388
|
}
|
|
381
389
|
],
|
|
382
390
|
grpc: [
|
|
@@ -480,6 +488,10 @@ const info = {
|
|
|
480
488
|
{
|
|
481
489
|
address: 'cosmoshub-mainnet.chain.whenmoonwhenlambo.money:443',
|
|
482
490
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
address: 'grpc.cosmos.cumulo.com.es:9790',
|
|
494
|
+
provider: 'Cumulo'
|
|
483
495
|
}
|
|
484
496
|
]
|
|
485
497
|
},
|
|
@@ -236,6 +236,10 @@ const info = {
|
|
|
236
236
|
{
|
|
237
237
|
address: 'https://cosmoshub-mainnet.chain.whenmoonwhenlambo.money',
|
|
238
238
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
address: 'https://rpc.cosmos.cumulo.com.es',
|
|
242
|
+
provider: 'Cumulo'
|
|
239
243
|
}
|
|
240
244
|
],
|
|
241
245
|
rest: [
|
|
@@ -379,6 +383,10 @@ const info = {
|
|
|
379
383
|
{
|
|
380
384
|
address: 'https://cosmoshub-mainnet.chain.whenmoonwhenlambo.money',
|
|
381
385
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
address: 'https://api.cosmos.cumulo.com.es',
|
|
389
|
+
provider: 'Cumulo'
|
|
382
390
|
}
|
|
383
391
|
],
|
|
384
392
|
grpc: [
|
|
@@ -482,6 +490,10 @@ const info = {
|
|
|
482
490
|
{
|
|
483
491
|
address: 'cosmoshub-mainnet.chain.whenmoonwhenlambo.money:443',
|
|
484
492
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
address: 'grpc.cosmos.cumulo.com.es:9790',
|
|
496
|
+
provider: 'Cumulo'
|
|
485
497
|
}
|
|
486
498
|
]
|
|
487
499
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.186",
|
|
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.186"
|
|
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": "034d5fad67de970c154404722087095f25337193"
|
|
43
43
|
}
|