@chain-registry/juno 1.8.0 → 1.9.0
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/CHANGELOG.md +8 -0
- package/main/asset_list.js +32 -2
- package/main/assets.js +2 -2
- package/main/chain.js +4 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [1.9.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.8.0...@chain-registry/juno@1.9.0) (2023-02-24)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @chain-registry/juno
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [1.8.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.7.0...@chain-registry/juno@1.8.0) (2023-02-23)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @chain-registry/juno
|
package/main/asset_list.js
CHANGED
|
@@ -1355,7 +1355,8 @@ var asset_list = {
|
|
|
1355
1355
|
display: 'harbor',
|
|
1356
1356
|
symbol: 'HARBOR',
|
|
1357
1357
|
logo_URIs: {
|
|
1358
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png'
|
|
1358
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png',
|
|
1359
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg'
|
|
1359
1360
|
},
|
|
1360
1361
|
coingecko_id: '',
|
|
1361
1362
|
traces: [{
|
|
@@ -1384,7 +1385,8 @@ var asset_list = {
|
|
|
1384
1385
|
display: 'cmst',
|
|
1385
1386
|
symbol: 'CMST',
|
|
1386
1387
|
logo_URIs: {
|
|
1387
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png'
|
|
1388
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png',
|
|
1389
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg'
|
|
1388
1390
|
},
|
|
1389
1391
|
coingecko_id: 'composite',
|
|
1390
1392
|
traces: [{
|
|
@@ -1713,6 +1715,7 @@ var asset_list = {
|
|
|
1713
1715
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
1714
1716
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
|
|
1715
1717
|
},
|
|
1718
|
+
coingecko_id: 'mars-protocol',
|
|
1716
1719
|
traces: [{
|
|
1717
1720
|
type: 'ibc',
|
|
1718
1721
|
counterparty: {
|
|
@@ -2135,6 +2138,33 @@ var asset_list = {
|
|
|
2135
2138
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png',
|
|
2136
2139
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg'
|
|
2137
2140
|
}
|
|
2141
|
+
}, {
|
|
2142
|
+
denom_units: [{
|
|
2143
|
+
denom: 'staevmos',
|
|
2144
|
+
exponent: 0
|
|
2145
|
+
}, {
|
|
2146
|
+
denom: 'stevmos',
|
|
2147
|
+
exponent: 18
|
|
2148
|
+
}],
|
|
2149
|
+
base: 'ibc/2193FFF54DCB24C93F92C846689FA73974C064741C36015EEA2FFBBC1817CB92',
|
|
2150
|
+
name: 'stEVMOS',
|
|
2151
|
+
display: 'stevmos',
|
|
2152
|
+
symbol: 'stEVMOS',
|
|
2153
|
+
traces: [{
|
|
2154
|
+
type: 'ibc',
|
|
2155
|
+
counterparty: {
|
|
2156
|
+
channel_id: 'channel-24',
|
|
2157
|
+
base_denom: 'staevmos',
|
|
2158
|
+
chain_name: 'stride'
|
|
2159
|
+
},
|
|
2160
|
+
chain: {
|
|
2161
|
+
channel_id: 'channel-139'
|
|
2162
|
+
}
|
|
2163
|
+
}],
|
|
2164
|
+
logo_URIs: {
|
|
2165
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png',
|
|
2166
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg'
|
|
2167
|
+
}
|
|
2138
2168
|
}, {
|
|
2139
2169
|
description: 'The native staking token of Terra Classic.',
|
|
2140
2170
|
denom_units: [{
|
package/main/assets.js
CHANGED
|
@@ -527,12 +527,12 @@ var assets = {
|
|
|
527
527
|
denom: 'cw20:juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj',
|
|
528
528
|
exponent: 0
|
|
529
529
|
}, {
|
|
530
|
-
denom: '
|
|
530
|
+
denom: 'banana',
|
|
531
531
|
exponent: 6
|
|
532
532
|
}],
|
|
533
533
|
base: 'juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj',
|
|
534
534
|
name: 'Banana Token',
|
|
535
|
-
display: '
|
|
535
|
+
display: 'banana',
|
|
536
536
|
symbol: 'BANANA',
|
|
537
537
|
logo_URIs: {
|
|
538
538
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png'
|
package/main/chain.js
CHANGED
|
@@ -117,8 +117,8 @@ var chain = {
|
|
|
117
117
|
},
|
|
118
118
|
apis: {
|
|
119
119
|
rpc: [{
|
|
120
|
-
address: 'https://rpc-juno.whispernode.com',
|
|
121
|
-
provider: '
|
|
120
|
+
address: 'https://rpc-juno.whispernode.com:443',
|
|
121
|
+
provider: 'WhisperNode🤐'
|
|
122
122
|
}, {
|
|
123
123
|
address: 'https://rpc-juno.itastakers.com',
|
|
124
124
|
provider: 'itastakers'
|
|
@@ -178,8 +178,8 @@ var chain = {
|
|
|
178
178
|
provider: 'Stake&Relax Validator 🦥'
|
|
179
179
|
}],
|
|
180
180
|
rest: [{
|
|
181
|
-
address: 'https://lcd-juno.whispernode.com',
|
|
182
|
-
provider: '
|
|
181
|
+
address: 'https://lcd-juno.whispernode.com:443',
|
|
182
|
+
provider: 'WhisperNode🤐'
|
|
183
183
|
}, {
|
|
184
184
|
address: 'https://lcd-juno.itastakers.com',
|
|
185
185
|
provider: 'itastakers'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.0",
|
|
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",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"@babel/runtime": "^7.19.4",
|
|
76
76
|
"@chain-registry/types": "^0.14.0"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "15febb6c8c815a9d561027967f496cd1f160bc20"
|
|
79
79
|
}
|