@chain-registry/juno 1.70.647 → 1.70.649
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/asset_list.js +8 -2
- package/chain.js +6 -0
- package/esm/asset_list.js +8 -2
- package/esm/chain.js +6 -0
- package/esm/testnet.js +0 -3
- package/package.json +4 -4
- package/testnet.js +0 -3
package/asset_list.js
CHANGED
|
@@ -495,7 +495,10 @@ const asset_list = {
|
|
|
495
495
|
}],
|
|
496
496
|
socials: {
|
|
497
497
|
website: 'https://cosmos.network',
|
|
498
|
-
x: 'https://x.com/cosmoshub'
|
|
498
|
+
x: 'https://x.com/cosmoshub',
|
|
499
|
+
telegram: 'https://t.me/CosmosOG',
|
|
500
|
+
discord: 'https://discord.com/invite/interchain',
|
|
501
|
+
reddit: 'https://www.reddit.com/r/cosmosnetwork/'
|
|
499
502
|
},
|
|
500
503
|
type_asset: 'sdk.coin',
|
|
501
504
|
traces: [{
|
|
@@ -1311,7 +1314,10 @@ const asset_list = {
|
|
|
1311
1314
|
}],
|
|
1312
1315
|
socials: {
|
|
1313
1316
|
website: 'https://cosmos.network',
|
|
1314
|
-
x: 'https://x.com/cosmoshub'
|
|
1317
|
+
x: 'https://x.com/cosmoshub',
|
|
1318
|
+
telegram: 'https://t.me/CosmosOG',
|
|
1319
|
+
discord: 'https://discord.com/invite/interchain',
|
|
1320
|
+
reddit: 'https://www.reddit.com/r/cosmosnetwork/'
|
|
1315
1321
|
},
|
|
1316
1322
|
type_asset: 'sdk.coin',
|
|
1317
1323
|
traces: [{
|
package/chain.js
CHANGED
|
@@ -252,6 +252,12 @@ const chain = {
|
|
|
252
252
|
compression: 'lz4',
|
|
253
253
|
checksum_available: false,
|
|
254
254
|
provider: 'Polkachu'
|
|
255
|
+
}, {
|
|
256
|
+
url: 'https://kleomedes.cloud/chains/juno',
|
|
257
|
+
latest_url: 'https://api.kleomedes.network/api/v2/snapshots/juno/latest',
|
|
258
|
+
type: 'pruned',
|
|
259
|
+
compression: 'zstd',
|
|
260
|
+
provider: 'Kleomedes'
|
|
255
261
|
}]
|
|
256
262
|
};
|
|
257
263
|
exports.default = chain;
|
package/esm/asset_list.js
CHANGED
|
@@ -493,7 +493,10 @@ const asset_list = {
|
|
|
493
493
|
}],
|
|
494
494
|
socials: {
|
|
495
495
|
website: 'https://cosmos.network',
|
|
496
|
-
x: 'https://x.com/cosmoshub'
|
|
496
|
+
x: 'https://x.com/cosmoshub',
|
|
497
|
+
telegram: 'https://t.me/CosmosOG',
|
|
498
|
+
discord: 'https://discord.com/invite/interchain',
|
|
499
|
+
reddit: 'https://www.reddit.com/r/cosmosnetwork/'
|
|
497
500
|
},
|
|
498
501
|
type_asset: 'sdk.coin',
|
|
499
502
|
traces: [{
|
|
@@ -1309,7 +1312,10 @@ const asset_list = {
|
|
|
1309
1312
|
}],
|
|
1310
1313
|
socials: {
|
|
1311
1314
|
website: 'https://cosmos.network',
|
|
1312
|
-
x: 'https://x.com/cosmoshub'
|
|
1315
|
+
x: 'https://x.com/cosmoshub',
|
|
1316
|
+
telegram: 'https://t.me/CosmosOG',
|
|
1317
|
+
discord: 'https://discord.com/invite/interchain',
|
|
1318
|
+
reddit: 'https://www.reddit.com/r/cosmosnetwork/'
|
|
1313
1319
|
},
|
|
1314
1320
|
type_asset: 'sdk.coin',
|
|
1315
1321
|
traces: [{
|
package/esm/chain.js
CHANGED
|
@@ -250,6 +250,12 @@ const chain = {
|
|
|
250
250
|
compression: 'lz4',
|
|
251
251
|
checksum_available: false,
|
|
252
252
|
provider: 'Polkachu'
|
|
253
|
+
}, {
|
|
254
|
+
url: 'https://kleomedes.cloud/chains/juno',
|
|
255
|
+
latest_url: 'https://api.kleomedes.network/api/v2/snapshots/juno/latest',
|
|
256
|
+
type: 'pruned',
|
|
257
|
+
compression: 'zstd',
|
|
258
|
+
provider: 'Kleomedes'
|
|
253
259
|
}]
|
|
254
260
|
};
|
|
255
261
|
export default chain;
|
package/esm/testnet.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.649",
|
|
4
4
|
"description": "Chain Registry info for Juno",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"chain-registry": "^1.69.649"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@chain-registry/types": "^0.50.
|
|
35
|
+
"@chain-registry/types": "^0.50.398"
|
|
36
36
|
},
|
|
37
37
|
"keywords": [
|
|
38
38
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"tokens",
|
|
44
44
|
"juno"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "a4ba18f0811b1f43fea50858f68a807fd61d4059"
|
|
47
47
|
}
|