@chain-registry/juno 1.28.0 → 1.29.1
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/main/assets.js +0 -20
- package/main/chain.js +1 -190
- package/main/testnet.js +1 -49
- package/package.json +3 -3
- package/CHANGELOG.md +0 -536
package/main/assets.js
CHANGED
|
@@ -1521,26 +1521,6 @@ var assets = {
|
|
|
1521
1521
|
images: [{
|
|
1522
1522
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png'
|
|
1523
1523
|
}]
|
|
1524
|
-
}, {
|
|
1525
|
-
description: 'The native token cw20 for Neta on Juno Chain',
|
|
1526
|
-
type_asset: 'cw20',
|
|
1527
|
-
address: 'juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr',
|
|
1528
|
-
denom_units: [{
|
|
1529
|
-
denom: 'ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A',
|
|
1530
|
-
exponent: 0,
|
|
1531
|
-
aliases: ['uneta']
|
|
1532
|
-
}, {
|
|
1533
|
-
denom: 'neta',
|
|
1534
|
-
exponent: 6
|
|
1535
|
-
}],
|
|
1536
|
-
base: 'ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A',
|
|
1537
|
-
name: 'Neta',
|
|
1538
|
-
display: 'neta',
|
|
1539
|
-
symbol: 'NETA',
|
|
1540
|
-
logo_URIs: {
|
|
1541
|
-
png: 'https://raw.githubusercontent.com/osmosis-labs/assetlists/main/images/neta.png'
|
|
1542
|
-
},
|
|
1543
|
-
coingecko_id: 'neta'
|
|
1544
1524
|
}]
|
|
1545
1525
|
};
|
|
1546
1526
|
var _default = assets;
|
package/main/chain.js
CHANGED
|
@@ -38,204 +38,15 @@ var chain = {
|
|
|
38
38
|
}]
|
|
39
39
|
},
|
|
40
40
|
codebase: {
|
|
41
|
-
git_repo: 'https://github.com/CosmosContracts/juno',
|
|
42
|
-
recommended_version: 'v18.1.0',
|
|
43
|
-
compatible_versions: ['v18.1.0'],
|
|
44
|
-
binaries: {
|
|
45
|
-
'linux/amd64': 'https://github.com/CosmosContracts/juno/releases/download/v18.1.0/junod'
|
|
46
|
-
},
|
|
47
41
|
cosmos_sdk_version: '0.47.5',
|
|
48
|
-
consensus: {
|
|
49
|
-
type: 'cometbft',
|
|
50
|
-
version: '0.37.2'
|
|
51
|
-
},
|
|
52
|
-
cosmwasm_version: '0.45.0',
|
|
53
42
|
cosmwasm_enabled: true,
|
|
54
|
-
|
|
55
|
-
genesis: {
|
|
56
|
-
genesis_url: 'https://download.dimi.sh/juno-phoenix2-genesis.tar.gz'
|
|
57
|
-
},
|
|
58
|
-
versions: [{
|
|
59
|
-
name: 'v13',
|
|
60
|
-
proposal: 271,
|
|
61
|
-
height: 7374801,
|
|
62
|
-
recommended_version: 'v13.0.0',
|
|
63
|
-
compatible_versions: ['v13.0.0'],
|
|
64
|
-
binaries: {
|
|
65
|
-
'linux/amd64': 'https://github.com/CosmosContracts/juno/releases/download/v13.0.0/junod'
|
|
66
|
-
},
|
|
67
|
-
cosmos_sdk_version: '0.45.14',
|
|
68
|
-
consensus: {
|
|
69
|
-
type: 'tendermint',
|
|
70
|
-
version: 'informalsystems/tendermint v0.34.26'
|
|
71
|
-
},
|
|
72
|
-
cosmwasm_version: '0.30.0',
|
|
73
|
-
cosmwasm_enabled: true,
|
|
74
|
-
ibc_go_version: 'v4.3.0',
|
|
75
|
-
next_version_name: 'v14'
|
|
76
|
-
}, {
|
|
77
|
-
name: 'v14',
|
|
78
|
-
proposal: 282,
|
|
79
|
-
height: 7875721,
|
|
80
|
-
recommended_version: 'v14.1.0',
|
|
81
|
-
compatible_versions: ['v14.0.0', 'v14.1.0'],
|
|
82
|
-
binaries: {
|
|
83
|
-
'linux/amd64': 'https://github.com/CosmosContracts/juno/releases/download/v14.1.0/junod'
|
|
84
|
-
},
|
|
85
|
-
cosmos_sdk_version: '0.45.15',
|
|
86
|
-
consensus: {
|
|
87
|
-
type: 'cometbft',
|
|
88
|
-
version: 'mev-cometbft v0.34.27-mev.18'
|
|
89
|
-
},
|
|
90
|
-
cosmwasm_version: '0.31.0',
|
|
91
|
-
cosmwasm_enabled: true,
|
|
92
|
-
ibc_go_version: 'v4.3.0',
|
|
93
|
-
next_version_name: 'v15'
|
|
94
|
-
}, {
|
|
95
|
-
name: 'v15',
|
|
96
|
-
proposal: 295,
|
|
97
|
-
height: 8577241,
|
|
98
|
-
recommended_version: 'v15.0.0',
|
|
99
|
-
compatible_versions: ['v15.0.0'],
|
|
100
|
-
binaries: {
|
|
101
|
-
'linux/amd64': 'https://github.com/CosmosContracts/juno/releases/download/v15.0.0/junod'
|
|
102
|
-
},
|
|
103
|
-
cosmos_sdk_version: '0.45.16',
|
|
104
|
-
consensus: {
|
|
105
|
-
type: 'cometbft',
|
|
106
|
-
version: 'mev-cometbft v0.34.27-mev.18'
|
|
107
|
-
},
|
|
108
|
-
cosmwasm_version: '0.31.0',
|
|
109
|
-
cosmwasm_enabled: true,
|
|
110
|
-
ibc_go_version: 'v4.3.1',
|
|
111
|
-
next_version_name: 'v16'
|
|
112
|
-
}, {
|
|
113
|
-
name: 'v16',
|
|
114
|
-
proposal: 311,
|
|
115
|
-
height: 9481382,
|
|
116
|
-
recommended_version: 'v16.0.2',
|
|
117
|
-
compatible_versions: ['v16.0.0', 'v16.0.2'],
|
|
118
|
-
binaries: {
|
|
119
|
-
'linux/amd64': 'https://github.com/CosmosContracts/juno/releases/download/v16.0.2/junod'
|
|
120
|
-
},
|
|
121
|
-
cosmos_sdk_version: '0.47.3',
|
|
122
|
-
consensus: {
|
|
123
|
-
type: 'cometbft',
|
|
124
|
-
version: '0.37.2'
|
|
125
|
-
},
|
|
126
|
-
cosmwasm_version: '0.40.2',
|
|
127
|
-
cosmwasm_enabled: true,
|
|
128
|
-
ibc_go_version: 'v7.2.0',
|
|
129
|
-
next_version_name: 'v17'
|
|
130
|
-
}, {
|
|
131
|
-
name: 'v17',
|
|
132
|
-
proposal: 317,
|
|
133
|
-
height: 10078449,
|
|
134
|
-
recommended_version: 'v17.1.1',
|
|
135
|
-
compatible_versions: ['v17.0.0', 'v17.1.1'],
|
|
136
|
-
binaries: {
|
|
137
|
-
'linux/amd64': 'https://github.com/CosmosContracts/juno/releases/download/v17.1.1/junod'
|
|
138
|
-
},
|
|
139
|
-
cosmos_sdk_version: '0.47.5',
|
|
140
|
-
consensus: {
|
|
141
|
-
type: 'cometbft',
|
|
142
|
-
version: '0.37.2'
|
|
143
|
-
},
|
|
144
|
-
cosmwasm_version: '0.41.0',
|
|
145
|
-
cosmwasm_enabled: true,
|
|
146
|
-
ibc_go_version: 'v7.3.0',
|
|
147
|
-
next_version_name: 'v18'
|
|
148
|
-
}, {
|
|
149
|
-
name: 'v18',
|
|
150
|
-
proposal: 325,
|
|
151
|
-
height: 12265007,
|
|
152
|
-
recommended_version: 'v18.1.0',
|
|
153
|
-
compatible_versions: ['v18.1.0'],
|
|
154
|
-
binaries: {
|
|
155
|
-
'linux/amd64': 'https://github.com/CosmosContracts/juno/releases/download/v18.1.0/junod'
|
|
156
|
-
},
|
|
157
|
-
cosmos_sdk_version: '0.47.5',
|
|
158
|
-
consensus: {
|
|
159
|
-
type: 'cometbft',
|
|
160
|
-
version: '0.37.2'
|
|
161
|
-
},
|
|
162
|
-
cosmwasm_version: '0.45.0',
|
|
163
|
-
cosmwasm_enabled: true,
|
|
164
|
-
ibc_go_version: 'v7.3.1',
|
|
165
|
-
next_version_name: ''
|
|
166
|
-
}]
|
|
43
|
+
cosmwasm_version: '0.45.0'
|
|
167
44
|
},
|
|
168
45
|
logo_URIs: {
|
|
169
46
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
170
47
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
171
48
|
},
|
|
172
49
|
description: 'Juno is a completely community owned and operated smart contract platform.',
|
|
173
|
-
peers: {
|
|
174
|
-
seeds: [{
|
|
175
|
-
id: 'babc3f3f7804933265ec9c40ad94f4da8e9e0017',
|
|
176
|
-
address: 'seed.rhinostake.com:12656',
|
|
177
|
-
provider: 'RHINO'
|
|
178
|
-
}, {
|
|
179
|
-
id: '90b09362d9ce3845096c4938eea0dba682b0ad2c',
|
|
180
|
-
address: 'juno-seed-new.blockpane.com:26656'
|
|
181
|
-
}, {
|
|
182
|
-
id: 'ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0',
|
|
183
|
-
address: 'seeds.polkachu.com:12656',
|
|
184
|
-
provider: 'Polkachu'
|
|
185
|
-
}, {
|
|
186
|
-
id: '20e1000e88125698264454a884812746c2eb4807',
|
|
187
|
-
address: 'seeds.lavenderfive.com:12656',
|
|
188
|
-
provider: 'Lavender.Five Nodes 🐝'
|
|
189
|
-
}, {
|
|
190
|
-
id: 'ea67180befe4d9ca71142d21ada8ff58cc08f71c',
|
|
191
|
-
address: 'seeds.goldenratiostaking.net:1627',
|
|
192
|
-
provider: 'Golden Ratio Staking'
|
|
193
|
-
}, {
|
|
194
|
-
id: '8542cd7e6bf9d260fef543bc49e59be5a3fa9074',
|
|
195
|
-
address: 'seed.publicnode.com:26656',
|
|
196
|
-
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
197
|
-
}, {
|
|
198
|
-
id: 'ebc272824924ea1a27ea3183dd0b9ba713494f83',
|
|
199
|
-
address: 'juno-mainnet-seed.autostake.com:27136',
|
|
200
|
-
provider: 'AutoStake 🛡️ Slash Protected'
|
|
201
|
-
}, {
|
|
202
|
-
id: 'c28827cb96c14c905b127b92065a3fb4cd77d7f6',
|
|
203
|
-
address: 'seeds.whispernode.com:12656',
|
|
204
|
-
provider: 'WhisperNode 🤐'
|
|
205
|
-
}, {
|
|
206
|
-
id: '509f6dbae3133a9df177edea051b31e1210b117e',
|
|
207
|
-
address: 'seed-juno-01.stakeflow.io:2307',
|
|
208
|
-
provider: 'Stakeflow'
|
|
209
|
-
}, {
|
|
210
|
-
id: '77c33f62d34c20a0e795240f4548ab741ea558d9',
|
|
211
|
-
address: '138.201.21.121:24956',
|
|
212
|
-
provider: 'Validatrium'
|
|
213
|
-
}],
|
|
214
|
-
persistent_peers: [{
|
|
215
|
-
id: '7f593757c0cde8972ce929381d8ac8e446837811',
|
|
216
|
-
address: '178.18.255.244:26656'
|
|
217
|
-
}, {
|
|
218
|
-
id: 'ebc272824924ea1a27ea3183dd0b9ba713494f83',
|
|
219
|
-
address: 'juno-mainnet-peer.autostake.com:27136',
|
|
220
|
-
provider: 'AutoStake 🛡️ Slash Protected'
|
|
221
|
-
}, {
|
|
222
|
-
id: '3ee2034cf0180e4d50f7b3ed952472add3316faf',
|
|
223
|
-
address: 'juno.peer.stavr.tech:1066',
|
|
224
|
-
provider: '🔥STAVR🔥'
|
|
225
|
-
}, {
|
|
226
|
-
id: '509f6dbae3133a9df177edea051b31e1210b117e',
|
|
227
|
-
address: 'peer-juno-01.stakeflow.io:2307',
|
|
228
|
-
provider: 'Stakeflow'
|
|
229
|
-
}, {
|
|
230
|
-
id: '397281b9fa745482127093f08ac05724c2b8d6f8',
|
|
231
|
-
address: '65.108.195.213:33656',
|
|
232
|
-
provider: 'StakeTown'
|
|
233
|
-
}, {
|
|
234
|
-
id: '77c33f62d34c20a0e795240f4548ab741ea558d9',
|
|
235
|
-
address: '138.201.21.121:24956',
|
|
236
|
-
provider: 'Validatrium'
|
|
237
|
-
}]
|
|
238
|
-
},
|
|
239
50
|
apis: {
|
|
240
51
|
rpc: [{
|
|
241
52
|
address: 'https://rpc-juno.whispernode.com:443',
|
package/main/testnet.js
CHANGED
|
@@ -30,57 +30,9 @@ var testnet = {
|
|
|
30
30
|
}]
|
|
31
31
|
},
|
|
32
32
|
codebase: {
|
|
33
|
-
git_repo: 'https://github.com/CosmosContracts/juno',
|
|
34
|
-
recommended_version: 'v15.0.0-alpha.2',
|
|
35
|
-
compatible_versions: ['v15.0.0', 'v15.0.0-alpha.2'],
|
|
36
33
|
cosmos_sdk_version: '0.45',
|
|
37
|
-
consensus: {
|
|
38
|
-
type: 'tendermint',
|
|
39
|
-
version: '0.34'
|
|
40
|
-
},
|
|
41
|
-
cosmwasm_version: '0.31',
|
|
42
34
|
cosmwasm_enabled: true,
|
|
43
|
-
|
|
44
|
-
genesis: {
|
|
45
|
-
genesis_url: 'https://raw.githubusercontent.com/CosmosContracts/testnets/main/uni-6/genesis.json'
|
|
46
|
-
},
|
|
47
|
-
versions: [{
|
|
48
|
-
name: 'v13.0.0-beta.1',
|
|
49
|
-
recommended_version: 'v13.0.0-beta.1',
|
|
50
|
-
compatible_versions: ['v13.0.0-beta.1'],
|
|
51
|
-
cosmos_sdk_version: '0.45',
|
|
52
|
-
consensus: {
|
|
53
|
-
type: 'tendermint',
|
|
54
|
-
version: '0.34'
|
|
55
|
-
},
|
|
56
|
-
cosmwasm_version: '0.30',
|
|
57
|
-
cosmwasm_enabled: true,
|
|
58
|
-
ibc_go_version: '4.3.0'
|
|
59
|
-
}, {
|
|
60
|
-
name: 'v14.0.0-alpha.1',
|
|
61
|
-
recommended_version: 'v14.0.0-alpha.1',
|
|
62
|
-
compatible_versions: ['v14.0.0-alpha.1'],
|
|
63
|
-
cosmos_sdk_version: '0.45',
|
|
64
|
-
consensus: {
|
|
65
|
-
type: 'tendermint',
|
|
66
|
-
version: '0.34'
|
|
67
|
-
},
|
|
68
|
-
cosmwasm_version: '0.30',
|
|
69
|
-
cosmwasm_enabled: true,
|
|
70
|
-
ibc_go_version: '4.3.0'
|
|
71
|
-
}]
|
|
72
|
-
},
|
|
73
|
-
peers: {
|
|
74
|
-
seeds: [{
|
|
75
|
-
id: 'babc3f3f7804933265ec9c40ad94f4da8e9e0017',
|
|
76
|
-
address: 'testnet-seed.rhinostake.com:12656',
|
|
77
|
-
provider: 'RHINO'
|
|
78
|
-
}],
|
|
79
|
-
persistent_peers: [{
|
|
80
|
-
id: 'c54bf418fb542634495f57a1e36c9bd057d55e1b',
|
|
81
|
-
address: '5.161.80.115:26656',
|
|
82
|
-
provider: 'Reecepbcups'
|
|
83
|
-
}]
|
|
35
|
+
cosmwasm_version: '0.31'
|
|
84
36
|
},
|
|
85
37
|
apis: {
|
|
86
38
|
rpc: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.29.1",
|
|
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",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"babel-core": "7.0.0-bridge.0",
|
|
58
58
|
"babel-jest": "29.5.0",
|
|
59
59
|
"babel-watch": "^7.7.2",
|
|
60
|
-
"chain-registry": "^1.
|
|
60
|
+
"chain-registry": "^1.28.1",
|
|
61
61
|
"cross-env": "^7.0.2",
|
|
62
62
|
"eslint": "8.38.0",
|
|
63
63
|
"eslint-config-prettier": "^8.8.0",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"@babel/runtime": "^7.21.0",
|
|
75
75
|
"@chain-registry/types": "^0.18.0"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "6ccbde77598b9c69ca443853bd995c2422dba9b7"
|
|
78
78
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,536 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
# [1.28.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.27.0...@chain-registry/juno@1.28.0) (2024-01-25)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
# [1.27.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.26.4...@chain-registry/juno@1.27.0) (2024-01-25)
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## [1.26.4](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.26.3...@chain-registry/juno@1.26.4) (2024-01-19)
|
|
23
|
-
|
|
24
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
## [1.26.3](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.26.2...@chain-registry/juno@1.26.3) (2024-01-19)
|
|
31
|
-
|
|
32
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
## [1.26.2](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.26.1...@chain-registry/juno@1.26.2) (2024-01-19)
|
|
39
|
-
|
|
40
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
## [1.26.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.26.0...@chain-registry/juno@1.26.1) (2024-01-17)
|
|
47
|
-
|
|
48
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
# [1.26.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.25.1...@chain-registry/juno@1.26.0) (2023-12-20)
|
|
55
|
-
|
|
56
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
## [1.25.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.25.0...@chain-registry/juno@1.25.1) (2023-12-15)
|
|
63
|
-
|
|
64
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
# [1.25.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.24.0...@chain-registry/juno@1.25.0) (2023-12-15)
|
|
71
|
-
|
|
72
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
# [1.24.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.23.0...@chain-registry/juno@1.24.0) (2023-12-15)
|
|
79
|
-
|
|
80
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
# [1.23.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.22.0...@chain-registry/juno@1.23.0) (2023-12-15)
|
|
87
|
-
|
|
88
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
# [1.22.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.21.0...@chain-registry/juno@1.22.0) (2023-12-12)
|
|
95
|
-
|
|
96
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
# [1.21.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.20.0...@chain-registry/juno@1.21.0) (2023-09-15)
|
|
103
|
-
|
|
104
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
# [1.20.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.19.1...@chain-registry/juno@1.20.0) (2023-08-16)
|
|
111
|
-
|
|
112
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
## [1.19.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.19.0...@chain-registry/juno@1.19.1) (2023-07-30)
|
|
119
|
-
|
|
120
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
# [1.19.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.18.1...@chain-registry/juno@1.19.0) (2023-07-16)
|
|
127
|
-
|
|
128
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
## [1.18.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.18.0...@chain-registry/juno@1.18.1) (2023-07-12)
|
|
135
|
-
|
|
136
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
# [1.18.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.17.0...@chain-registry/juno@1.18.0) (2023-07-11)
|
|
143
|
-
|
|
144
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
# [1.17.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.16.0...@chain-registry/juno@1.17.0) (2023-07-08)
|
|
151
|
-
|
|
152
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
# [1.16.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.15.0...@chain-registry/juno@1.16.0) (2023-06-27)
|
|
159
|
-
|
|
160
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
# [1.15.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.14.0...@chain-registry/juno@1.15.0) (2023-05-24)
|
|
167
|
-
|
|
168
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
# [1.14.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.13.1...@chain-registry/juno@1.14.0) (2023-04-20)
|
|
175
|
-
|
|
176
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
## [1.13.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.13.0...@chain-registry/juno@1.13.1) (2023-04-20)
|
|
183
|
-
|
|
184
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
# [1.13.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.12.1...@chain-registry/juno@1.13.0) (2023-04-18)
|
|
191
|
-
|
|
192
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
## [1.12.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.12.0...@chain-registry/juno@1.12.1) (2023-04-18)
|
|
199
|
-
|
|
200
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
# [1.12.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.11.0...@chain-registry/juno@1.12.0) (2023-04-18)
|
|
207
|
-
|
|
208
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
# [1.11.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.10.0...@chain-registry/juno@1.11.0) (2023-03-29)
|
|
215
|
-
|
|
216
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
# [1.10.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.9.0...@chain-registry/juno@1.10.0) (2023-03-02)
|
|
223
|
-
|
|
224
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
# [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)
|
|
231
|
-
|
|
232
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
# [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)
|
|
239
|
-
|
|
240
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
# [1.7.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.6.1...@chain-registry/juno@1.7.0) (2023-02-08)
|
|
247
|
-
|
|
248
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
## [1.6.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.6.0...@chain-registry/juno@1.6.1) (2023-01-17)
|
|
255
|
-
|
|
256
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
# [1.6.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.5.0...@chain-registry/juno@1.6.0) (2022-12-08)
|
|
263
|
-
|
|
264
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
# [1.5.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.4.0...@chain-registry/juno@1.5.0) (2022-11-10)
|
|
271
|
-
|
|
272
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
# [1.4.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.3.1...@chain-registry/juno@1.4.0) (2022-11-10)
|
|
279
|
-
|
|
280
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
## [1.3.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.3.0...@chain-registry/juno@1.3.1) (2022-10-27)
|
|
287
|
-
|
|
288
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
# [1.3.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.2.0...@chain-registry/juno@1.3.0) (2022-10-26)
|
|
295
|
-
|
|
296
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
# [1.2.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.1.0...@chain-registry/juno@1.2.0) (2022-10-20)
|
|
303
|
-
|
|
304
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
# [1.1.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.0.1...@chain-registry/juno@1.1.0) (2022-10-20)
|
|
311
|
-
|
|
312
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
## [1.0.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.0.0...@chain-registry/juno@1.0.1) (2022-10-20)
|
|
319
|
-
|
|
320
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
# [1.0.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.13.0...@chain-registry/juno@1.0.0) (2022-09-29)
|
|
327
|
-
|
|
328
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
# [0.13.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.12.2...@chain-registry/juno@0.13.0) (2022-09-20)
|
|
335
|
-
|
|
336
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
## [0.12.2](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.12.1...@chain-registry/juno@0.12.2) (2022-09-19)
|
|
343
|
-
|
|
344
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
## [0.12.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.12.0...@chain-registry/juno@0.12.1) (2022-09-19)
|
|
351
|
-
|
|
352
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
# [0.12.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.11.0...@chain-registry/juno@0.12.0) (2022-09-19)
|
|
359
|
-
|
|
360
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
# [0.11.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.10.0...@chain-registry/juno@0.11.0) (2022-09-16)
|
|
367
|
-
|
|
368
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
# [0.10.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.9.3...@chain-registry/juno@0.10.0) (2022-09-14)
|
|
375
|
-
|
|
376
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
## [0.9.3](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.9.2...@chain-registry/juno@0.9.3) (2022-09-08)
|
|
383
|
-
|
|
384
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
## [0.9.2](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.9.1...@chain-registry/juno@0.9.2) (2022-09-08)
|
|
391
|
-
|
|
392
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
## [0.9.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.9.0...@chain-registry/juno@0.9.1) (2022-09-07)
|
|
399
|
-
|
|
400
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
# [0.9.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.8.3...@chain-registry/juno@0.9.0) (2022-09-06)
|
|
407
|
-
|
|
408
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
## [0.8.3](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.8.2...@chain-registry/juno@0.8.3) (2022-08-31)
|
|
415
|
-
|
|
416
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
## [0.8.2](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.8.1...@chain-registry/juno@0.8.2) (2022-08-31)
|
|
423
|
-
|
|
424
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
## [0.8.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.8.0...@chain-registry/juno@0.8.1) (2022-08-31)
|
|
431
|
-
|
|
432
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
# [0.8.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.7.2...@chain-registry/juno@0.8.0) (2022-08-31)
|
|
439
|
-
|
|
440
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
## [0.7.2](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.7.1...@chain-registry/juno@0.7.2) (2022-08-23)
|
|
447
|
-
|
|
448
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
## [0.7.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.7.0...@chain-registry/juno@0.7.1) (2022-08-23)
|
|
455
|
-
|
|
456
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
# [0.7.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.6.0...@chain-registry/juno@0.7.0) (2022-08-23)
|
|
463
|
-
|
|
464
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
# [0.6.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.5.3...@chain-registry/juno@0.6.0) (2022-08-20)
|
|
471
|
-
|
|
472
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
## [0.5.3](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.5.2...@chain-registry/juno@0.5.3) (2022-08-16)
|
|
479
|
-
|
|
480
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
## [0.5.2](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.5.1...@chain-registry/juno@0.5.2) (2022-08-14)
|
|
487
|
-
|
|
488
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
## [0.5.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.5.0...@chain-registry/juno@0.5.1) (2022-08-14)
|
|
495
|
-
|
|
496
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
# [0.5.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.4.6...@chain-registry/juno@0.5.0) (2022-08-14)
|
|
503
|
-
|
|
504
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
## [0.4.6](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.4.5...@chain-registry/juno@0.4.6) (2022-08-14)
|
|
511
|
-
|
|
512
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
## [0.4.5](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.4.4...@chain-registry/juno@0.4.5) (2022-08-14)
|
|
519
|
-
|
|
520
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
## [0.4.4](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.4.3...@chain-registry/juno@0.4.4) (2022-08-14)
|
|
527
|
-
|
|
528
|
-
**Note:** Version bump only for package @chain-registry/juno
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
## 0.4.3 (2022-08-14)
|
|
535
|
-
|
|
536
|
-
**Note:** Version bump only for package @chain-registry/juno
|