@chain-registry/osmosis 1.16.0 → 1.17.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 +278 -1
- package/main/assets.js +19 -1
- package/main/chain.js +18 -17
- package/package.json +4 -4
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.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
|
+
|
|
8
|
+
**Note:** Version bump only for package @chain-registry/osmosis
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [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
15
|
|
|
8
16
|
**Note:** Version bump only for package @chain-registry/osmosis
|
package/main/asset_list.js
CHANGED
|
@@ -364,7 +364,8 @@ var asset_list = {
|
|
|
364
364
|
logo_URIs: {
|
|
365
365
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg',
|
|
366
366
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png'
|
|
367
|
-
}
|
|
367
|
+
},
|
|
368
|
+
coingecko_id: 'axlusdc'
|
|
368
369
|
}, {
|
|
369
370
|
description: "Frax's fractional-algorithmic stablecoin on Axelar",
|
|
370
371
|
denom_units: [{
|
|
@@ -3075,6 +3076,42 @@ var asset_list = {
|
|
|
3075
3076
|
channel_id: 'channel-253'
|
|
3076
3077
|
}
|
|
3077
3078
|
}]
|
|
3079
|
+
}, {
|
|
3080
|
+
description: 'The native token of Gitopia',
|
|
3081
|
+
denom_units: [{
|
|
3082
|
+
denom: 'ibc/B1C1806A540B3E165A2D42222C59946FB85BA325596FC85662D7047649F419F3',
|
|
3083
|
+
exponent: 0,
|
|
3084
|
+
aliases: ['ulore']
|
|
3085
|
+
}, {
|
|
3086
|
+
denom: 'LORE',
|
|
3087
|
+
exponent: 6
|
|
3088
|
+
}],
|
|
3089
|
+
base: 'ibc/B1C1806A540B3E165A2D42222C59946FB85BA325596FC85662D7047649F419F3',
|
|
3090
|
+
name: 'LORE',
|
|
3091
|
+
display: 'LORE',
|
|
3092
|
+
symbol: 'LORE',
|
|
3093
|
+
logo_URIs: {
|
|
3094
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.png',
|
|
3095
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg'
|
|
3096
|
+
},
|
|
3097
|
+
images: [{
|
|
3098
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.png',
|
|
3099
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg'
|
|
3100
|
+
}, {
|
|
3101
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/gitopia.png'
|
|
3102
|
+
}],
|
|
3103
|
+
coingecko_id: 'gitopia',
|
|
3104
|
+
traces: [{
|
|
3105
|
+
type: 'ibc',
|
|
3106
|
+
counterparty: {
|
|
3107
|
+
channel_id: 'channel-0',
|
|
3108
|
+
base_denom: 'ulore',
|
|
3109
|
+
chain_name: 'gitopia'
|
|
3110
|
+
},
|
|
3111
|
+
chain: {
|
|
3112
|
+
channel_id: 'channel-781'
|
|
3113
|
+
}
|
|
3114
|
+
}]
|
|
3078
3115
|
}, {
|
|
3079
3116
|
description: 'The native token of Gravity Bridge',
|
|
3080
3117
|
denom_units: [{
|
|
@@ -3455,6 +3492,31 @@ var asset_list = {
|
|
|
3455
3492
|
channel_id: 'channel-42'
|
|
3456
3493
|
}
|
|
3457
3494
|
}]
|
|
3495
|
+
}, {
|
|
3496
|
+
denom_units: [{
|
|
3497
|
+
denom: 'ibc/E59412B9AF4BF1C55F4C9FABFA419742AC1A4D974261922BCBE00D427D2342E8',
|
|
3498
|
+
exponent: 0,
|
|
3499
|
+
aliases: ['ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9']
|
|
3500
|
+
}, {
|
|
3501
|
+
denom: 'atom',
|
|
3502
|
+
exponent: 6
|
|
3503
|
+
}],
|
|
3504
|
+
type_asset: 'ics20',
|
|
3505
|
+
base: 'ibc/E59412B9AF4BF1C55F4C9FABFA419742AC1A4D974261922BCBE00D427D2342E8',
|
|
3506
|
+
name: 'ATOM on Juno',
|
|
3507
|
+
display: 'atom',
|
|
3508
|
+
symbol: 'ATOM',
|
|
3509
|
+
traces: [{
|
|
3510
|
+
type: 'ibc',
|
|
3511
|
+
counterparty: {
|
|
3512
|
+
channel_id: 'channel-0',
|
|
3513
|
+
base_denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
3514
|
+
chain_name: 'juno'
|
|
3515
|
+
},
|
|
3516
|
+
chain: {
|
|
3517
|
+
channel_id: 'channel-42'
|
|
3518
|
+
}
|
|
3519
|
+
}]
|
|
3458
3520
|
}, {
|
|
3459
3521
|
description: 'Bored APE IBC club token',
|
|
3460
3522
|
type_asset: 'cw20',
|
|
@@ -3798,6 +3860,7 @@ var asset_list = {
|
|
|
3798
3860
|
name: 'MNTA',
|
|
3799
3861
|
display: 'MNTA',
|
|
3800
3862
|
symbol: 'MNTA',
|
|
3863
|
+
coingecko_id: 'mantadao',
|
|
3801
3864
|
logo_URIs: {
|
|
3802
3865
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg',
|
|
3803
3866
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png'
|
|
@@ -3813,6 +3876,35 @@ var asset_list = {
|
|
|
3813
3876
|
channel_id: 'channel-259'
|
|
3814
3877
|
}
|
|
3815
3878
|
}]
|
|
3879
|
+
}, {
|
|
3880
|
+
description: 'The content house of Kujira',
|
|
3881
|
+
denom_units: [{
|
|
3882
|
+
denom: 'ibc/A3BB1A990606CE78C55AA5E945C0C25D05B558F61C37E662AE6D359EE7EC826A',
|
|
3883
|
+
exponent: 0,
|
|
3884
|
+
aliases: ['factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink']
|
|
3885
|
+
}, {
|
|
3886
|
+
denom: 'wink',
|
|
3887
|
+
exponent: 6
|
|
3888
|
+
}],
|
|
3889
|
+
base: 'ibc/A3BB1A990606CE78C55AA5E945C0C25D05B558F61C37E662AE6D359EE7EC826A',
|
|
3890
|
+
name: 'WINK',
|
|
3891
|
+
display: 'wink',
|
|
3892
|
+
symbol: 'WINK',
|
|
3893
|
+
logo_URIs: {
|
|
3894
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg',
|
|
3895
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png'
|
|
3896
|
+
},
|
|
3897
|
+
traces: [{
|
|
3898
|
+
type: 'ibc',
|
|
3899
|
+
counterparty: {
|
|
3900
|
+
channel_id: 'channel-3',
|
|
3901
|
+
base_denom: 'factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink',
|
|
3902
|
+
chain_name: 'kujira'
|
|
3903
|
+
},
|
|
3904
|
+
chain: {
|
|
3905
|
+
channel_id: 'channel-259'
|
|
3906
|
+
}
|
|
3907
|
+
}]
|
|
3816
3908
|
}, {
|
|
3817
3909
|
description: 'The native utility token of the KYVE network.',
|
|
3818
3910
|
denom_units: [{
|
|
@@ -4224,6 +4316,36 @@ var asset_list = {
|
|
|
4224
4316
|
logo_URIs: {
|
|
4225
4317
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/boneluna.png'
|
|
4226
4318
|
}
|
|
4319
|
+
}, {
|
|
4320
|
+
description: 'The native token of Neutron chain.',
|
|
4321
|
+
denom_units: [{
|
|
4322
|
+
denom: 'ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682',
|
|
4323
|
+
exponent: 0,
|
|
4324
|
+
aliases: ['untrn']
|
|
4325
|
+
}, {
|
|
4326
|
+
denom: 'ntrn',
|
|
4327
|
+
exponent: 6
|
|
4328
|
+
}],
|
|
4329
|
+
base: 'ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682',
|
|
4330
|
+
name: 'Neutron',
|
|
4331
|
+
display: 'ntrn',
|
|
4332
|
+
symbol: 'NTRN',
|
|
4333
|
+
logo_URIs: {
|
|
4334
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
4335
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
4336
|
+
},
|
|
4337
|
+
coingecko_id: 'neutron',
|
|
4338
|
+
traces: [{
|
|
4339
|
+
type: 'ibc',
|
|
4340
|
+
counterparty: {
|
|
4341
|
+
channel_id: 'channel-10',
|
|
4342
|
+
base_denom: 'untrn',
|
|
4343
|
+
chain_name: 'neutron'
|
|
4344
|
+
},
|
|
4345
|
+
chain: {
|
|
4346
|
+
channel_id: 'channel-874'
|
|
4347
|
+
}
|
|
4348
|
+
}]
|
|
4227
4349
|
}, {
|
|
4228
4350
|
description: 'The permissioned staking asset for Noble Chain',
|
|
4229
4351
|
denom_units: [{
|
|
@@ -4342,6 +4464,35 @@ var asset_list = {
|
|
|
4342
4464
|
channel_id: 'channel-750'
|
|
4343
4465
|
}
|
|
4344
4466
|
}]
|
|
4467
|
+
}, {
|
|
4468
|
+
description: 'The native token of Nolus chain',
|
|
4469
|
+
denom_units: [{
|
|
4470
|
+
denom: 'ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782',
|
|
4471
|
+
exponent: 0,
|
|
4472
|
+
aliases: ['unls']
|
|
4473
|
+
}, {
|
|
4474
|
+
denom: 'nls',
|
|
4475
|
+
exponent: 6
|
|
4476
|
+
}],
|
|
4477
|
+
base: 'ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782',
|
|
4478
|
+
name: 'Nolus',
|
|
4479
|
+
display: 'nls',
|
|
4480
|
+
symbol: 'NLS',
|
|
4481
|
+
logo_URIs: {
|
|
4482
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg',
|
|
4483
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png'
|
|
4484
|
+
},
|
|
4485
|
+
traces: [{
|
|
4486
|
+
type: 'ibc',
|
|
4487
|
+
counterparty: {
|
|
4488
|
+
channel_id: 'channel-0',
|
|
4489
|
+
base_denom: 'unls',
|
|
4490
|
+
chain_name: 'nolus'
|
|
4491
|
+
},
|
|
4492
|
+
chain: {
|
|
4493
|
+
channel_id: 'channel-783'
|
|
4494
|
+
}
|
|
4495
|
+
}]
|
|
4345
4496
|
}, {
|
|
4346
4497
|
description: 'Staking and goverance token for ODIN Protocol',
|
|
4347
4498
|
denom_units: [{
|
|
@@ -5585,6 +5736,34 @@ var asset_list = {
|
|
|
5585
5736
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png',
|
|
5586
5737
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg'
|
|
5587
5738
|
}
|
|
5739
|
+
}, {
|
|
5740
|
+
denom_units: [{
|
|
5741
|
+
denom: 'ibc/CB10783FD6E5CB6155E6CA0B1558061874EEE85291DD4306D1C0B2724E361EC5',
|
|
5742
|
+
exponent: 0,
|
|
5743
|
+
aliases: ['stucmdx']
|
|
5744
|
+
}, {
|
|
5745
|
+
denom: 'stcmdx',
|
|
5746
|
+
exponent: 6
|
|
5747
|
+
}],
|
|
5748
|
+
base: 'ibc/CB10783FD6E5CB6155E6CA0B1558061874EEE85291DD4306D1C0B2724E361EC5',
|
|
5749
|
+
name: 'stCMDX',
|
|
5750
|
+
display: 'stcmdx',
|
|
5751
|
+
symbol: 'stCMDX',
|
|
5752
|
+
traces: [{
|
|
5753
|
+
type: 'ibc',
|
|
5754
|
+
counterparty: {
|
|
5755
|
+
channel_id: 'channel-5',
|
|
5756
|
+
base_denom: 'stucmdx',
|
|
5757
|
+
chain_name: 'stride'
|
|
5758
|
+
},
|
|
5759
|
+
chain: {
|
|
5760
|
+
channel_id: 'channel-326'
|
|
5761
|
+
}
|
|
5762
|
+
}],
|
|
5763
|
+
logo_URIs: {
|
|
5764
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.png',
|
|
5765
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.svg'
|
|
5766
|
+
}
|
|
5588
5767
|
}, {
|
|
5589
5768
|
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
5769
|
denom_units: [{
|
|
@@ -8468,6 +8647,39 @@ var asset_list = {
|
|
|
8468
8647
|
channel_id: 'channel-169'
|
|
8469
8648
|
}
|
|
8470
8649
|
}]
|
|
8650
|
+
}, {
|
|
8651
|
+
description: 'Propose. Vote. Build.',
|
|
8652
|
+
type_asset: 'cw20',
|
|
8653
|
+
address: 'juno12mcwmd6wqhledkjsurlfqtc8j0pedvxlcxw3gs4kh2qf808ehehsen8nmw',
|
|
8654
|
+
denom_units: [{
|
|
8655
|
+
denom: 'ibc/54CB460BC2DB59641ECCCFE170C543C3FD661969C4ADD5D181F34139E30335FE',
|
|
8656
|
+
exponent: 0,
|
|
8657
|
+
aliases: ['cw20:juno12mcwmd6wqhledkjsurlfqtc8j0pedvxlcxw3gs4kh2qf808ehehsen8nmw']
|
|
8658
|
+
}, {
|
|
8659
|
+
denom: 'yfd',
|
|
8660
|
+
exponent: 6
|
|
8661
|
+
}],
|
|
8662
|
+
base: 'ibc/54CB460BC2DB59641ECCCFE170C543C3FD661969C4ADD5D181F34139E30335FE',
|
|
8663
|
+
name: 'Y-Foundry DAO',
|
|
8664
|
+
display: 'yfd',
|
|
8665
|
+
symbol: 'YFD',
|
|
8666
|
+
logo_URIs: {
|
|
8667
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.png',
|
|
8668
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.svg'
|
|
8669
|
+
},
|
|
8670
|
+
traces: [{
|
|
8671
|
+
type: 'ibc-cw20',
|
|
8672
|
+
counterparty: {
|
|
8673
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
8674
|
+
channel_id: 'channel-47',
|
|
8675
|
+
base_denom: 'cw20:juno12mcwmd6wqhledkjsurlfqtc8j0pedvxlcxw3gs4kh2qf808ehehsen8nmw',
|
|
8676
|
+
chain_name: 'juno'
|
|
8677
|
+
},
|
|
8678
|
+
chain: {
|
|
8679
|
+
port: 'transfer',
|
|
8680
|
+
channel_id: 'channel-169'
|
|
8681
|
+
}
|
|
8682
|
+
}]
|
|
8471
8683
|
}, {
|
|
8472
8684
|
description: 'ELEVENPARIS loyalty token on KiChain',
|
|
8473
8685
|
type_asset: 'cw20',
|
|
@@ -8897,6 +9109,38 @@ var asset_list = {
|
|
|
8897
9109
|
channel_id: 'channel-559'
|
|
8898
9110
|
}
|
|
8899
9111
|
}]
|
|
9112
|
+
}, {
|
|
9113
|
+
description: 'BLUE CUB DAO is a community DAO on Terra',
|
|
9114
|
+
type_asset: 'cw20',
|
|
9115
|
+
address: 'terra1gwrz9xzhqsygyr5asrgyq3pu0ewpn00mv2zenu86yvx2nlwpe8lqppv584',
|
|
9116
|
+
denom_units: [{
|
|
9117
|
+
denom: 'ibc/22AE94FAFE985FE3F550CB44895981AF3BF143615CC2B0D31E871358C4EC9FB7',
|
|
9118
|
+
exponent: 0,
|
|
9119
|
+
aliases: ['cw20:terra1gwrz9xzhqsygyr5asrgyq3pu0ewpn00mv2zenu86yvx2nlwpe8lqppv584']
|
|
9120
|
+
}, {
|
|
9121
|
+
denom: 'blue',
|
|
9122
|
+
exponent: 6
|
|
9123
|
+
}],
|
|
9124
|
+
base: 'ibc/22AE94FAFE985FE3F550CB44895981AF3BF143615CC2B0D31E871358C4EC9FB7',
|
|
9125
|
+
name: 'BLUE CUB DAO',
|
|
9126
|
+
display: 'blue',
|
|
9127
|
+
symbol: 'BLUE',
|
|
9128
|
+
logo_URIs: {
|
|
9129
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/blue.png'
|
|
9130
|
+
},
|
|
9131
|
+
traces: [{
|
|
9132
|
+
type: 'ibc-cw20',
|
|
9133
|
+
counterparty: {
|
|
9134
|
+
port: 'wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x',
|
|
9135
|
+
channel_id: 'channel-85',
|
|
9136
|
+
base_denom: 'cw20:terra1gwrz9xzhqsygyr5asrgyq3pu0ewpn00mv2zenu86yvx2nlwpe8lqppv584',
|
|
9137
|
+
chain_name: 'terra2'
|
|
9138
|
+
},
|
|
9139
|
+
chain: {
|
|
9140
|
+
port: 'transfer',
|
|
9141
|
+
channel_id: 'channel-559'
|
|
9142
|
+
}
|
|
9143
|
+
}]
|
|
8900
9144
|
}, {
|
|
8901
9145
|
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
9146
|
type_asset: 'cw20',
|
|
@@ -8929,6 +9173,39 @@ var asset_list = {
|
|
|
8929
9173
|
channel_id: 'channel-559'
|
|
8930
9174
|
}
|
|
8931
9175
|
}]
|
|
9176
|
+
}, {
|
|
9177
|
+
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.',
|
|
9178
|
+
type_asset: 'cw20',
|
|
9179
|
+
address: 'terra1xp9hrhthzddnl7j5du83gqqr4wmdjm5t0guzg9jp6jwrtpukwfjsjgy4f3',
|
|
9180
|
+
denom_units: [{
|
|
9181
|
+
denom: 'ibc/C21B8AC361B2D52F4D49FBC87FAE8711B15A5779B7A07FF0DB8ABFBAF176E032',
|
|
9182
|
+
exponent: 0,
|
|
9183
|
+
aliases: ['cw20:terra1xp9hrhthzddnl7j5du83gqqr4wmdjm5t0guzg9jp6jwrtpukwfjsjgy4f3']
|
|
9184
|
+
}, {
|
|
9185
|
+
denom: 'sayve',
|
|
9186
|
+
exponent: 6
|
|
9187
|
+
}],
|
|
9188
|
+
base: 'ibc/C21B8AC361B2D52F4D49FBC87FAE8711B15A5779B7A07FF0DB8ABFBAF176E032',
|
|
9189
|
+
name: 'sayve',
|
|
9190
|
+
display: 'sayve',
|
|
9191
|
+
symbol: 'SAYVE',
|
|
9192
|
+
logo_URIs: {
|
|
9193
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.svg',
|
|
9194
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.png'
|
|
9195
|
+
},
|
|
9196
|
+
traces: [{
|
|
9197
|
+
type: 'ibc-cw20',
|
|
9198
|
+
counterparty: {
|
|
9199
|
+
port: 'wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x',
|
|
9200
|
+
channel_id: 'channel-85',
|
|
9201
|
+
base_denom: 'cw20:terra1xp9hrhthzddnl7j5du83gqqr4wmdjm5t0guzg9jp6jwrtpukwfjsjgy4f3',
|
|
9202
|
+
chain_name: 'terra2'
|
|
9203
|
+
},
|
|
9204
|
+
chain: {
|
|
9205
|
+
port: 'transfer',
|
|
9206
|
+
channel_id: 'channel-559'
|
|
9207
|
+
}
|
|
9208
|
+
}]
|
|
8932
9209
|
}]
|
|
8933
9210
|
};
|
|
8934
9211
|
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
|
@@ -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,15 @@ 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'
|
|
250
251
|
}],
|
|
251
252
|
rest: [{
|
|
252
253
|
address: 'https://lcd.osmosis.zone/',
|
|
@@ -263,9 +264,6 @@ var chain = {
|
|
|
263
264
|
}, {
|
|
264
265
|
address: 'https://rest-osmosis.ecostake.com',
|
|
265
266
|
provider: 'ecostake'
|
|
266
|
-
}, {
|
|
267
|
-
address: 'https://rest-osmosis.goldenratiostaking.net',
|
|
268
|
-
provider: 'Golden Ratio Staking'
|
|
269
267
|
}, {
|
|
270
268
|
address: 'https://api-osmosis-ia.cosmosia.notional.ventures',
|
|
271
269
|
provider: 'Notional'
|
|
@@ -287,15 +285,15 @@ var chain = {
|
|
|
287
285
|
}, {
|
|
288
286
|
address: 'https://osmosis.rest.interchain.ivaldilabs.xyz',
|
|
289
287
|
provider: 'ivaldilabs'
|
|
290
|
-
}, {
|
|
291
|
-
address: 'https://osmosis.api.silknodes.io',
|
|
292
|
-
provider: 'Silk Nodes'
|
|
293
288
|
}, {
|
|
294
289
|
address: 'https://osmosis.api.kjnodes.com',
|
|
295
290
|
provider: 'kjnodes'
|
|
296
291
|
}, {
|
|
297
292
|
address: 'https://api-osmosis-01.stakeflow.io',
|
|
298
|
-
provider: '
|
|
293
|
+
provider: 'Stakeflow'
|
|
294
|
+
}, {
|
|
295
|
+
address: 'https://osmosis-rest.staketab.org',
|
|
296
|
+
provider: 'Staketab'
|
|
299
297
|
}, {
|
|
300
298
|
address: 'https://osmosis.stakesystems.io/',
|
|
301
299
|
provider: 'stakesystems'
|
|
@@ -320,7 +318,10 @@ var chain = {
|
|
|
320
318
|
provider: 'kjnodes'
|
|
321
319
|
}, {
|
|
322
320
|
address: 'grpc-osmosis-01.stakeflow.io:6754',
|
|
323
|
-
provider: '
|
|
321
|
+
provider: 'Stakeflow'
|
|
322
|
+
}, {
|
|
323
|
+
address: 'services.staketab.com:9010',
|
|
324
|
+
provider: 'Staketab'
|
|
324
325
|
}]
|
|
325
326
|
},
|
|
326
327
|
explorers: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.17.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.12.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.16.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": "cd90a190410a65d842f35fc7a053c41fbd310866"
|
|
79
79
|
}
|