@chain-registry/juno 1.64.25 → 1.64.26
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 +6 -2
- package/esm/asset_list.js +6 -2
- package/package.json +4 -4
package/asset_list.js
CHANGED
|
@@ -1812,7 +1812,9 @@ const asset_list = {
|
|
|
1812
1812
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1813
1813
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
1814
1814
|
theme: {
|
|
1815
|
-
primary_color_hex: '#040404'
|
|
1815
|
+
primary_color_hex: '#040404',
|
|
1816
|
+
background_color_hex: '#000000',
|
|
1817
|
+
circle: true
|
|
1816
1818
|
}
|
|
1817
1819
|
}],
|
|
1818
1820
|
socials: {
|
|
@@ -3708,7 +3710,9 @@ const asset_list = {
|
|
|
3708
3710
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
3709
3711
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
3710
3712
|
theme: {
|
|
3711
|
-
primary_color_hex: '#040404'
|
|
3713
|
+
primary_color_hex: '#040404',
|
|
3714
|
+
background_color_hex: '#000000',
|
|
3715
|
+
circle: true
|
|
3712
3716
|
}
|
|
3713
3717
|
}],
|
|
3714
3718
|
socials: {
|
package/esm/asset_list.js
CHANGED
|
@@ -1810,7 +1810,9 @@ const asset_list = {
|
|
|
1810
1810
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1811
1811
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
1812
1812
|
theme: {
|
|
1813
|
-
primary_color_hex: '#040404'
|
|
1813
|
+
primary_color_hex: '#040404',
|
|
1814
|
+
background_color_hex: '#000000',
|
|
1815
|
+
circle: true
|
|
1814
1816
|
}
|
|
1815
1817
|
}],
|
|
1816
1818
|
socials: {
|
|
@@ -3706,7 +3708,9 @@ const asset_list = {
|
|
|
3706
3708
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
3707
3709
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
3708
3710
|
theme: {
|
|
3709
|
-
primary_color_hex: '#040404'
|
|
3711
|
+
primary_color_hex: '#040404',
|
|
3712
|
+
background_color_hex: '#000000',
|
|
3713
|
+
circle: true
|
|
3710
3714
|
}
|
|
3711
3715
|
}],
|
|
3712
3716
|
socials: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.26",
|
|
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.63.
|
|
32
|
+
"chain-registry": "^1.63.26"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@chain-registry/types": "^0.45.
|
|
35
|
+
"@chain-registry/types": "^0.45.22"
|
|
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": "57a3a8f5dc8f0d5a0cd441304468503cd60a0cd2"
|
|
47
47
|
}
|