@chain-registry/juno 1.64.95 → 1.64.96
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 +12 -8
- package/chain.js +3 -3
- package/esm/asset_list.js +12 -8
- package/esm/chain.js +3 -3
- package/package.json +4 -4
package/asset_list.js
CHANGED
|
@@ -67,13 +67,13 @@ const asset_list = {
|
|
|
67
67
|
display: 'arch',
|
|
68
68
|
symbol: 'ARCH',
|
|
69
69
|
logo_URIs: {
|
|
70
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
71
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
70
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
|
|
71
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg'
|
|
72
72
|
},
|
|
73
73
|
coingecko_id: 'archway',
|
|
74
74
|
images: [{
|
|
75
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
76
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
75
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
|
|
76
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg',
|
|
77
77
|
theme: {
|
|
78
78
|
primary_color_hex: '#fc4c04'
|
|
79
79
|
}
|
|
@@ -899,13 +899,13 @@ const asset_list = {
|
|
|
899
899
|
display: 'arch',
|
|
900
900
|
symbol: 'ARCH',
|
|
901
901
|
logo_URIs: {
|
|
902
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
903
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
902
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
|
|
903
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg'
|
|
904
904
|
},
|
|
905
905
|
coingecko_id: 'archway',
|
|
906
906
|
images: [{
|
|
907
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
908
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
907
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
|
|
908
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg',
|
|
909
909
|
theme: {
|
|
910
910
|
primary_color_hex: '#fc4c04'
|
|
911
911
|
}
|
|
@@ -1906,6 +1906,7 @@ const asset_list = {
|
|
|
1906
1906
|
denom: 'stake',
|
|
1907
1907
|
exponent: 6
|
|
1908
1908
|
}],
|
|
1909
|
+
type_asset: 'sdk.coin',
|
|
1909
1910
|
base: 'ibc/C3EF76D8F7E3217A058F9A6308DF5B99A8A425FB85983D91FFE910C5FA94B1A1',
|
|
1910
1911
|
name: 'Stake',
|
|
1911
1912
|
display: 'stake',
|
|
@@ -1943,6 +1944,7 @@ const asset_list = {
|
|
|
1943
1944
|
denom: 'frienzies',
|
|
1944
1945
|
exponent: 6
|
|
1945
1946
|
}],
|
|
1947
|
+
type_asset: 'sdk.coin',
|
|
1946
1948
|
base: 'ibc/C09F4DA2D82F7710AAE230CEFAA2AA3CA8E246AE3D9A00A3969F3D6CEB6C952B',
|
|
1947
1949
|
display: 'frienzies',
|
|
1948
1950
|
name: 'Frienzies',
|
|
@@ -3769,6 +3771,7 @@ const asset_list = {
|
|
|
3769
3771
|
denom: 'stake',
|
|
3770
3772
|
exponent: 6
|
|
3771
3773
|
}],
|
|
3774
|
+
type_asset: 'sdk.coin',
|
|
3772
3775
|
base: 'ibc/C3EF76D8F7E3217A058F9A6308DF5B99A8A425FB85983D91FFE910C5FA94B1A1',
|
|
3773
3776
|
name: 'Stake',
|
|
3774
3777
|
display: 'stake',
|
|
@@ -3806,6 +3809,7 @@ const asset_list = {
|
|
|
3806
3809
|
denom: 'frienzies',
|
|
3807
3810
|
exponent: 6
|
|
3808
3811
|
}],
|
|
3812
|
+
type_asset: 'sdk.coin',
|
|
3809
3813
|
base: 'ibc/C09F4DA2D82F7710AAE230CEFAA2AA3CA8E246AE3D9A00A3969F3D6CEB6C952B',
|
|
3810
3814
|
display: 'frienzies',
|
|
3811
3815
|
name: 'Frienzies',
|
package/chain.js
CHANGED
|
@@ -67,7 +67,7 @@ const chain = {
|
|
|
67
67
|
provider: 'Polkachu'
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
|
-
address: 'https://
|
|
70
|
+
address: 'https://rpc.lavenderfive.com:443/juno',
|
|
71
71
|
provider: 'Lavender.Five Nodes 🐝'
|
|
72
72
|
},
|
|
73
73
|
{
|
|
@@ -173,7 +173,7 @@ const chain = {
|
|
|
173
173
|
provider: 'ecostake'
|
|
174
174
|
},
|
|
175
175
|
{
|
|
176
|
-
address: 'https://
|
|
176
|
+
address: 'https://rest.lavenderfive.com:443/juno',
|
|
177
177
|
provider: 'Lavender.Five Nodes 🐝'
|
|
178
178
|
},
|
|
179
179
|
{
|
|
@@ -275,7 +275,7 @@ const chain = {
|
|
|
275
275
|
provider: 'Notional'
|
|
276
276
|
},
|
|
277
277
|
{
|
|
278
|
-
address: 'juno
|
|
278
|
+
address: 'juno.lavenderfive.com:443',
|
|
279
279
|
provider: 'Lavender.Five Nodes 🐝'
|
|
280
280
|
},
|
|
281
281
|
{
|
package/esm/asset_list.js
CHANGED
|
@@ -65,13 +65,13 @@ const asset_list = {
|
|
|
65
65
|
display: 'arch',
|
|
66
66
|
symbol: 'ARCH',
|
|
67
67
|
logo_URIs: {
|
|
68
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
69
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
|
|
69
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg'
|
|
70
70
|
},
|
|
71
71
|
coingecko_id: 'archway',
|
|
72
72
|
images: [{
|
|
73
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
74
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
73
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
|
|
74
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg',
|
|
75
75
|
theme: {
|
|
76
76
|
primary_color_hex: '#fc4c04'
|
|
77
77
|
}
|
|
@@ -897,13 +897,13 @@ const asset_list = {
|
|
|
897
897
|
display: 'arch',
|
|
898
898
|
symbol: 'ARCH',
|
|
899
899
|
logo_URIs: {
|
|
900
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
901
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
900
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
|
|
901
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg'
|
|
902
902
|
},
|
|
903
903
|
coingecko_id: 'archway',
|
|
904
904
|
images: [{
|
|
905
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
906
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
905
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
|
|
906
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg',
|
|
907
907
|
theme: {
|
|
908
908
|
primary_color_hex: '#fc4c04'
|
|
909
909
|
}
|
|
@@ -1904,6 +1904,7 @@ const asset_list = {
|
|
|
1904
1904
|
denom: 'stake',
|
|
1905
1905
|
exponent: 6
|
|
1906
1906
|
}],
|
|
1907
|
+
type_asset: 'sdk.coin',
|
|
1907
1908
|
base: 'ibc/C3EF76D8F7E3217A058F9A6308DF5B99A8A425FB85983D91FFE910C5FA94B1A1',
|
|
1908
1909
|
name: 'Stake',
|
|
1909
1910
|
display: 'stake',
|
|
@@ -1941,6 +1942,7 @@ const asset_list = {
|
|
|
1941
1942
|
denom: 'frienzies',
|
|
1942
1943
|
exponent: 6
|
|
1943
1944
|
}],
|
|
1945
|
+
type_asset: 'sdk.coin',
|
|
1944
1946
|
base: 'ibc/C09F4DA2D82F7710AAE230CEFAA2AA3CA8E246AE3D9A00A3969F3D6CEB6C952B',
|
|
1945
1947
|
display: 'frienzies',
|
|
1946
1948
|
name: 'Frienzies',
|
|
@@ -3767,6 +3769,7 @@ const asset_list = {
|
|
|
3767
3769
|
denom: 'stake',
|
|
3768
3770
|
exponent: 6
|
|
3769
3771
|
}],
|
|
3772
|
+
type_asset: 'sdk.coin',
|
|
3770
3773
|
base: 'ibc/C3EF76D8F7E3217A058F9A6308DF5B99A8A425FB85983D91FFE910C5FA94B1A1',
|
|
3771
3774
|
name: 'Stake',
|
|
3772
3775
|
display: 'stake',
|
|
@@ -3804,6 +3807,7 @@ const asset_list = {
|
|
|
3804
3807
|
denom: 'frienzies',
|
|
3805
3808
|
exponent: 6
|
|
3806
3809
|
}],
|
|
3810
|
+
type_asset: 'sdk.coin',
|
|
3807
3811
|
base: 'ibc/C09F4DA2D82F7710AAE230CEFAA2AA3CA8E246AE3D9A00A3969F3D6CEB6C952B',
|
|
3808
3812
|
display: 'frienzies',
|
|
3809
3813
|
name: 'Frienzies',
|
package/esm/chain.js
CHANGED
|
@@ -65,7 +65,7 @@ const chain = {
|
|
|
65
65
|
provider: 'Polkachu'
|
|
66
66
|
},
|
|
67
67
|
{
|
|
68
|
-
address: 'https://
|
|
68
|
+
address: 'https://rpc.lavenderfive.com:443/juno',
|
|
69
69
|
provider: 'Lavender.Five Nodes 🐝'
|
|
70
70
|
},
|
|
71
71
|
{
|
|
@@ -171,7 +171,7 @@ const chain = {
|
|
|
171
171
|
provider: 'ecostake'
|
|
172
172
|
},
|
|
173
173
|
{
|
|
174
|
-
address: 'https://
|
|
174
|
+
address: 'https://rest.lavenderfive.com:443/juno',
|
|
175
175
|
provider: 'Lavender.Five Nodes 🐝'
|
|
176
176
|
},
|
|
177
177
|
{
|
|
@@ -273,7 +273,7 @@ const chain = {
|
|
|
273
273
|
provider: 'Notional'
|
|
274
274
|
},
|
|
275
275
|
{
|
|
276
|
-
address: 'juno
|
|
276
|
+
address: 'juno.lavenderfive.com:443',
|
|
277
277
|
provider: 'Lavender.Five Nodes 🐝'
|
|
278
278
|
},
|
|
279
279
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.96",
|
|
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.96"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@chain-registry/types": "^0.45.
|
|
35
|
+
"@chain-registry/types": "^0.45.77"
|
|
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": "1ee448076f0c088042a6694120d2e3798d61370c"
|
|
47
47
|
}
|