@chain-registry/osmosis 1.6.0 → 1.7.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 +403 -1
- package/main/chain.js +56 -21
- package/main/testnet.js +7 -4
- package/package.json +4 -4
- package/types/index.d.ts +5 -5
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.7.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.6.1...@chain-registry/osmosis@1.7.0) (2023-02-08)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @chain-registry/osmosis
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [1.6.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.6.0...@chain-registry/osmosis@1.6.1) (2023-01-17)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @chain-registry/osmosis
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [1.6.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.5.0...@chain-registry/osmosis@1.6.0) (2022-12-08)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @chain-registry/osmosis
|
package/main/asset_list.js
CHANGED
|
@@ -711,6 +711,36 @@ var asset_list = {
|
|
|
711
711
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg'
|
|
712
712
|
},
|
|
713
713
|
coingecko_id: 'matic-network'
|
|
714
|
+
}, {
|
|
715
|
+
description: 'Wrapped BNB on Axelar',
|
|
716
|
+
denom_units: [{
|
|
717
|
+
denom: 'ibc/F4A070A6D78496D53127EA85C094A9EC87DFC1F36071B8CCDDBD020F933D213D',
|
|
718
|
+
exponent: 0,
|
|
719
|
+
aliases: ['wbnb-wei']
|
|
720
|
+
}, {
|
|
721
|
+
denom: 'wbnb',
|
|
722
|
+
exponent: 18
|
|
723
|
+
}],
|
|
724
|
+
base: 'ibc/F4A070A6D78496D53127EA85C094A9EC87DFC1F36071B8CCDDBD020F933D213D',
|
|
725
|
+
name: 'Wrapped BNB',
|
|
726
|
+
display: 'wbnb',
|
|
727
|
+
symbol: 'WBNB',
|
|
728
|
+
traces: [{
|
|
729
|
+
type: 'ibc',
|
|
730
|
+
counterparty: {
|
|
731
|
+
channel_id: 'channel-3',
|
|
732
|
+
base_denom: 'wbnb-wei',
|
|
733
|
+
chain_name: 'axelar'
|
|
734
|
+
},
|
|
735
|
+
chain: {
|
|
736
|
+
channel_id: 'channel-208'
|
|
737
|
+
}
|
|
738
|
+
}],
|
|
739
|
+
logo_URIs: {
|
|
740
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.svg',
|
|
741
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.png'
|
|
742
|
+
},
|
|
743
|
+
coingecko_id: 'wbnb'
|
|
714
744
|
}, {
|
|
715
745
|
description: 'The native token of BandChain',
|
|
716
746
|
denom_units: [{
|
|
@@ -741,6 +771,37 @@ var asset_list = {
|
|
|
741
771
|
channel_id: 'channel-148'
|
|
742
772
|
}
|
|
743
773
|
}]
|
|
774
|
+
}, {
|
|
775
|
+
description: 'BeeZee native blockchain',
|
|
776
|
+
denom_units: [{
|
|
777
|
+
denom: 'ibc/C822645522FC3EECF817609AA38C24B64D04F5C267A23BCCF8F2E3BC5755FA88',
|
|
778
|
+
exponent: 0,
|
|
779
|
+
aliases: ['ubze']
|
|
780
|
+
}, {
|
|
781
|
+
denom: 'bze',
|
|
782
|
+
exponent: 6,
|
|
783
|
+
aliases: []
|
|
784
|
+
}],
|
|
785
|
+
base: 'ibc/C822645522FC3EECF817609AA38C24B64D04F5C267A23BCCF8F2E3BC5755FA88',
|
|
786
|
+
name: 'BeeZee',
|
|
787
|
+
display: 'bze',
|
|
788
|
+
symbol: 'BZE',
|
|
789
|
+
logo_URIs: {
|
|
790
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
|
|
791
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg'
|
|
792
|
+
},
|
|
793
|
+
coingecko_id: 'bzedge',
|
|
794
|
+
traces: [{
|
|
795
|
+
type: 'ibc',
|
|
796
|
+
counterparty: {
|
|
797
|
+
channel_id: 'channel-0',
|
|
798
|
+
base_denom: 'ubze',
|
|
799
|
+
chain_name: 'beezee'
|
|
800
|
+
},
|
|
801
|
+
chain: {
|
|
802
|
+
channel_id: 'channel-340'
|
|
803
|
+
}
|
|
804
|
+
}]
|
|
744
805
|
}, {
|
|
745
806
|
description: 'The BCNA coin is the transactional token within the BitCanna network, serving the legal cannabis industry through its payment network, supply chain and trust network.',
|
|
746
807
|
denom_units: [{
|
|
@@ -1325,7 +1386,8 @@ var asset_list = {
|
|
|
1325
1386
|
display: 'huahua',
|
|
1326
1387
|
symbol: 'HUAHUA',
|
|
1327
1388
|
logo_URIs: {
|
|
1328
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png'
|
|
1389
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png',
|
|
1390
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg'
|
|
1329
1391
|
},
|
|
1330
1392
|
coingecko_id: 'chihuahua-token',
|
|
1331
1393
|
traces: [{
|
|
@@ -1368,6 +1430,64 @@ var asset_list = {
|
|
|
1368
1430
|
channel_id: 'channel-87'
|
|
1369
1431
|
}
|
|
1370
1432
|
}]
|
|
1433
|
+
}, {
|
|
1434
|
+
description: 'Governance Token of Harbor protocol on Comdex network',
|
|
1435
|
+
denom_units: [{
|
|
1436
|
+
denom: 'ibc/AD4DEA52408EA07C0C9E19444EC8DA84A274A70AD2687A710EFDDEB28BB2986A',
|
|
1437
|
+
exponent: 0,
|
|
1438
|
+
aliases: ['uharbor']
|
|
1439
|
+
}, {
|
|
1440
|
+
denom: 'harbor',
|
|
1441
|
+
exponent: 6
|
|
1442
|
+
}],
|
|
1443
|
+
base: 'ibc/AD4DEA52408EA07C0C9E19444EC8DA84A274A70AD2687A710EFDDEB28BB2986A',
|
|
1444
|
+
name: 'Harbor',
|
|
1445
|
+
display: 'harbor',
|
|
1446
|
+
symbol: 'HARBOR',
|
|
1447
|
+
logo_URIs: {
|
|
1448
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png'
|
|
1449
|
+
},
|
|
1450
|
+
coingecko_id: '',
|
|
1451
|
+
traces: [{
|
|
1452
|
+
type: 'ibc',
|
|
1453
|
+
counterparty: {
|
|
1454
|
+
channel_id: 'channel-1',
|
|
1455
|
+
base_denom: 'uharbor',
|
|
1456
|
+
chain_name: 'comdex'
|
|
1457
|
+
},
|
|
1458
|
+
chain: {
|
|
1459
|
+
channel_id: 'channel-87'
|
|
1460
|
+
}
|
|
1461
|
+
}]
|
|
1462
|
+
}, {
|
|
1463
|
+
description: 'Stable Token of Harbor protocol on Comdex network',
|
|
1464
|
+
denom_units: [{
|
|
1465
|
+
denom: 'ibc/23CA6C8D1AB2145DD13EB1E089A2E3F960DC298B468CCE034E19E5A78B61136E',
|
|
1466
|
+
exponent: 0,
|
|
1467
|
+
aliases: ['ucmst']
|
|
1468
|
+
}, {
|
|
1469
|
+
denom: 'cmst',
|
|
1470
|
+
exponent: 6
|
|
1471
|
+
}],
|
|
1472
|
+
base: 'ibc/23CA6C8D1AB2145DD13EB1E089A2E3F960DC298B468CCE034E19E5A78B61136E',
|
|
1473
|
+
name: 'CMST',
|
|
1474
|
+
display: 'cmst',
|
|
1475
|
+
symbol: 'CMST',
|
|
1476
|
+
logo_URIs: {
|
|
1477
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png'
|
|
1478
|
+
},
|
|
1479
|
+
coingecko_id: '',
|
|
1480
|
+
traces: [{
|
|
1481
|
+
type: 'ibc',
|
|
1482
|
+
counterparty: {
|
|
1483
|
+
channel_id: 'channel-1',
|
|
1484
|
+
base_denom: 'ucmst',
|
|
1485
|
+
chain_name: 'comdex'
|
|
1486
|
+
},
|
|
1487
|
+
chain: {
|
|
1488
|
+
channel_id: 'channel-87'
|
|
1489
|
+
}
|
|
1490
|
+
}]
|
|
1371
1491
|
}, {
|
|
1372
1492
|
description: 'The native staking and governance token of the Cosmos Hub.',
|
|
1373
1493
|
denom_units: [{
|
|
@@ -1611,6 +1731,32 @@ var asset_list = {
|
|
|
1611
1731
|
channel_id: 'channel-128'
|
|
1612
1732
|
}
|
|
1613
1733
|
}]
|
|
1734
|
+
}, {
|
|
1735
|
+
description: 'The native staking and governance token of the Dyson Protocol',
|
|
1736
|
+
denom_units: [{
|
|
1737
|
+
denom: 'ibc/63EEB1FD386714F91A092746F5FADE6A9E52F6F3DC1D06B27FE2346527507404',
|
|
1738
|
+
exponent: 0,
|
|
1739
|
+
aliases: ['dys']
|
|
1740
|
+
}],
|
|
1741
|
+
base: 'ibc/63EEB1FD386714F91A092746F5FADE6A9E52F6F3DC1D06B27FE2346527507404',
|
|
1742
|
+
name: 'Dys',
|
|
1743
|
+
display: 'dys',
|
|
1744
|
+
symbol: 'DYS',
|
|
1745
|
+
logo_URIs: {
|
|
1746
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png'
|
|
1747
|
+
},
|
|
1748
|
+
coingecko_id: '',
|
|
1749
|
+
traces: [{
|
|
1750
|
+
type: 'ibc',
|
|
1751
|
+
counterparty: {
|
|
1752
|
+
channel_id: 'channel-0',
|
|
1753
|
+
base_denom: 'dys',
|
|
1754
|
+
chain_name: 'dyson'
|
|
1755
|
+
},
|
|
1756
|
+
chain: {
|
|
1757
|
+
channel_id: 'channel-466'
|
|
1758
|
+
}
|
|
1759
|
+
}]
|
|
1614
1760
|
}, {
|
|
1615
1761
|
description: 'e-Money NGM staking token. In addition to earning staking rewards the token is bought back and burned based on e-Money stablecoin inflation.',
|
|
1616
1762
|
denom_units: [{
|
|
@@ -2026,6 +2172,36 @@ var asset_list = {
|
|
|
2026
2172
|
channel_id: 'channel-38'
|
|
2027
2173
|
}
|
|
2028
2174
|
}]
|
|
2175
|
+
}, {
|
|
2176
|
+
description: 'The native EVM, governance and staking token of the Imversed',
|
|
2177
|
+
denom_units: [{
|
|
2178
|
+
denom: 'ibc/92B223EBFA74DB99BEA92B23DEAA6050734FEEAABB84689CB8E1AE8F9C9F9AF4',
|
|
2179
|
+
exponent: 0,
|
|
2180
|
+
aliases: ['aimv']
|
|
2181
|
+
}, {
|
|
2182
|
+
denom: 'imv',
|
|
2183
|
+
exponent: 18
|
|
2184
|
+
}],
|
|
2185
|
+
base: 'ibc/92B223EBFA74DB99BEA92B23DEAA6050734FEEAABB84689CB8E1AE8F9C9F9AF4',
|
|
2186
|
+
name: 'IMV',
|
|
2187
|
+
display: 'imv',
|
|
2188
|
+
symbol: 'IMV',
|
|
2189
|
+
logo_URIs: {
|
|
2190
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg',
|
|
2191
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png'
|
|
2192
|
+
},
|
|
2193
|
+
coingecko_id: 'imv',
|
|
2194
|
+
traces: [{
|
|
2195
|
+
type: 'ibc',
|
|
2196
|
+
counterparty: {
|
|
2197
|
+
channel_id: 'channel-1',
|
|
2198
|
+
base_denom: 'aimv',
|
|
2199
|
+
chain_name: 'imversed'
|
|
2200
|
+
},
|
|
2201
|
+
chain: {
|
|
2202
|
+
channel_id: 'channel-517'
|
|
2203
|
+
}
|
|
2204
|
+
}]
|
|
2029
2205
|
}, {
|
|
2030
2206
|
description: 'The INJ token is the native governance token for the Injective chain.',
|
|
2031
2207
|
denom_units: [{
|
|
@@ -2737,6 +2913,36 @@ var asset_list = {
|
|
|
2737
2913
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
|
|
2738
2914
|
},
|
|
2739
2915
|
coingecko_id: 'pstake-finance'
|
|
2916
|
+
}, {
|
|
2917
|
+
description: 'The native EVM, governance and staking token of the Planq Network',
|
|
2918
|
+
denom_units: [{
|
|
2919
|
+
denom: 'ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF',
|
|
2920
|
+
exponent: 0,
|
|
2921
|
+
aliases: ['aplanq']
|
|
2922
|
+
}, {
|
|
2923
|
+
denom: 'planq',
|
|
2924
|
+
exponent: 18
|
|
2925
|
+
}],
|
|
2926
|
+
base: 'ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF',
|
|
2927
|
+
name: 'Planq',
|
|
2928
|
+
display: 'planq',
|
|
2929
|
+
symbol: 'PLQ',
|
|
2930
|
+
logo_URIs: {
|
|
2931
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg',
|
|
2932
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png'
|
|
2933
|
+
},
|
|
2934
|
+
coingecko_id: '',
|
|
2935
|
+
traces: [{
|
|
2936
|
+
type: 'ibc',
|
|
2937
|
+
counterparty: {
|
|
2938
|
+
channel_id: 'channel-1',
|
|
2939
|
+
base_denom: 'aplanq',
|
|
2940
|
+
chain_name: 'planq'
|
|
2941
|
+
},
|
|
2942
|
+
chain: {
|
|
2943
|
+
channel_id: 'channel-492'
|
|
2944
|
+
}
|
|
2945
|
+
}]
|
|
2740
2946
|
}, {
|
|
2741
2947
|
description: 'Hash is the staking token of the Provenance Blockchain',
|
|
2742
2948
|
denom_units: [{
|
|
@@ -4627,6 +4833,7 @@ var asset_list = {
|
|
|
4627
4833
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.png',
|
|
4628
4834
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg'
|
|
4629
4835
|
},
|
|
4836
|
+
coingecko_id: 'stakeeasy-juno-derivative',
|
|
4630
4837
|
traces: [{
|
|
4631
4838
|
type: 'ibc-cw20',
|
|
4632
4839
|
counterparty: {
|
|
@@ -4660,6 +4867,7 @@ var asset_list = {
|
|
|
4660
4867
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.png',
|
|
4661
4868
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg'
|
|
4662
4869
|
},
|
|
4870
|
+
coingecko_id: 'stakeeasy-bjuno',
|
|
4663
4871
|
traces: [{
|
|
4664
4872
|
type: 'ibc-cw20',
|
|
4665
4873
|
counterparty: {
|
|
@@ -4726,6 +4934,7 @@ var asset_list = {
|
|
|
4726
4934
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png',
|
|
4727
4935
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg'
|
|
4728
4936
|
},
|
|
4937
|
+
coingecko_id: 'seasy',
|
|
4729
4938
|
traces: [{
|
|
4730
4939
|
type: 'ibc-cw20',
|
|
4731
4940
|
counterparty: {
|
|
@@ -4804,6 +5013,39 @@ var asset_list = {
|
|
|
4804
5013
|
channel_id: 'channel-169'
|
|
4805
5014
|
}
|
|
4806
5015
|
}]
|
|
5016
|
+
}, {
|
|
5017
|
+
description: 'The native token cw20 for Fanfury on Juno Chain',
|
|
5018
|
+
type_asset: 'cw20',
|
|
5019
|
+
address: 'juno1cltgm8v842gu54srmejewghnd6uqa26lzkpa635wzra9m9xuudkqa2gtcz',
|
|
5020
|
+
denom_units: [{
|
|
5021
|
+
denom: 'ibc/7CE5F388D661D82A0774E47B5129DA51CC7129BD1A70B5FA6BCEBB5B0A2FAEAF',
|
|
5022
|
+
exponent: 0,
|
|
5023
|
+
aliases: ['cw20:juno1cltgm8v842gu54srmejewghnd6uqa26lzkpa635wzra9m9xuudkqa2gtcz']
|
|
5024
|
+
}, {
|
|
5025
|
+
denom: 'fury',
|
|
5026
|
+
exponent: 6
|
|
5027
|
+
}],
|
|
5028
|
+
base: 'ibc/7CE5F388D661D82A0774E47B5129DA51CC7129BD1A70B5FA6BCEBB5B0A2FAEAF',
|
|
5029
|
+
name: 'Fanfury',
|
|
5030
|
+
display: 'fury',
|
|
5031
|
+
symbol: 'FURY',
|
|
5032
|
+
logo_URIs: {
|
|
5033
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png'
|
|
5034
|
+
},
|
|
5035
|
+
coingecko_id: 'fanfury',
|
|
5036
|
+
traces: [{
|
|
5037
|
+
type: 'ibc-cw20',
|
|
5038
|
+
counterparty: {
|
|
5039
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
5040
|
+
channel_id: 'channel-47',
|
|
5041
|
+
base_denom: 'cw20:juno1cltgm8v842gu54srmejewghnd6uqa26lzkpa635wzra9m9xuudkqa2gtcz',
|
|
5042
|
+
chain_name: 'juno'
|
|
5043
|
+
},
|
|
5044
|
+
chain: {
|
|
5045
|
+
port: 'transfer',
|
|
5046
|
+
channel_id: 'channel-169'
|
|
5047
|
+
}
|
|
5048
|
+
}]
|
|
4807
5049
|
}, {
|
|
4808
5050
|
description: 'ELEVENPARIS loyalty token on KiChain',
|
|
4809
5051
|
type_asset: 'cw20',
|
|
@@ -4837,6 +5079,166 @@ var asset_list = {
|
|
|
4837
5079
|
channel_id: 'channel-261'
|
|
4838
5080
|
}
|
|
4839
5081
|
}]
|
|
5082
|
+
}, {
|
|
5083
|
+
description: 'The native token cw20 for SIENNA on Secret Network',
|
|
5084
|
+
denom_units: [{
|
|
5085
|
+
denom: 'ibc/9A8A93D04917A149C8AC7C16D3DA8F470D59E8D867499C4DA97450E1D7363213',
|
|
5086
|
+
exponent: 0,
|
|
5087
|
+
aliases: ['cw20:secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4']
|
|
5088
|
+
}, {
|
|
5089
|
+
denom: 'sienna',
|
|
5090
|
+
exponent: 18
|
|
5091
|
+
}],
|
|
5092
|
+
base: 'ibc/9A8A93D04917A149C8AC7C16D3DA8F470D59E8D867499C4DA97450E1D7363213',
|
|
5093
|
+
name: 'SIENNA',
|
|
5094
|
+
display: 'sienna',
|
|
5095
|
+
symbol: 'SIENNA',
|
|
5096
|
+
logo_URIs: {
|
|
5097
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png',
|
|
5098
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg'
|
|
5099
|
+
},
|
|
5100
|
+
coingecko_id: 'sienna',
|
|
5101
|
+
traces: [{
|
|
5102
|
+
type: 'ibc-cw20',
|
|
5103
|
+
counterparty: {
|
|
5104
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
5105
|
+
channel_id: 'channel-44',
|
|
5106
|
+
base_denom: 'cw20:secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4',
|
|
5107
|
+
chain_name: 'secretnetwork'
|
|
5108
|
+
},
|
|
5109
|
+
chain: {
|
|
5110
|
+
port: 'transfer',
|
|
5111
|
+
channel_id: 'channel-476'
|
|
5112
|
+
}
|
|
5113
|
+
}]
|
|
5114
|
+
}, {
|
|
5115
|
+
description: 'The native token cw20 for Shade on Secret Network',
|
|
5116
|
+
denom_units: [{
|
|
5117
|
+
denom: 'ibc/71055835C7639739EAE03AACD1324FE162DBA41D09F197CB72D966D014225B1C',
|
|
5118
|
+
exponent: 0,
|
|
5119
|
+
aliases: ['cw20:secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d']
|
|
5120
|
+
}, {
|
|
5121
|
+
denom: 'shd',
|
|
5122
|
+
exponent: 8
|
|
5123
|
+
}],
|
|
5124
|
+
base: 'ibc/71055835C7639739EAE03AACD1324FE162DBA41D09F197CB72D966D014225B1C',
|
|
5125
|
+
name: 'Shade',
|
|
5126
|
+
display: 'shd',
|
|
5127
|
+
symbol: 'SHD',
|
|
5128
|
+
logo_URIs: {
|
|
5129
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png',
|
|
5130
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg'
|
|
5131
|
+
},
|
|
5132
|
+
coingecko_id: 'shade-protocol',
|
|
5133
|
+
traces: [{
|
|
5134
|
+
type: 'ibc-cw20',
|
|
5135
|
+
counterparty: {
|
|
5136
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
5137
|
+
channel_id: 'channel-44',
|
|
5138
|
+
base_denom: 'cw20:secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d',
|
|
5139
|
+
chain_name: 'secretnetwork'
|
|
5140
|
+
},
|
|
5141
|
+
chain: {
|
|
5142
|
+
port: 'transfer',
|
|
5143
|
+
channel_id: 'channel-476'
|
|
5144
|
+
}
|
|
5145
|
+
}]
|
|
5146
|
+
}, {
|
|
5147
|
+
description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
|
|
5148
|
+
denom_units: [{
|
|
5149
|
+
denom: 'ibc/D0E5BF2940FB58D9B283A339032DE88111407AAD7D94A7F1F3EB78874F8616D4',
|
|
5150
|
+
exponent: 0,
|
|
5151
|
+
aliases: ['cw20:secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4']
|
|
5152
|
+
}, {
|
|
5153
|
+
denom: 'stkd-scrt',
|
|
5154
|
+
exponent: 6
|
|
5155
|
+
}],
|
|
5156
|
+
base: 'ibc/D0E5BF2940FB58D9B283A339032DE88111407AAD7D94A7F1F3EB78874F8616D4',
|
|
5157
|
+
name: 'SCRT Staking Derivatives',
|
|
5158
|
+
display: 'stkd-scrt',
|
|
5159
|
+
symbol: 'stkd-SCRT',
|
|
5160
|
+
logo_URIs: {
|
|
5161
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png',
|
|
5162
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg'
|
|
5163
|
+
},
|
|
5164
|
+
coingecko_id: 'stkd-scrt',
|
|
5165
|
+
traces: [{
|
|
5166
|
+
type: 'ibc-cw20',
|
|
5167
|
+
counterparty: {
|
|
5168
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
5169
|
+
channel_id: 'channel-44',
|
|
5170
|
+
base_denom: 'cw20:secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4',
|
|
5171
|
+
chain_name: 'secretnetwork'
|
|
5172
|
+
},
|
|
5173
|
+
chain: {
|
|
5174
|
+
port: 'transfer',
|
|
5175
|
+
channel_id: 'channel-476'
|
|
5176
|
+
}
|
|
5177
|
+
}]
|
|
5178
|
+
}, {
|
|
5179
|
+
description: 'The native token cw20 for Button on Secret Network',
|
|
5180
|
+
denom_units: [{
|
|
5181
|
+
denom: 'ibc/1FBA9E763B8679BEF7BAAAF2D16BCA78C3B297D226C3F31312C769D7B8F992D8',
|
|
5182
|
+
exponent: 0,
|
|
5183
|
+
aliases: ['cw20:secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt']
|
|
5184
|
+
}, {
|
|
5185
|
+
denom: 'butt',
|
|
5186
|
+
exponent: 6
|
|
5187
|
+
}],
|
|
5188
|
+
base: 'ibc/1FBA9E763B8679BEF7BAAAF2D16BCA78C3B297D226C3F31312C769D7B8F992D8',
|
|
5189
|
+
name: 'Button',
|
|
5190
|
+
display: 'butt',
|
|
5191
|
+
symbol: 'BUTT',
|
|
5192
|
+
logo_URIs: {
|
|
5193
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.png',
|
|
5194
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.svg'
|
|
5195
|
+
},
|
|
5196
|
+
coingecko_id: 'buttcoin-2',
|
|
5197
|
+
traces: [{
|
|
5198
|
+
type: 'ibc-cw20',
|
|
5199
|
+
counterparty: {
|
|
5200
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
5201
|
+
channel_id: 'channel-44',
|
|
5202
|
+
base_denom: 'cw20:secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt',
|
|
5203
|
+
chain_name: 'secretnetwork'
|
|
5204
|
+
},
|
|
5205
|
+
chain: {
|
|
5206
|
+
port: 'transfer',
|
|
5207
|
+
channel_id: 'channel-476'
|
|
5208
|
+
}
|
|
5209
|
+
}]
|
|
5210
|
+
}, {
|
|
5211
|
+
description: 'The native token cw20 for Alter on Secret Network',
|
|
5212
|
+
denom_units: [{
|
|
5213
|
+
denom: 'ibc/A6383B6CF5EA23E067666C06BC34E2A96869927BD9744DC0C1643E589C710AA3',
|
|
5214
|
+
exponent: 0,
|
|
5215
|
+
aliases: ['cw20:secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej']
|
|
5216
|
+
}, {
|
|
5217
|
+
denom: 'alter',
|
|
5218
|
+
exponent: 6
|
|
5219
|
+
}],
|
|
5220
|
+
base: 'ibc/A6383B6CF5EA23E067666C06BC34E2A96869927BD9744DC0C1643E589C710AA3',
|
|
5221
|
+
name: 'Alter',
|
|
5222
|
+
display: 'alter',
|
|
5223
|
+
symbol: 'ALTER',
|
|
5224
|
+
logo_URIs: {
|
|
5225
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
5226
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
5227
|
+
},
|
|
5228
|
+
coingecko_id: 'alter',
|
|
5229
|
+
traces: [{
|
|
5230
|
+
type: 'ibc-cw20',
|
|
5231
|
+
counterparty: {
|
|
5232
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
5233
|
+
channel_id: 'channel-44',
|
|
5234
|
+
base_denom: 'cw20:secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej',
|
|
5235
|
+
chain_name: 'secretnetwork'
|
|
5236
|
+
},
|
|
5237
|
+
chain: {
|
|
5238
|
+
port: 'transfer',
|
|
5239
|
+
channel_id: 'channel-476'
|
|
5240
|
+
}
|
|
5241
|
+
}]
|
|
4840
5242
|
}]
|
|
4841
5243
|
};
|
|
4842
5244
|
var _default = asset_list;
|
package/main/chain.js
CHANGED
|
@@ -30,21 +30,24 @@ var chain = {
|
|
|
30
30
|
staking: {
|
|
31
31
|
staking_tokens: [{
|
|
32
32
|
denom: 'uosmo'
|
|
33
|
-
}]
|
|
33
|
+
}],
|
|
34
|
+
lock_duration: {
|
|
35
|
+
time: '1209600s'
|
|
36
|
+
}
|
|
34
37
|
},
|
|
35
38
|
codebase: {
|
|
36
39
|
git_repo: 'https://github.com/osmosis-labs/osmosis',
|
|
37
|
-
recommended_version: '
|
|
38
|
-
compatible_versions: ['
|
|
40
|
+
recommended_version: 'v14.0.0',
|
|
41
|
+
compatible_versions: ['v14.0.0'],
|
|
39
42
|
binaries: {
|
|
40
|
-
'linux/amd64': 'https://github.com/osmosis-labs/osmosis/releases/download/
|
|
41
|
-
'linux/arm64': 'https://github.com/osmosis-labs/osmosis/releases/download/
|
|
43
|
+
'linux/amd64': 'https://github.com/osmosis-labs/osmosis/releases/download/v14.0.0/osmosisd-14.0.0-linux-amd64?checksum=sha256:441cac2f9094b63ec7a363f4d5442f16c28f65390cf286a589be62ee1ba66cc1',
|
|
44
|
+
'linux/arm64': 'https://github.com/osmosis-labs/osmosis/releases/download/v14.0.0/osmosisd-14.0.0-linux-arm64?checksum=sha256:5c8bed57f2d58bb3d3834beb9ef38aedc9329c8bf3e95da28aa7b00b2174bfc1'
|
|
42
45
|
},
|
|
43
46
|
cosmos_sdk_version: '0.45',
|
|
44
47
|
tendermint_version: '0.34',
|
|
45
|
-
cosmwasm_version: '0.
|
|
48
|
+
cosmwasm_version: '0.30',
|
|
46
49
|
cosmwasm_enabled: true,
|
|
47
|
-
ibc_go_version: '
|
|
50
|
+
ibc_go_version: '4.2.0',
|
|
48
51
|
ics_enabled: ['ics20-1'],
|
|
49
52
|
genesis: {
|
|
50
53
|
name: 'v3',
|
|
@@ -82,10 +85,23 @@ var chain = {
|
|
|
82
85
|
next_version_name: 'v12'
|
|
83
86
|
}, {
|
|
84
87
|
name: 'v12',
|
|
85
|
-
tag: 'v12.
|
|
86
|
-
height: 6246000
|
|
88
|
+
tag: 'v12.3.0',
|
|
89
|
+
height: 6246000,
|
|
90
|
+
next_version_name: 'v13'
|
|
91
|
+
}, {
|
|
92
|
+
name: 'v13',
|
|
93
|
+
tag: 'v13.1.0',
|
|
94
|
+
height: 7241500,
|
|
95
|
+
next_version_name: 'v14'
|
|
96
|
+
}, {
|
|
97
|
+
name: 'v14',
|
|
98
|
+
tag: 'v14.0.0',
|
|
99
|
+
height: 7937500
|
|
87
100
|
}]
|
|
88
101
|
},
|
|
102
|
+
logo_URIs: {
|
|
103
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmosis-chain-logo.png'
|
|
104
|
+
},
|
|
89
105
|
peers: {
|
|
90
106
|
seeds: [{
|
|
91
107
|
id: '83adaa38d1c15450056050fd4c9763fcc7e02e2c',
|
|
@@ -121,12 +137,24 @@ var chain = {
|
|
|
121
137
|
provider: 'Lavender.Five Nodes 🐝'
|
|
122
138
|
}, {
|
|
123
139
|
id: 'ebc272824924ea1a27ea3183dd0b9ba713494f83',
|
|
124
|
-
address: 'osmosis
|
|
125
|
-
provider: 'AutoStake
|
|
140
|
+
address: 'osmosis-mainnet-seed-autostake.net:26716',
|
|
141
|
+
provider: 'AutoStake 🛡️ Slash Protected'
|
|
126
142
|
}, {
|
|
127
143
|
id: '3cc024d1c760c9cd96e6413abaf3b36a8bdca58e',
|
|
128
144
|
address: 'seeds.goldenratiostaking.net:1630',
|
|
129
145
|
provider: 'Golden Ratio Staking'
|
|
146
|
+
}, {
|
|
147
|
+
id: 'bd7064a50f5843e2c84c71c4dc18ac07424bdcc1',
|
|
148
|
+
address: 'seeds.whispernode.com:12556',
|
|
149
|
+
provider: 'WhisperNode🤐'
|
|
150
|
+
}, {
|
|
151
|
+
id: 'e1b058e5cfa2b836ddaa496b10911da62dcf182e',
|
|
152
|
+
address: 'osmosis-seed-1.allnodes.me:26656',
|
|
153
|
+
provider: 'Allnodes.com ⚡️ Nodes & Staking'
|
|
154
|
+
}, {
|
|
155
|
+
id: 'e726816f42831689eab9378d5d577f1d06d25716',
|
|
156
|
+
address: 'osmosis-seed-2.allnodes.me:26656',
|
|
157
|
+
provider: 'Allnodes.com ⚡️ Nodes & Staking'
|
|
130
158
|
}],
|
|
131
159
|
persistent_peers: [{
|
|
132
160
|
id: 'b63e1e588e8feb7e4a4adf0f2542d755e606d3f1',
|
|
@@ -234,8 +262,8 @@ var chain = {
|
|
|
234
262
|
provider: 'in3s.com'
|
|
235
263
|
}, {
|
|
236
264
|
id: 'ebc272824924ea1a27ea3183dd0b9ba713494f83',
|
|
237
|
-
address: 'osmosis
|
|
238
|
-
provider: 'AutoStake
|
|
265
|
+
address: 'osmosis-mainnet-peer-autostake.net:26716',
|
|
266
|
+
provider: 'AutoStake 🛡️ Slash Protected'
|
|
239
267
|
}]
|
|
240
268
|
},
|
|
241
269
|
apis: {
|
|
@@ -276,7 +304,7 @@ var chain = {
|
|
|
276
304
|
address: 'https://osmosis.nodejumper.io',
|
|
277
305
|
provider: 'Nodejumper 🚀'
|
|
278
306
|
}, {
|
|
279
|
-
address: 'https://osmosis.rpc.stakin.com',
|
|
307
|
+
address: 'https://osmosis.rpc.stakin-nodes.com',
|
|
280
308
|
provider: 'Stakin'
|
|
281
309
|
}, {
|
|
282
310
|
address: 'https://rpc.osmosis.goldenratiostaking.net',
|
|
@@ -287,6 +315,9 @@ var chain = {
|
|
|
287
315
|
}, {
|
|
288
316
|
address: 'https://osmosis.rpc.interchain.ivaldilabs.xyz',
|
|
289
317
|
provider: 'Ivaldi Labs'
|
|
318
|
+
}, {
|
|
319
|
+
address: 'https://rpc.osl.zone',
|
|
320
|
+
provider: 'Osmosis Support Lab'
|
|
290
321
|
}],
|
|
291
322
|
rest: [{
|
|
292
323
|
address: 'https://lcd.osmosis.zone/',
|
|
@@ -322,7 +353,7 @@ var chain = {
|
|
|
322
353
|
address: 'https://osmosis.nodejumper.io:1317',
|
|
323
354
|
provider: 'Nodejumper 🚀'
|
|
324
355
|
}, {
|
|
325
|
-
address: 'https://osmosis.rest.stakin.com',
|
|
356
|
+
address: 'https://osmosis.rest.stakin-nodes.com',
|
|
326
357
|
provider: 'Stakin'
|
|
327
358
|
}, {
|
|
328
359
|
address: 'https://osmosis-api.ibs.team',
|
|
@@ -330,6 +361,12 @@ var chain = {
|
|
|
330
361
|
}, {
|
|
331
362
|
address: 'https://osmosis.rest.interchain.ivaldilabs.xyz',
|
|
332
363
|
provider: 'Ivaldi Labs'
|
|
364
|
+
}, {
|
|
365
|
+
address: 'https://api.osl.zone',
|
|
366
|
+
provider: 'Osmosis Support Lab'
|
|
367
|
+
}, {
|
|
368
|
+
address: 'https://osmosis-mainnet-lcd-autostake.net:443',
|
|
369
|
+
provider: 'AutoStake 🛡️ Slash Protected'
|
|
333
370
|
}, {
|
|
334
371
|
address: 'https://osmosis.stakesystems.io/',
|
|
335
372
|
provider: 'stakesystems'
|
|
@@ -353,7 +390,7 @@ var chain = {
|
|
|
353
390
|
address: 'https://osmosis.nodejumper.io:9090',
|
|
354
391
|
provider: 'Nodejumper 🚀'
|
|
355
392
|
}, {
|
|
356
|
-
address: 'osmosis.grpc.stakin.com:443',
|
|
393
|
+
address: 'osmosis.grpc.stakin-nodes.com:443',
|
|
357
394
|
provider: 'Stakin'
|
|
358
395
|
}, {
|
|
359
396
|
address: 'osmosis.grpc.interchain.ivaldilabs.xyz:433',
|
|
@@ -363,7 +400,8 @@ var chain = {
|
|
|
363
400
|
explorers: [{
|
|
364
401
|
kind: 'EZStaking Tools',
|
|
365
402
|
url: 'https://ezstaking.tools/osmosis',
|
|
366
|
-
tx_page: 'https://ezstaking.tools/osmosis/txs/${txHash}'
|
|
403
|
+
tx_page: 'https://ezstaking.tools/osmosis/txs/${txHash}',
|
|
404
|
+
account_page: 'https://ezstaking.tools/osmosis/account/${accountAddress}'
|
|
367
405
|
}, {
|
|
368
406
|
kind: 'mintscan',
|
|
369
407
|
url: 'https://www.mintscan.io/osmosis',
|
|
@@ -377,15 +415,12 @@ var chain = {
|
|
|
377
415
|
kind: 'explorers.guru',
|
|
378
416
|
url: 'https://osmosis.explorers.guru',
|
|
379
417
|
tx_page: 'https://osmosis.explorers.guru/transaction/${txHash}',
|
|
380
|
-
account_page: 'https://osmosis.explorers.guru/
|
|
418
|
+
account_page: 'https://osmosis.explorers.guru/account/${accountAddress}'
|
|
381
419
|
}, {
|
|
382
420
|
kind: 'atomscan',
|
|
383
421
|
url: 'https://atomscan.com/osmosis',
|
|
384
422
|
tx_page: 'https://atomscan.com/osmosis/transactions/${txHash}'
|
|
385
423
|
}],
|
|
386
|
-
logo_URIs: {
|
|
387
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmosis-chain-logo.png'
|
|
388
|
-
},
|
|
389
424
|
keywords: ['dex']
|
|
390
425
|
};
|
|
391
426
|
var _default = chain;
|
package/main/testnet.js
CHANGED
|
@@ -32,11 +32,11 @@ var testnet = {
|
|
|
32
32
|
},
|
|
33
33
|
codebase: {
|
|
34
34
|
git_repo: 'https://github.com/osmosis-labs/osmosis',
|
|
35
|
-
recommended_version: '
|
|
36
|
-
compatible_versions: ['
|
|
35
|
+
recommended_version: 'v14.0.0-rc1',
|
|
36
|
+
compatible_versions: ['v14.0.0-rc1'],
|
|
37
37
|
cosmos_sdk_version: '0.45',
|
|
38
38
|
tendermint_version: '0.34',
|
|
39
|
-
cosmwasm_version: '0.
|
|
39
|
+
cosmwasm_version: '0.29',
|
|
40
40
|
cosmwasm_enabled: true,
|
|
41
41
|
genesis: {
|
|
42
42
|
genesis_url: 'https://github.com/osmosis-labs/networks/raw/main/osmo-test-4/genesis.tar.bz2'
|
|
@@ -79,7 +79,10 @@ var testnet = {
|
|
|
79
79
|
address: 'https://testnet-rest.osmosis.zone/',
|
|
80
80
|
provider: ''
|
|
81
81
|
}],
|
|
82
|
-
grpc: [
|
|
82
|
+
grpc: [{
|
|
83
|
+
address: 'https://grpc-test.osmosis.zone:443',
|
|
84
|
+
provider: 'Osmosis'
|
|
85
|
+
}]
|
|
83
86
|
},
|
|
84
87
|
logo_URIs: {
|
|
85
88
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmosis-chain-logo.png'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.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.19.6",
|
|
51
51
|
"@babel/preset-env": "7.19.4",
|
|
52
52
|
"@babel/preset-typescript": "^7.17.12",
|
|
53
|
-
"@chain-registry/utils": "^1.
|
|
53
|
+
"@chain-registry/utils": "^1.5.0",
|
|
54
54
|
"@types/jest": "^29.2.0",
|
|
55
55
|
"@typescript-eslint/eslint-plugin": "5.40.1",
|
|
56
56
|
"@typescript-eslint/parser": "5.40.1",
|
|
57
57
|
"babel-core": "7.0.0-bridge.0",
|
|
58
58
|
"babel-jest": "29.2.1",
|
|
59
59
|
"babel-watch": "^7.0.0",
|
|
60
|
-
"chain-registry": "^1.
|
|
60
|
+
"chain-registry": "^1.7.0",
|
|
61
61
|
"cross-env": "^7.0.2",
|
|
62
62
|
"eslint": "8.25.0",
|
|
63
63
|
"eslint-config-prettier": "^8.5.0",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"@babel/runtime": "^7.19.4",
|
|
76
76
|
"@chain-registry/types": "^0.14.0"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "3b7400b1f55405ec903b03aaf23d4ee1972afeed"
|
|
79
79
|
}
|
package/types/index.d.ts
CHANGED
|
@@ -4,11 +4,11 @@ import chain from './chain';
|
|
|
4
4
|
import testnet from './testnet';
|
|
5
5
|
import testnet_assets from './testnet_assets';
|
|
6
6
|
declare const _default: {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
chain: import('@chain-registry/types').Chain;
|
|
8
|
+
assets: import('@chain-registry/types').AssetList;
|
|
9
|
+
asset_list: import('@chain-registry/types').AssetList;
|
|
10
|
+
testnet: import('@chain-registry/types').Chain;
|
|
11
|
+
testnet_assets: import('@chain-registry/types').AssetList;
|
|
12
12
|
};
|
|
13
13
|
export default _default;
|
|
14
14
|
export { asset_list, assets, chain, testnet, testnet_assets };
|