@chain-registry/osmosis 1.17.0 → 1.18.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/CHANGELOG.md +16 -0
- package/main/asset_list.js +203 -0
- package/main/chain.js +26 -14
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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.18.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.18.0...@chain-registry/osmosis@1.18.1) (2023-07-12)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @chain-registry/osmosis
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [1.18.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.17.0...@chain-registry/osmosis@1.18.0) (2023-07-11)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @chain-registry/osmosis
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [1.17.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.16.0...@chain-registry/osmosis@1.17.0) (2023-07-08)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @chain-registry/osmosis
|
package/main/asset_list.js
CHANGED
|
@@ -247,6 +247,39 @@ var asset_list = {
|
|
|
247
247
|
channel_id: 'channel-1'
|
|
248
248
|
}
|
|
249
249
|
}]
|
|
250
|
+
}, {
|
|
251
|
+
description: 'The native token of Archway network',
|
|
252
|
+
denom_units: [{
|
|
253
|
+
denom: 'ibc/23AB778D694C1ECFC59B91D8C399C115CC53B0BD1C61020D8E19519F002BDD85',
|
|
254
|
+
exponent: 0,
|
|
255
|
+
aliases: ['aarch']
|
|
256
|
+
}, {
|
|
257
|
+
denom: 'uarch',
|
|
258
|
+
exponent: 12
|
|
259
|
+
}, {
|
|
260
|
+
denom: 'arch',
|
|
261
|
+
exponent: 18
|
|
262
|
+
}],
|
|
263
|
+
base: 'ibc/23AB778D694C1ECFC59B91D8C399C115CC53B0BD1C61020D8E19519F002BDD85',
|
|
264
|
+
name: 'Archway',
|
|
265
|
+
display: 'arch',
|
|
266
|
+
symbol: 'ARCH',
|
|
267
|
+
logo_URIs: {
|
|
268
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
|
|
269
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
|
|
270
|
+
},
|
|
271
|
+
coingecko_id: 'archway',
|
|
272
|
+
traces: [{
|
|
273
|
+
type: 'ibc',
|
|
274
|
+
counterparty: {
|
|
275
|
+
channel_id: 'channel-1',
|
|
276
|
+
base_denom: 'aarch',
|
|
277
|
+
chain_name: 'archway'
|
|
278
|
+
},
|
|
279
|
+
chain: {
|
|
280
|
+
channel_id: 'channel-1429'
|
|
281
|
+
}
|
|
282
|
+
}]
|
|
250
283
|
}, {
|
|
251
284
|
description: 'The native token of Arkhadian',
|
|
252
285
|
denom_units: [{
|
|
@@ -2450,6 +2483,60 @@ var asset_list = {
|
|
|
2450
2483
|
channel_id: 'channel-87'
|
|
2451
2484
|
}
|
|
2452
2485
|
}]
|
|
2486
|
+
}, {
|
|
2487
|
+
description: 'The native staking and governance token of Centauri.',
|
|
2488
|
+
denom_units: [{
|
|
2489
|
+
denom: 'ibc/56D7C03B8F6A07AD322EEE1BEF3AE996E09D1C1E34C27CF37E0D4A0AC5972516',
|
|
2490
|
+
exponent: 0,
|
|
2491
|
+
aliases: ['ppica']
|
|
2492
|
+
}, {
|
|
2493
|
+
denom: 'pica',
|
|
2494
|
+
exponent: 12
|
|
2495
|
+
}],
|
|
2496
|
+
base: 'ibc/56D7C03B8F6A07AD322EEE1BEF3AE996E09D1C1E34C27CF37E0D4A0AC5972516',
|
|
2497
|
+
name: 'Pica',
|
|
2498
|
+
display: 'pica',
|
|
2499
|
+
symbol: 'PICA',
|
|
2500
|
+
logo_URIs: {
|
|
2501
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
|
|
2502
|
+
},
|
|
2503
|
+
traces: [{
|
|
2504
|
+
type: 'ibc',
|
|
2505
|
+
counterparty: {
|
|
2506
|
+
channel_id: 'channel-3',
|
|
2507
|
+
base_denom: 'ppica',
|
|
2508
|
+
chain_name: 'composable'
|
|
2509
|
+
},
|
|
2510
|
+
chain: {
|
|
2511
|
+
channel_id: 'channel-1279'
|
|
2512
|
+
}
|
|
2513
|
+
}]
|
|
2514
|
+
}, {
|
|
2515
|
+
description: 'The native staking and governance token of Kusama Relay Chain.',
|
|
2516
|
+
denom_units: [{
|
|
2517
|
+
denom: 'ibc/6727B2F071643B3841BD535ECDD4ED9CAE52ABDD0DCD07C3630811A7A37B215C',
|
|
2518
|
+
exponent: 0,
|
|
2519
|
+
aliases: ['ibc/EE9046745AEC0E8302CB7ED9D5AD67F528FB3B7AE044B247FB0FB293DBDA35E9']
|
|
2520
|
+
}, {
|
|
2521
|
+
denom: 'ksm',
|
|
2522
|
+
exponent: 12
|
|
2523
|
+
}],
|
|
2524
|
+
type_asset: 'ics20',
|
|
2525
|
+
base: 'ibc/6727B2F071643B3841BD535ECDD4ED9CAE52ABDD0DCD07C3630811A7A37B215C',
|
|
2526
|
+
name: 'KSM',
|
|
2527
|
+
display: 'ksm',
|
|
2528
|
+
symbol: 'KSM',
|
|
2529
|
+
traces: [{
|
|
2530
|
+
type: 'ibc',
|
|
2531
|
+
counterparty: {
|
|
2532
|
+
channel_id: 'channel-3',
|
|
2533
|
+
base_denom: 'ibc/EE9046745AEC0E8302CB7ED9D5AD67F528FB3B7AE044B247FB0FB293DBDA35E9',
|
|
2534
|
+
chain_name: 'composable'
|
|
2535
|
+
},
|
|
2536
|
+
chain: {
|
|
2537
|
+
channel_id: 'channel-1279'
|
|
2538
|
+
}
|
|
2539
|
+
}]
|
|
2453
2540
|
}, {
|
|
2454
2541
|
description: 'The native staking and governance token of the Cosmos Hub.',
|
|
2455
2542
|
denom_units: [{
|
|
@@ -2929,6 +3016,34 @@ var asset_list = {
|
|
|
2929
3016
|
channel_id: 'channel-37'
|
|
2930
3017
|
}
|
|
2931
3018
|
}]
|
|
3019
|
+
}, {
|
|
3020
|
+
description: 'The native staking and governance token of Empower.',
|
|
3021
|
+
denom_units: [{
|
|
3022
|
+
denom: 'ibc/DD3938D8131F41994C1F01F4EB5233DEE9A0A5B787545B9A07A321925655BF38',
|
|
3023
|
+
exponent: 0,
|
|
3024
|
+
aliases: ['umpwr']
|
|
3025
|
+
}, {
|
|
3026
|
+
denom: 'mpwr',
|
|
3027
|
+
exponent: 6
|
|
3028
|
+
}],
|
|
3029
|
+
base: 'ibc/DD3938D8131F41994C1F01F4EB5233DEE9A0A5B787545B9A07A321925655BF38',
|
|
3030
|
+
name: 'MPWR',
|
|
3031
|
+
display: 'mpwr',
|
|
3032
|
+
symbol: 'MPWR',
|
|
3033
|
+
logo_URIs: {
|
|
3034
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
|
|
3035
|
+
},
|
|
3036
|
+
traces: [{
|
|
3037
|
+
type: 'ibc',
|
|
3038
|
+
counterparty: {
|
|
3039
|
+
channel_id: 'channel-1',
|
|
3040
|
+
base_denom: 'umpwr',
|
|
3041
|
+
chain_name: 'empowerchain'
|
|
3042
|
+
},
|
|
3043
|
+
chain: {
|
|
3044
|
+
channel_id: 'channel-1411'
|
|
3045
|
+
}
|
|
3046
|
+
}]
|
|
2932
3047
|
}, {
|
|
2933
3048
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
2934
3049
|
denom_units: [{
|
|
@@ -4316,6 +4431,35 @@ var asset_list = {
|
|
|
4316
4431
|
logo_URIs: {
|
|
4317
4432
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/boneluna.png'
|
|
4318
4433
|
}
|
|
4434
|
+
}, {
|
|
4435
|
+
description: 'RAC',
|
|
4436
|
+
denom_units: [{
|
|
4437
|
+
denom: 'ibc/DDF1CD4CDC14AE2D6A3060193624605FF12DEE71CF1F8C19EEF35E9447653493',
|
|
4438
|
+
exponent: 0,
|
|
4439
|
+
aliases: ['factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/urac']
|
|
4440
|
+
}, {
|
|
4441
|
+
denom: 'RAC',
|
|
4442
|
+
exponent: 6
|
|
4443
|
+
}],
|
|
4444
|
+
base: 'ibc/DDF1CD4CDC14AE2D6A3060193624605FF12DEE71CF1F8C19EEF35E9447653493',
|
|
4445
|
+
name: 'RAC',
|
|
4446
|
+
display: 'RAC',
|
|
4447
|
+
symbol: 'RAC',
|
|
4448
|
+
logo_URIs: {
|
|
4449
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg',
|
|
4450
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.png'
|
|
4451
|
+
},
|
|
4452
|
+
traces: [{
|
|
4453
|
+
type: 'ibc',
|
|
4454
|
+
counterparty: {
|
|
4455
|
+
channel_id: 'channel-5',
|
|
4456
|
+
base_denom: 'factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/urac',
|
|
4457
|
+
chain_name: 'migaloo'
|
|
4458
|
+
},
|
|
4459
|
+
chain: {
|
|
4460
|
+
channel_id: 'channel-642'
|
|
4461
|
+
}
|
|
4462
|
+
}]
|
|
4319
4463
|
}, {
|
|
4320
4464
|
description: 'The native token of Neutron chain.',
|
|
4321
4465
|
denom_units: [{
|
|
@@ -4482,6 +4626,7 @@ var asset_list = {
|
|
|
4482
4626
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg',
|
|
4483
4627
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png'
|
|
4484
4628
|
},
|
|
4629
|
+
coingecko_id: 'nolus',
|
|
4485
4630
|
traces: [{
|
|
4486
4631
|
type: 'ibc',
|
|
4487
4632
|
counterparty: {
|
|
@@ -5116,6 +5261,64 @@ var asset_list = {
|
|
|
5116
5261
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.png',
|
|
5117
5262
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg'
|
|
5118
5263
|
}
|
|
5264
|
+
}, {
|
|
5265
|
+
description: 'The native currency of the Realio Network.',
|
|
5266
|
+
denom_units: [{
|
|
5267
|
+
denom: 'ibc/1CDF9C7D073DD59ED06F15DB08CC0901F2A24759BE70463570E8896F9A444ADF',
|
|
5268
|
+
exponent: 0,
|
|
5269
|
+
aliases: ['ario']
|
|
5270
|
+
}, {
|
|
5271
|
+
denom: 'rio',
|
|
5272
|
+
exponent: 18
|
|
5273
|
+
}],
|
|
5274
|
+
base: 'ibc/1CDF9C7D073DD59ED06F15DB08CC0901F2A24759BE70463570E8896F9A444ADF',
|
|
5275
|
+
name: 'Realio Network',
|
|
5276
|
+
display: 'rio',
|
|
5277
|
+
symbol: 'RIO',
|
|
5278
|
+
logo_URIs: {
|
|
5279
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png'
|
|
5280
|
+
},
|
|
5281
|
+
coingecko_id: 'realio-network',
|
|
5282
|
+
traces: [{
|
|
5283
|
+
type: 'ibc',
|
|
5284
|
+
counterparty: {
|
|
5285
|
+
channel_id: 'channel-1',
|
|
5286
|
+
base_denom: 'ario',
|
|
5287
|
+
chain_name: 'realio'
|
|
5288
|
+
},
|
|
5289
|
+
chain: {
|
|
5290
|
+
channel_id: 'channel-1424'
|
|
5291
|
+
}
|
|
5292
|
+
}]
|
|
5293
|
+
}, {
|
|
5294
|
+
description: 'A hybrid equity token that represent ownership of the Realio Ecosystem and provides utility functions on the Network.',
|
|
5295
|
+
denom_units: [{
|
|
5296
|
+
denom: 'ibc/F82E97B58F45D32AE2199AE8AD9979FFD35CDC823BB3EB34C36349E374A8EFE3',
|
|
5297
|
+
exponent: 0,
|
|
5298
|
+
aliases: ['arst']
|
|
5299
|
+
}, {
|
|
5300
|
+
denom: 'rst',
|
|
5301
|
+
exponent: 18
|
|
5302
|
+
}],
|
|
5303
|
+
base: 'ibc/F82E97B58F45D32AE2199AE8AD9979FFD35CDC823BB3EB34C36349E374A8EFE3',
|
|
5304
|
+
name: 'Realio Security Token',
|
|
5305
|
+
display: 'rst',
|
|
5306
|
+
symbol: 'RST',
|
|
5307
|
+
logo_URIs: {
|
|
5308
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rst.png'
|
|
5309
|
+
},
|
|
5310
|
+
coingecko_id: '',
|
|
5311
|
+
traces: [{
|
|
5312
|
+
type: 'ibc',
|
|
5313
|
+
counterparty: {
|
|
5314
|
+
channel_id: 'channel-1',
|
|
5315
|
+
base_denom: 'arst',
|
|
5316
|
+
chain_name: 'realio'
|
|
5317
|
+
},
|
|
5318
|
+
chain: {
|
|
5319
|
+
channel_id: 'channel-1424'
|
|
5320
|
+
}
|
|
5321
|
+
}]
|
|
5119
5322
|
}, {
|
|
5120
5323
|
description: 'REBUS, the native coin of the Rebus chain.',
|
|
5121
5324
|
denom_units: [{
|
package/main/chain.js
CHANGED
|
@@ -37,20 +37,20 @@ var chain = {
|
|
|
37
37
|
},
|
|
38
38
|
codebase: {
|
|
39
39
|
git_repo: 'https://github.com/osmosis-labs/osmosis',
|
|
40
|
-
recommended_version: 'v15.
|
|
41
|
-
compatible_versions: ['v15.
|
|
40
|
+
recommended_version: 'v15.2.0',
|
|
41
|
+
compatible_versions: ['v15.0.0', 'v15.1.0', 'v15.1.2', 'v15.2.0'],
|
|
42
42
|
binaries: {
|
|
43
|
-
'linux/amd64': 'https://github.com/osmosis-labs/osmosis/releases/download/v15.
|
|
44
|
-
'linux/arm64': 'https://github.com/osmosis-labs/osmosis/releases/download/v15.
|
|
43
|
+
'linux/amd64': 'https://github.com/osmosis-labs/osmosis/releases/download/v15.2.0/osmosisd-15.2.0-linux-amd64?checksum=sha256:3aab2f2668cb5a713d5770e46a777ef01c433753378702d9ae941aa2d1ee5618',
|
|
44
|
+
'linux/arm64': 'https://github.com/osmosis-labs/osmosis/releases/download/v15.2.0/osmosisd-15.2.0-linux-arm64?checksum=sha256:e158d30707a0ea51482237f99676223e81ce5a353966a5c83791d2662a930f35'
|
|
45
45
|
},
|
|
46
46
|
cosmos_sdk_version: '0.45',
|
|
47
47
|
consensus: {
|
|
48
48
|
type: 'tendermint',
|
|
49
|
-
version: '0.34'
|
|
49
|
+
version: '0.34.24'
|
|
50
50
|
},
|
|
51
51
|
cosmwasm_version: '0.30',
|
|
52
52
|
cosmwasm_enabled: true,
|
|
53
|
-
ibc_go_version: '4.3.
|
|
53
|
+
ibc_go_version: '4.3.1',
|
|
54
54
|
ics_enabled: ['ics20-1'],
|
|
55
55
|
genesis: {
|
|
56
56
|
name: 'v3',
|
|
@@ -103,22 +103,22 @@ var chain = {
|
|
|
103
103
|
next_version_name: 'v15'
|
|
104
104
|
}, {
|
|
105
105
|
name: 'v15',
|
|
106
|
-
tag: 'v15.
|
|
106
|
+
tag: 'v15.2.0',
|
|
107
107
|
height: 8732500,
|
|
108
|
-
recommended_version: 'v15.
|
|
109
|
-
compatible_versions: ['v15.
|
|
110
|
-
cosmos_sdk_version: '0.
|
|
108
|
+
recommended_version: 'v15.2.0',
|
|
109
|
+
compatible_versions: ['v15.2.0', 'v15.1.2', 'v15.0.0'],
|
|
110
|
+
cosmos_sdk_version: '0.46.10',
|
|
111
111
|
consensus: {
|
|
112
112
|
type: 'tendermint',
|
|
113
|
-
version: '0.34'
|
|
113
|
+
version: '0.34.24'
|
|
114
114
|
},
|
|
115
115
|
cosmwasm_version: '0.30',
|
|
116
116
|
cosmwasm_enabled: true,
|
|
117
|
-
ibc_go_version: '4.3.
|
|
117
|
+
ibc_go_version: '4.3.1',
|
|
118
118
|
ics_enabled: ['ics20-1'],
|
|
119
119
|
binaries: {
|
|
120
|
-
'linux/amd64': 'https://github.com/osmosis-labs/osmosis/releases/download/v15.
|
|
121
|
-
'linux/arm64': 'https://github.com/osmosis-labs/osmosis/releases/download/v15.
|
|
120
|
+
'linux/amd64': 'https://github.com/osmosis-labs/osmosis/releases/download/v15.2.0/osmosisd-15.2.0-linux-amd64?checksum=sha256:3aab2f2668cb5a713d5770e46a777ef01c433753378702d9ae941aa2d1ee5618',
|
|
121
|
+
'linux/arm64': 'https://github.com/osmosis-labs/osmosis/releases/download/v15.2.0/osmosisd-15.2.0-linux-arm64?checksum=sha256:e158d30707a0ea51482237f99676223e81ce5a353966a5c83791d2662a930f35'
|
|
122
122
|
}
|
|
123
123
|
}]
|
|
124
124
|
},
|
|
@@ -248,6 +248,9 @@ var chain = {
|
|
|
248
248
|
}, {
|
|
249
249
|
address: 'https://osmosis-rpc.staketab.org:443',
|
|
250
250
|
provider: 'Staketab'
|
|
251
|
+
}, {
|
|
252
|
+
address: 'https://osmosis-rpc.w3coins.io',
|
|
253
|
+
provider: 'w3coins'
|
|
251
254
|
}],
|
|
252
255
|
rest: [{
|
|
253
256
|
address: 'https://lcd.osmosis.zone/',
|
|
@@ -294,6 +297,12 @@ var chain = {
|
|
|
294
297
|
}, {
|
|
295
298
|
address: 'https://osmosis-rest.staketab.org',
|
|
296
299
|
provider: 'Staketab'
|
|
300
|
+
}, {
|
|
301
|
+
address: 'https://osmosis-api.w3coins.io',
|
|
302
|
+
provider: 'w3coins'
|
|
303
|
+
}, {
|
|
304
|
+
address: 'https://lcd-osmosis.whispernode.com:443',
|
|
305
|
+
provider: 'WhisperNode🤐'
|
|
297
306
|
}, {
|
|
298
307
|
address: 'https://osmosis.stakesystems.io/',
|
|
299
308
|
provider: 'stakesystems'
|
|
@@ -322,6 +331,9 @@ var chain = {
|
|
|
322
331
|
}, {
|
|
323
332
|
address: 'services.staketab.com:9010',
|
|
324
333
|
provider: 'Staketab'
|
|
334
|
+
}, {
|
|
335
|
+
address: 'osmosis-grpc.w3coins.io:12590',
|
|
336
|
+
provider: 'w3coins'
|
|
325
337
|
}]
|
|
326
338
|
},
|
|
327
339
|
explorers: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.18.1",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -50,14 +50,14 @@
|
|
|
50
50
|
"@babel/plugin-transform-runtime": "7.21.4",
|
|
51
51
|
"@babel/preset-env": "7.21.4",
|
|
52
52
|
"@babel/preset-typescript": "^7.21.4",
|
|
53
|
-
"@chain-registry/utils": "^1.
|
|
53
|
+
"@chain-registry/utils": "^1.13.1",
|
|
54
54
|
"@types/jest": "^29.5.1",
|
|
55
55
|
"@typescript-eslint/eslint-plugin": "5.59.0",
|
|
56
56
|
"@typescript-eslint/parser": "5.59.0",
|
|
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.17.1",
|
|
61
61
|
"cross-env": "^7.0.2",
|
|
62
62
|
"eslint": "8.38.0",
|
|
63
63
|
"eslint-config-prettier": "^8.8.0",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"@babel/runtime": "^7.21.0",
|
|
76
76
|
"@chain-registry/types": "^0.16.0"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "6660513da7c427a1b8166f1a68a1c3af6079ab11"
|
|
79
79
|
}
|