@chain-registry/juno 1.70.50 → 1.70.51
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 +2 -8
- package/esm/asset_list.js +2 -8
- package/package.json +4 -4
package/asset_list.js
CHANGED
|
@@ -2328,10 +2328,7 @@ const asset_list = {
|
|
|
2328
2328
|
coingecko_id: 'secret',
|
|
2329
2329
|
images: [{
|
|
2330
2330
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
2331
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2332
|
-
theme: {
|
|
2333
|
-
primary_color_hex: '#040404'
|
|
2334
|
-
}
|
|
2331
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2335
2332
|
}],
|
|
2336
2333
|
socials: {
|
|
2337
2334
|
website: 'https://scrt.network/',
|
|
@@ -4232,10 +4229,7 @@ const asset_list = {
|
|
|
4232
4229
|
coingecko_id: 'secret',
|
|
4233
4230
|
images: [{
|
|
4234
4231
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
4235
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4236
|
-
theme: {
|
|
4237
|
-
primary_color_hex: '#040404'
|
|
4238
|
-
}
|
|
4232
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4239
4233
|
}],
|
|
4240
4234
|
socials: {
|
|
4241
4235
|
website: 'https://scrt.network/',
|
package/esm/asset_list.js
CHANGED
|
@@ -2326,10 +2326,7 @@ const asset_list = {
|
|
|
2326
2326
|
coingecko_id: 'secret',
|
|
2327
2327
|
images: [{
|
|
2328
2328
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
2329
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2330
|
-
theme: {
|
|
2331
|
-
primary_color_hex: '#040404'
|
|
2332
|
-
}
|
|
2329
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2333
2330
|
}],
|
|
2334
2331
|
socials: {
|
|
2335
2332
|
website: 'https://scrt.network/',
|
|
@@ -4230,10 +4227,7 @@ const asset_list = {
|
|
|
4230
4227
|
coingecko_id: 'secret',
|
|
4231
4228
|
images: [{
|
|
4232
4229
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
4233
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4234
|
-
theme: {
|
|
4235
|
-
primary_color_hex: '#040404'
|
|
4236
|
-
}
|
|
4230
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4237
4231
|
}],
|
|
4238
4232
|
socials: {
|
|
4239
4233
|
website: 'https://scrt.network/',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.51",
|
|
4
4
|
"description": "Chain Registry info for Juno",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/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.51"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@chain-registry/types": "^0.50.
|
|
35
|
+
"@chain-registry/types": "^0.50.26"
|
|
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": "07da61a9be0ebdd84aeb45d6806ca0fed1c86052"
|
|
47
47
|
}
|