@chain-registry/osmosis 1.16.0 → 1.18.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 +16 -0
- package/main/asset_list.js +481 -1
- package/main/assets.js +19 -1
- package/main/chain.js +44 -31
- 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.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.17.0...@chain-registry/osmosis@1.18.0) (2023-07-11)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @chain-registry/osmosis
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [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)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @chain-registry/osmosis
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [1.16.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.15.0...@chain-registry/osmosis@1.16.0) (2023-06-27)
|
|
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: [{
|
|
@@ -364,7 +397,8 @@ var asset_list = {
|
|
|
364
397
|
logo_URIs: {
|
|
365
398
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg',
|
|
366
399
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png'
|
|
367
|
-
}
|
|
400
|
+
},
|
|
401
|
+
coingecko_id: 'axlusdc'
|
|
368
402
|
}, {
|
|
369
403
|
description: "Frax's fractional-algorithmic stablecoin on Axelar",
|
|
370
404
|
denom_units: [{
|
|
@@ -2449,6 +2483,60 @@ var asset_list = {
|
|
|
2449
2483
|
channel_id: 'channel-87'
|
|
2450
2484
|
}
|
|
2451
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
|
+
}]
|
|
2452
2540
|
}, {
|
|
2453
2541
|
description: 'The native staking and governance token of the Cosmos Hub.',
|
|
2454
2542
|
denom_units: [{
|
|
@@ -2928,6 +3016,34 @@ var asset_list = {
|
|
|
2928
3016
|
channel_id: 'channel-37'
|
|
2929
3017
|
}
|
|
2930
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
|
+
}]
|
|
2931
3047
|
}, {
|
|
2932
3048
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
2933
3049
|
denom_units: [{
|
|
@@ -3075,6 +3191,42 @@ var asset_list = {
|
|
|
3075
3191
|
channel_id: 'channel-253'
|
|
3076
3192
|
}
|
|
3077
3193
|
}]
|
|
3194
|
+
}, {
|
|
3195
|
+
description: 'The native token of Gitopia',
|
|
3196
|
+
denom_units: [{
|
|
3197
|
+
denom: 'ibc/B1C1806A540B3E165A2D42222C59946FB85BA325596FC85662D7047649F419F3',
|
|
3198
|
+
exponent: 0,
|
|
3199
|
+
aliases: ['ulore']
|
|
3200
|
+
}, {
|
|
3201
|
+
denom: 'LORE',
|
|
3202
|
+
exponent: 6
|
|
3203
|
+
}],
|
|
3204
|
+
base: 'ibc/B1C1806A540B3E165A2D42222C59946FB85BA325596FC85662D7047649F419F3',
|
|
3205
|
+
name: 'LORE',
|
|
3206
|
+
display: 'LORE',
|
|
3207
|
+
symbol: 'LORE',
|
|
3208
|
+
logo_URIs: {
|
|
3209
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.png',
|
|
3210
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg'
|
|
3211
|
+
},
|
|
3212
|
+
images: [{
|
|
3213
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.png',
|
|
3214
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg'
|
|
3215
|
+
}, {
|
|
3216
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/gitopia.png'
|
|
3217
|
+
}],
|
|
3218
|
+
coingecko_id: 'gitopia',
|
|
3219
|
+
traces: [{
|
|
3220
|
+
type: 'ibc',
|
|
3221
|
+
counterparty: {
|
|
3222
|
+
channel_id: 'channel-0',
|
|
3223
|
+
base_denom: 'ulore',
|
|
3224
|
+
chain_name: 'gitopia'
|
|
3225
|
+
},
|
|
3226
|
+
chain: {
|
|
3227
|
+
channel_id: 'channel-781'
|
|
3228
|
+
}
|
|
3229
|
+
}]
|
|
3078
3230
|
}, {
|
|
3079
3231
|
description: 'The native token of Gravity Bridge',
|
|
3080
3232
|
denom_units: [{
|
|
@@ -3455,6 +3607,31 @@ var asset_list = {
|
|
|
3455
3607
|
channel_id: 'channel-42'
|
|
3456
3608
|
}
|
|
3457
3609
|
}]
|
|
3610
|
+
}, {
|
|
3611
|
+
denom_units: [{
|
|
3612
|
+
denom: 'ibc/E59412B9AF4BF1C55F4C9FABFA419742AC1A4D974261922BCBE00D427D2342E8',
|
|
3613
|
+
exponent: 0,
|
|
3614
|
+
aliases: ['ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9']
|
|
3615
|
+
}, {
|
|
3616
|
+
denom: 'atom',
|
|
3617
|
+
exponent: 6
|
|
3618
|
+
}],
|
|
3619
|
+
type_asset: 'ics20',
|
|
3620
|
+
base: 'ibc/E59412B9AF4BF1C55F4C9FABFA419742AC1A4D974261922BCBE00D427D2342E8',
|
|
3621
|
+
name: 'ATOM on Juno',
|
|
3622
|
+
display: 'atom',
|
|
3623
|
+
symbol: 'ATOM',
|
|
3624
|
+
traces: [{
|
|
3625
|
+
type: 'ibc',
|
|
3626
|
+
counterparty: {
|
|
3627
|
+
channel_id: 'channel-0',
|
|
3628
|
+
base_denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
3629
|
+
chain_name: 'juno'
|
|
3630
|
+
},
|
|
3631
|
+
chain: {
|
|
3632
|
+
channel_id: 'channel-42'
|
|
3633
|
+
}
|
|
3634
|
+
}]
|
|
3458
3635
|
}, {
|
|
3459
3636
|
description: 'Bored APE IBC club token',
|
|
3460
3637
|
type_asset: 'cw20',
|
|
@@ -3798,6 +3975,7 @@ var asset_list = {
|
|
|
3798
3975
|
name: 'MNTA',
|
|
3799
3976
|
display: 'MNTA',
|
|
3800
3977
|
symbol: 'MNTA',
|
|
3978
|
+
coingecko_id: 'mantadao',
|
|
3801
3979
|
logo_URIs: {
|
|
3802
3980
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg',
|
|
3803
3981
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png'
|
|
@@ -3813,6 +3991,35 @@ var asset_list = {
|
|
|
3813
3991
|
channel_id: 'channel-259'
|
|
3814
3992
|
}
|
|
3815
3993
|
}]
|
|
3994
|
+
}, {
|
|
3995
|
+
description: 'The content house of Kujira',
|
|
3996
|
+
denom_units: [{
|
|
3997
|
+
denom: 'ibc/A3BB1A990606CE78C55AA5E945C0C25D05B558F61C37E662AE6D359EE7EC826A',
|
|
3998
|
+
exponent: 0,
|
|
3999
|
+
aliases: ['factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink']
|
|
4000
|
+
}, {
|
|
4001
|
+
denom: 'wink',
|
|
4002
|
+
exponent: 6
|
|
4003
|
+
}],
|
|
4004
|
+
base: 'ibc/A3BB1A990606CE78C55AA5E945C0C25D05B558F61C37E662AE6D359EE7EC826A',
|
|
4005
|
+
name: 'WINK',
|
|
4006
|
+
display: 'wink',
|
|
4007
|
+
symbol: 'WINK',
|
|
4008
|
+
logo_URIs: {
|
|
4009
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg',
|
|
4010
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png'
|
|
4011
|
+
},
|
|
4012
|
+
traces: [{
|
|
4013
|
+
type: 'ibc',
|
|
4014
|
+
counterparty: {
|
|
4015
|
+
channel_id: 'channel-3',
|
|
4016
|
+
base_denom: 'factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink',
|
|
4017
|
+
chain_name: 'kujira'
|
|
4018
|
+
},
|
|
4019
|
+
chain: {
|
|
4020
|
+
channel_id: 'channel-259'
|
|
4021
|
+
}
|
|
4022
|
+
}]
|
|
3816
4023
|
}, {
|
|
3817
4024
|
description: 'The native utility token of the KYVE network.',
|
|
3818
4025
|
denom_units: [{
|
|
@@ -4224,6 +4431,65 @@ var asset_list = {
|
|
|
4224
4431
|
logo_URIs: {
|
|
4225
4432
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/boneluna.png'
|
|
4226
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
|
+
}]
|
|
4463
|
+
}, {
|
|
4464
|
+
description: 'The native token of Neutron chain.',
|
|
4465
|
+
denom_units: [{
|
|
4466
|
+
denom: 'ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682',
|
|
4467
|
+
exponent: 0,
|
|
4468
|
+
aliases: ['untrn']
|
|
4469
|
+
}, {
|
|
4470
|
+
denom: 'ntrn',
|
|
4471
|
+
exponent: 6
|
|
4472
|
+
}],
|
|
4473
|
+
base: 'ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682',
|
|
4474
|
+
name: 'Neutron',
|
|
4475
|
+
display: 'ntrn',
|
|
4476
|
+
symbol: 'NTRN',
|
|
4477
|
+
logo_URIs: {
|
|
4478
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
4479
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
4480
|
+
},
|
|
4481
|
+
coingecko_id: 'neutron',
|
|
4482
|
+
traces: [{
|
|
4483
|
+
type: 'ibc',
|
|
4484
|
+
counterparty: {
|
|
4485
|
+
channel_id: 'channel-10',
|
|
4486
|
+
base_denom: 'untrn',
|
|
4487
|
+
chain_name: 'neutron'
|
|
4488
|
+
},
|
|
4489
|
+
chain: {
|
|
4490
|
+
channel_id: 'channel-874'
|
|
4491
|
+
}
|
|
4492
|
+
}]
|
|
4227
4493
|
}, {
|
|
4228
4494
|
description: 'The permissioned staking asset for Noble Chain',
|
|
4229
4495
|
denom_units: [{
|
|
@@ -4342,6 +4608,36 @@ var asset_list = {
|
|
|
4342
4608
|
channel_id: 'channel-750'
|
|
4343
4609
|
}
|
|
4344
4610
|
}]
|
|
4611
|
+
}, {
|
|
4612
|
+
description: 'The native token of Nolus chain',
|
|
4613
|
+
denom_units: [{
|
|
4614
|
+
denom: 'ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782',
|
|
4615
|
+
exponent: 0,
|
|
4616
|
+
aliases: ['unls']
|
|
4617
|
+
}, {
|
|
4618
|
+
denom: 'nls',
|
|
4619
|
+
exponent: 6
|
|
4620
|
+
}],
|
|
4621
|
+
base: 'ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782',
|
|
4622
|
+
name: 'Nolus',
|
|
4623
|
+
display: 'nls',
|
|
4624
|
+
symbol: 'NLS',
|
|
4625
|
+
logo_URIs: {
|
|
4626
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg',
|
|
4627
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png'
|
|
4628
|
+
},
|
|
4629
|
+
coingecko_id: 'nolus',
|
|
4630
|
+
traces: [{
|
|
4631
|
+
type: 'ibc',
|
|
4632
|
+
counterparty: {
|
|
4633
|
+
channel_id: 'channel-0',
|
|
4634
|
+
base_denom: 'unls',
|
|
4635
|
+
chain_name: 'nolus'
|
|
4636
|
+
},
|
|
4637
|
+
chain: {
|
|
4638
|
+
channel_id: 'channel-783'
|
|
4639
|
+
}
|
|
4640
|
+
}]
|
|
4345
4641
|
}, {
|
|
4346
4642
|
description: 'Staking and goverance token for ODIN Protocol',
|
|
4347
4643
|
denom_units: [{
|
|
@@ -4965,6 +5261,64 @@ var asset_list = {
|
|
|
4965
5261
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.png',
|
|
4966
5262
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg'
|
|
4967
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
|
+
}]
|
|
4968
5322
|
}, {
|
|
4969
5323
|
description: 'REBUS, the native coin of the Rebus chain.',
|
|
4970
5324
|
denom_units: [{
|
|
@@ -5585,6 +5939,34 @@ var asset_list = {
|
|
|
5585
5939
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png',
|
|
5586
5940
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg'
|
|
5587
5941
|
}
|
|
5942
|
+
}, {
|
|
5943
|
+
denom_units: [{
|
|
5944
|
+
denom: 'ibc/CB10783FD6E5CB6155E6CA0B1558061874EEE85291DD4306D1C0B2724E361EC5',
|
|
5945
|
+
exponent: 0,
|
|
5946
|
+
aliases: ['stucmdx']
|
|
5947
|
+
}, {
|
|
5948
|
+
denom: 'stcmdx',
|
|
5949
|
+
exponent: 6
|
|
5950
|
+
}],
|
|
5951
|
+
base: 'ibc/CB10783FD6E5CB6155E6CA0B1558061874EEE85291DD4306D1C0B2724E361EC5',
|
|
5952
|
+
name: 'stCMDX',
|
|
5953
|
+
display: 'stcmdx',
|
|
5954
|
+
symbol: 'stCMDX',
|
|
5955
|
+
traces: [{
|
|
5956
|
+
type: 'ibc',
|
|
5957
|
+
counterparty: {
|
|
5958
|
+
channel_id: 'channel-5',
|
|
5959
|
+
base_denom: 'stucmdx',
|
|
5960
|
+
chain_name: 'stride'
|
|
5961
|
+
},
|
|
5962
|
+
chain: {
|
|
5963
|
+
channel_id: 'channel-326'
|
|
5964
|
+
}
|
|
5965
|
+
}],
|
|
5966
|
+
logo_URIs: {
|
|
5967
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.png',
|
|
5968
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.svg'
|
|
5969
|
+
}
|
|
5588
5970
|
}, {
|
|
5589
5971
|
description: 'Tori token (TORI) is the Teritoti Network’s native utility token, used as the primary means to govern, secure the blockchain, incentivize ecosystem contributors and use the various Teritori dApp features.',
|
|
5590
5972
|
denom_units: [{
|
|
@@ -8468,6 +8850,39 @@ var asset_list = {
|
|
|
8468
8850
|
channel_id: 'channel-169'
|
|
8469
8851
|
}
|
|
8470
8852
|
}]
|
|
8853
|
+
}, {
|
|
8854
|
+
description: 'Propose. Vote. Build.',
|
|
8855
|
+
type_asset: 'cw20',
|
|
8856
|
+
address: 'juno12mcwmd6wqhledkjsurlfqtc8j0pedvxlcxw3gs4kh2qf808ehehsen8nmw',
|
|
8857
|
+
denom_units: [{
|
|
8858
|
+
denom: 'ibc/54CB460BC2DB59641ECCCFE170C543C3FD661969C4ADD5D181F34139E30335FE',
|
|
8859
|
+
exponent: 0,
|
|
8860
|
+
aliases: ['cw20:juno12mcwmd6wqhledkjsurlfqtc8j0pedvxlcxw3gs4kh2qf808ehehsen8nmw']
|
|
8861
|
+
}, {
|
|
8862
|
+
denom: 'yfd',
|
|
8863
|
+
exponent: 6
|
|
8864
|
+
}],
|
|
8865
|
+
base: 'ibc/54CB460BC2DB59641ECCCFE170C543C3FD661969C4ADD5D181F34139E30335FE',
|
|
8866
|
+
name: 'Y-Foundry DAO',
|
|
8867
|
+
display: 'yfd',
|
|
8868
|
+
symbol: 'YFD',
|
|
8869
|
+
logo_URIs: {
|
|
8870
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.png',
|
|
8871
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.svg'
|
|
8872
|
+
},
|
|
8873
|
+
traces: [{
|
|
8874
|
+
type: 'ibc-cw20',
|
|
8875
|
+
counterparty: {
|
|
8876
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
8877
|
+
channel_id: 'channel-47',
|
|
8878
|
+
base_denom: 'cw20:juno12mcwmd6wqhledkjsurlfqtc8j0pedvxlcxw3gs4kh2qf808ehehsen8nmw',
|
|
8879
|
+
chain_name: 'juno'
|
|
8880
|
+
},
|
|
8881
|
+
chain: {
|
|
8882
|
+
port: 'transfer',
|
|
8883
|
+
channel_id: 'channel-169'
|
|
8884
|
+
}
|
|
8885
|
+
}]
|
|
8471
8886
|
}, {
|
|
8472
8887
|
description: 'ELEVENPARIS loyalty token on KiChain',
|
|
8473
8888
|
type_asset: 'cw20',
|
|
@@ -8897,6 +9312,38 @@ var asset_list = {
|
|
|
8897
9312
|
channel_id: 'channel-559'
|
|
8898
9313
|
}
|
|
8899
9314
|
}]
|
|
9315
|
+
}, {
|
|
9316
|
+
description: 'BLUE CUB DAO is a community DAO on Terra',
|
|
9317
|
+
type_asset: 'cw20',
|
|
9318
|
+
address: 'terra1gwrz9xzhqsygyr5asrgyq3pu0ewpn00mv2zenu86yvx2nlwpe8lqppv584',
|
|
9319
|
+
denom_units: [{
|
|
9320
|
+
denom: 'ibc/22AE94FAFE985FE3F550CB44895981AF3BF143615CC2B0D31E871358C4EC9FB7',
|
|
9321
|
+
exponent: 0,
|
|
9322
|
+
aliases: ['cw20:terra1gwrz9xzhqsygyr5asrgyq3pu0ewpn00mv2zenu86yvx2nlwpe8lqppv584']
|
|
9323
|
+
}, {
|
|
9324
|
+
denom: 'blue',
|
|
9325
|
+
exponent: 6
|
|
9326
|
+
}],
|
|
9327
|
+
base: 'ibc/22AE94FAFE985FE3F550CB44895981AF3BF143615CC2B0D31E871358C4EC9FB7',
|
|
9328
|
+
name: 'BLUE CUB DAO',
|
|
9329
|
+
display: 'blue',
|
|
9330
|
+
symbol: 'BLUE',
|
|
9331
|
+
logo_URIs: {
|
|
9332
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/blue.png'
|
|
9333
|
+
},
|
|
9334
|
+
traces: [{
|
|
9335
|
+
type: 'ibc-cw20',
|
|
9336
|
+
counterparty: {
|
|
9337
|
+
port: 'wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x',
|
|
9338
|
+
channel_id: 'channel-85',
|
|
9339
|
+
base_denom: 'cw20:terra1gwrz9xzhqsygyr5asrgyq3pu0ewpn00mv2zenu86yvx2nlwpe8lqppv584',
|
|
9340
|
+
chain_name: 'terra2'
|
|
9341
|
+
},
|
|
9342
|
+
chain: {
|
|
9343
|
+
port: 'transfer',
|
|
9344
|
+
channel_id: 'channel-559'
|
|
9345
|
+
}
|
|
9346
|
+
}]
|
|
8900
9347
|
}, {
|
|
8901
9348
|
description: 'The GraveDigger is the Liquid Staking Product of BackBone Labs. It will have its own platform. Its liquid staking derivative (LSD) is boneLUNA.',
|
|
8902
9349
|
type_asset: 'cw20',
|
|
@@ -8929,6 +9376,39 @@ var asset_list = {
|
|
|
8929
9376
|
channel_id: 'channel-559'
|
|
8930
9377
|
}
|
|
8931
9378
|
}]
|
|
9379
|
+
}, {
|
|
9380
|
+
description: 'Sayve is a revolutionary language learning app in the Web3 era that combines gamification, blockchain technology, and a Metaverse experience to motivate users to learn languages while earning rewards.',
|
|
9381
|
+
type_asset: 'cw20',
|
|
9382
|
+
address: 'terra1xp9hrhthzddnl7j5du83gqqr4wmdjm5t0guzg9jp6jwrtpukwfjsjgy4f3',
|
|
9383
|
+
denom_units: [{
|
|
9384
|
+
denom: 'ibc/C21B8AC361B2D52F4D49FBC87FAE8711B15A5779B7A07FF0DB8ABFBAF176E032',
|
|
9385
|
+
exponent: 0,
|
|
9386
|
+
aliases: ['cw20:terra1xp9hrhthzddnl7j5du83gqqr4wmdjm5t0guzg9jp6jwrtpukwfjsjgy4f3']
|
|
9387
|
+
}, {
|
|
9388
|
+
denom: 'sayve',
|
|
9389
|
+
exponent: 6
|
|
9390
|
+
}],
|
|
9391
|
+
base: 'ibc/C21B8AC361B2D52F4D49FBC87FAE8711B15A5779B7A07FF0DB8ABFBAF176E032',
|
|
9392
|
+
name: 'sayve',
|
|
9393
|
+
display: 'sayve',
|
|
9394
|
+
symbol: 'SAYVE',
|
|
9395
|
+
logo_URIs: {
|
|
9396
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.svg',
|
|
9397
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.png'
|
|
9398
|
+
},
|
|
9399
|
+
traces: [{
|
|
9400
|
+
type: 'ibc-cw20',
|
|
9401
|
+
counterparty: {
|
|
9402
|
+
port: 'wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x',
|
|
9403
|
+
channel_id: 'channel-85',
|
|
9404
|
+
base_denom: 'cw20:terra1xp9hrhthzddnl7j5du83gqqr4wmdjm5t0guzg9jp6jwrtpukwfjsjgy4f3',
|
|
9405
|
+
chain_name: 'terra2'
|
|
9406
|
+
},
|
|
9407
|
+
chain: {
|
|
9408
|
+
port: 'transfer',
|
|
9409
|
+
channel_id: 'channel-559'
|
|
9410
|
+
}
|
|
9411
|
+
}]
|
|
8932
9412
|
}]
|
|
8933
9413
|
};
|
|
8934
9414
|
var _default = asset_list;
|
package/main/assets.js
CHANGED
|
@@ -52,13 +52,31 @@ var assets = {
|
|
|
52
52
|
denom: 'ibcx',
|
|
53
53
|
exponent: 6
|
|
54
54
|
}],
|
|
55
|
+
address: 'osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm',
|
|
55
56
|
base: 'factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx',
|
|
56
|
-
name: 'IBCX',
|
|
57
|
+
name: 'IBCX Core <Product of ION DAO>',
|
|
57
58
|
display: 'ibcx',
|
|
58
59
|
symbol: 'IBCX',
|
|
59
60
|
logo_URIs: {
|
|
60
61
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
|
|
61
62
|
}
|
|
63
|
+
}, {
|
|
64
|
+
denom_units: [{
|
|
65
|
+
denom: 'factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx',
|
|
66
|
+
exponent: 0
|
|
67
|
+
}, {
|
|
68
|
+
denom: 'stibcx',
|
|
69
|
+
exponent: 6
|
|
70
|
+
}],
|
|
71
|
+
address: 'osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k',
|
|
72
|
+
base: 'factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx',
|
|
73
|
+
name: 'stIBCX Core <Product of ION DAO>',
|
|
74
|
+
display: 'stibcx',
|
|
75
|
+
symbol: 'stIBCX',
|
|
76
|
+
logo_URIs: {
|
|
77
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg',
|
|
78
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png'
|
|
79
|
+
}
|
|
62
80
|
}]
|
|
63
81
|
};
|
|
64
82
|
var _default = assets;
|
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
|
},
|
|
@@ -168,7 +168,7 @@ var chain = {
|
|
|
168
168
|
}, {
|
|
169
169
|
id: '38ab18cb2ea1dfeb6232b429e1508f56b6ae5031',
|
|
170
170
|
address: 'seed-osmosis-01.stakeflow.io:65535',
|
|
171
|
-
provider: '
|
|
171
|
+
provider: 'Stakeflow'
|
|
172
172
|
}],
|
|
173
173
|
persistent_peers: [{
|
|
174
174
|
id: '4d9ac3510d9f5cfc975a28eb2a7b8da866f7bc47',
|
|
@@ -189,7 +189,11 @@ var chain = {
|
|
|
189
189
|
}, {
|
|
190
190
|
id: '38ab18cb2ea1dfeb6232b429e1508f56b6ae5031',
|
|
191
191
|
address: 'peer-osmosis-01.stakeflow.io:65535',
|
|
192
|
-
provider: '
|
|
192
|
+
provider: 'Stakeflow'
|
|
193
|
+
}, {
|
|
194
|
+
id: '6f1d92857e39a6f26a3a914f807064824c255939',
|
|
195
|
+
address: '65.21.91.99:16956',
|
|
196
|
+
provider: 'Staketab'
|
|
193
197
|
}]
|
|
194
198
|
},
|
|
195
199
|
apis: {
|
|
@@ -223,9 +227,6 @@ var chain = {
|
|
|
223
227
|
}, {
|
|
224
228
|
address: 'https://osmosis.rpc.stakin-nodes.com',
|
|
225
229
|
provider: 'Stakin'
|
|
226
|
-
}, {
|
|
227
|
-
address: 'https://rpc-osmosis.goldenratiostaking.net',
|
|
228
|
-
provider: 'Golden Ratio Staking'
|
|
229
230
|
}, {
|
|
230
231
|
address: 'https://rpc.osl.zone',
|
|
231
232
|
provider: 'Osmosis Support Lab'
|
|
@@ -238,15 +239,18 @@ var chain = {
|
|
|
238
239
|
}, {
|
|
239
240
|
address: 'https://osmosis.api.onfinality.io/public',
|
|
240
241
|
provider: 'OnFinality'
|
|
241
|
-
}, {
|
|
242
|
-
address: 'https://osmosis.rpc.silknodes.io',
|
|
243
|
-
provider: 'Silk Nodes'
|
|
244
242
|
}, {
|
|
245
243
|
address: 'https://osmosis.rpc.kjnodes.com',
|
|
246
244
|
provider: 'kjnodes'
|
|
247
245
|
}, {
|
|
248
246
|
address: 'https://rpc-osmosis-01.stakeflow.io',
|
|
249
|
-
provider: '
|
|
247
|
+
provider: 'Stakeflow'
|
|
248
|
+
}, {
|
|
249
|
+
address: 'https://osmosis-rpc.staketab.org:443',
|
|
250
|
+
provider: 'Staketab'
|
|
251
|
+
}, {
|
|
252
|
+
address: 'https://osmosis-rpc.w3coins.io',
|
|
253
|
+
provider: 'w3coins'
|
|
250
254
|
}],
|
|
251
255
|
rest: [{
|
|
252
256
|
address: 'https://lcd.osmosis.zone/',
|
|
@@ -263,9 +267,6 @@ var chain = {
|
|
|
263
267
|
}, {
|
|
264
268
|
address: 'https://rest-osmosis.ecostake.com',
|
|
265
269
|
provider: 'ecostake'
|
|
266
|
-
}, {
|
|
267
|
-
address: 'https://rest-osmosis.goldenratiostaking.net',
|
|
268
|
-
provider: 'Golden Ratio Staking'
|
|
269
270
|
}, {
|
|
270
271
|
address: 'https://api-osmosis-ia.cosmosia.notional.ventures',
|
|
271
272
|
provider: 'Notional'
|
|
@@ -287,15 +288,21 @@ var chain = {
|
|
|
287
288
|
}, {
|
|
288
289
|
address: 'https://osmosis.rest.interchain.ivaldilabs.xyz',
|
|
289
290
|
provider: 'ivaldilabs'
|
|
290
|
-
}, {
|
|
291
|
-
address: 'https://osmosis.api.silknodes.io',
|
|
292
|
-
provider: 'Silk Nodes'
|
|
293
291
|
}, {
|
|
294
292
|
address: 'https://osmosis.api.kjnodes.com',
|
|
295
293
|
provider: 'kjnodes'
|
|
296
294
|
}, {
|
|
297
295
|
address: 'https://api-osmosis-01.stakeflow.io',
|
|
298
|
-
provider: '
|
|
296
|
+
provider: 'Stakeflow'
|
|
297
|
+
}, {
|
|
298
|
+
address: 'https://osmosis-rest.staketab.org',
|
|
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🤐'
|
|
299
306
|
}, {
|
|
300
307
|
address: 'https://osmosis.stakesystems.io/',
|
|
301
308
|
provider: 'stakesystems'
|
|
@@ -320,7 +327,13 @@ var chain = {
|
|
|
320
327
|
provider: 'kjnodes'
|
|
321
328
|
}, {
|
|
322
329
|
address: 'grpc-osmosis-01.stakeflow.io:6754',
|
|
323
|
-
provider: '
|
|
330
|
+
provider: 'Stakeflow'
|
|
331
|
+
}, {
|
|
332
|
+
address: 'services.staketab.com:9010',
|
|
333
|
+
provider: 'Staketab'
|
|
334
|
+
}, {
|
|
335
|
+
address: 'osmosis-grpc.w3coins.io:12590',
|
|
336
|
+
provider: 'w3coins'
|
|
324
337
|
}]
|
|
325
338
|
},
|
|
326
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.0",
|
|
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.0",
|
|
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.0",
|
|
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": "235baabaa618def6fc1bd1de9cd84660c30d1d71"
|
|
79
79
|
}
|