@chain-registry/juno 1.64.95 → 1.64.97
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 -11
- package/esm/asset_list.js +12 -8
- package/esm/chain.js +3 -11
- 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
|
@@ -46,10 +46,6 @@ const chain = {
|
|
|
46
46
|
description: 'Juno is a completely community owned and operated smart contract platform.',
|
|
47
47
|
apis: {
|
|
48
48
|
rpc: [
|
|
49
|
-
{
|
|
50
|
-
address: 'https://rpc-juno.whispernode.com:443',
|
|
51
|
-
provider: 'WhisperNode 🤐'
|
|
52
|
-
},
|
|
53
49
|
{
|
|
54
50
|
address: 'https://rpc-juno.itastakers.com',
|
|
55
51
|
provider: 'itastakers'
|
|
@@ -67,7 +63,7 @@ const chain = {
|
|
|
67
63
|
provider: 'Polkachu'
|
|
68
64
|
},
|
|
69
65
|
{
|
|
70
|
-
address: 'https://
|
|
66
|
+
address: 'https://rpc.lavenderfive.com:443/juno',
|
|
71
67
|
provider: 'Lavender.Five Nodes 🐝'
|
|
72
68
|
},
|
|
73
69
|
{
|
|
@@ -173,7 +169,7 @@ const chain = {
|
|
|
173
169
|
provider: 'ecostake'
|
|
174
170
|
},
|
|
175
171
|
{
|
|
176
|
-
address: 'https://
|
|
172
|
+
address: 'https://rest.lavenderfive.com:443/juno',
|
|
177
173
|
provider: 'Lavender.Five Nodes 🐝'
|
|
178
174
|
},
|
|
179
175
|
{
|
|
@@ -240,10 +236,6 @@ const chain = {
|
|
|
240
236
|
address: 'https://juno-api.stake-town.com',
|
|
241
237
|
provider: 'StakeTown'
|
|
242
238
|
},
|
|
243
|
-
{
|
|
244
|
-
address: 'https://lcd-juno.whispernode.com:443',
|
|
245
|
-
provider: 'WhisperNode 🤐'
|
|
246
|
-
},
|
|
247
239
|
{
|
|
248
240
|
address: 'https://juno-api.stakeandrelax.net',
|
|
249
241
|
provider: 'Stake&Relax 🦥'
|
|
@@ -275,7 +267,7 @@ const chain = {
|
|
|
275
267
|
provider: 'Notional'
|
|
276
268
|
},
|
|
277
269
|
{
|
|
278
|
-
address: 'juno
|
|
270
|
+
address: 'juno.lavenderfive.com:443',
|
|
279
271
|
provider: 'Lavender.Five Nodes 🐝'
|
|
280
272
|
},
|
|
281
273
|
{
|
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
|
@@ -44,10 +44,6 @@ const chain = {
|
|
|
44
44
|
description: 'Juno is a completely community owned and operated smart contract platform.',
|
|
45
45
|
apis: {
|
|
46
46
|
rpc: [
|
|
47
|
-
{
|
|
48
|
-
address: 'https://rpc-juno.whispernode.com:443',
|
|
49
|
-
provider: 'WhisperNode 🤐'
|
|
50
|
-
},
|
|
51
47
|
{
|
|
52
48
|
address: 'https://rpc-juno.itastakers.com',
|
|
53
49
|
provider: 'itastakers'
|
|
@@ -65,7 +61,7 @@ const chain = {
|
|
|
65
61
|
provider: 'Polkachu'
|
|
66
62
|
},
|
|
67
63
|
{
|
|
68
|
-
address: 'https://
|
|
64
|
+
address: 'https://rpc.lavenderfive.com:443/juno',
|
|
69
65
|
provider: 'Lavender.Five Nodes 🐝'
|
|
70
66
|
},
|
|
71
67
|
{
|
|
@@ -171,7 +167,7 @@ const chain = {
|
|
|
171
167
|
provider: 'ecostake'
|
|
172
168
|
},
|
|
173
169
|
{
|
|
174
|
-
address: 'https://
|
|
170
|
+
address: 'https://rest.lavenderfive.com:443/juno',
|
|
175
171
|
provider: 'Lavender.Five Nodes 🐝'
|
|
176
172
|
},
|
|
177
173
|
{
|
|
@@ -238,10 +234,6 @@ const chain = {
|
|
|
238
234
|
address: 'https://juno-api.stake-town.com',
|
|
239
235
|
provider: 'StakeTown'
|
|
240
236
|
},
|
|
241
|
-
{
|
|
242
|
-
address: 'https://lcd-juno.whispernode.com:443',
|
|
243
|
-
provider: 'WhisperNode 🤐'
|
|
244
|
-
},
|
|
245
237
|
{
|
|
246
238
|
address: 'https://juno-api.stakeandrelax.net',
|
|
247
239
|
provider: 'Stake&Relax 🦥'
|
|
@@ -273,7 +265,7 @@ const chain = {
|
|
|
273
265
|
provider: 'Notional'
|
|
274
266
|
},
|
|
275
267
|
{
|
|
276
|
-
address: 'juno
|
|
268
|
+
address: 'juno.lavenderfive.com:443',
|
|
277
269
|
provider: 'Lavender.Five Nodes 🐝'
|
|
278
270
|
},
|
|
279
271
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.97",
|
|
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.97"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@chain-registry/types": "^0.45.
|
|
35
|
+
"@chain-registry/types": "^0.45.78"
|
|
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": "95a22210f60bb7cddc57059da4b8634a131bc904"
|
|
47
47
|
}
|