@chain-registry/assets 1.47.2 → 1.47.4
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/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/conscious.js +16 -16
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/kava.js +70 -0
- package/esm/mainnet/noble.js +70 -0
- package/esm/mainnet/onex.js +666 -0
- package/esm/mainnet/osmosis.js +78 -8
- package/mainnet/assets.js +2 -1
- package/mainnet/conscious.js +16 -16
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +3 -2
- package/mainnet/kava.js +70 -0
- package/mainnet/noble.js +70 -0
- package/mainnet/onex.d.ts +3 -0
- package/mainnet/onex.js +668 -0
- package/mainnet/osmosis.js +78 -8
- package/package.json +5 -5
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -1407,14 +1407,14 @@ const assets = {
|
|
|
1407
1407
|
{
|
|
1408
1408
|
description: 'Cvn is a Layer-1 blockchain built to deliver on the promise of DeFi',
|
|
1409
1409
|
denom_units: [{
|
|
1410
|
-
denom: 'ibc/
|
|
1410
|
+
denom: 'ibc/044B7B28AFE93CEC769CF529ADC626DA09EA0EFA3E0E3284D540E9E00E01E24A',
|
|
1411
1411
|
exponent: 0,
|
|
1412
1412
|
aliases: ['acvnt']
|
|
1413
1413
|
}, {
|
|
1414
1414
|
denom: 'cvnt',
|
|
1415
1415
|
exponent: 18
|
|
1416
1416
|
}],
|
|
1417
|
-
base: 'ibc/
|
|
1417
|
+
base: 'ibc/044B7B28AFE93CEC769CF529ADC626DA09EA0EFA3E0E3284D540E9E00E01E24A',
|
|
1418
1418
|
name: 'Cvn',
|
|
1419
1419
|
display: 'cvnt',
|
|
1420
1420
|
symbol: 'CVN',
|
|
@@ -1434,12 +1434,12 @@ const assets = {
|
|
|
1434
1434
|
traces: [{
|
|
1435
1435
|
type: 'ibc',
|
|
1436
1436
|
counterparty: {
|
|
1437
|
-
channel_id: 'channel-
|
|
1437
|
+
channel_id: 'channel-6',
|
|
1438
1438
|
base_denom: 'acvnt',
|
|
1439
1439
|
chain_name: 'conscious'
|
|
1440
1440
|
},
|
|
1441
1441
|
chain: {
|
|
1442
|
-
channel_id: 'channel-
|
|
1442
|
+
channel_id: 'channel-73971'
|
|
1443
1443
|
}
|
|
1444
1444
|
}]
|
|
1445
1445
|
},
|
|
@@ -4400,6 +4400,41 @@ const assets = {
|
|
|
4400
4400
|
}
|
|
4401
4401
|
}]
|
|
4402
4402
|
},
|
|
4403
|
+
{
|
|
4404
|
+
description: 'The native token of ONEX',
|
|
4405
|
+
denom_units: [{
|
|
4406
|
+
denom: 'ibc/B8FD98E11799F3D76F184A6976CA25EDA8625AE5F05B1875ACF2D430A611DD99',
|
|
4407
|
+
exponent: 0,
|
|
4408
|
+
aliases: ['aonex']
|
|
4409
|
+
}, {
|
|
4410
|
+
denom: 'onex',
|
|
4411
|
+
exponent: 18
|
|
4412
|
+
}],
|
|
4413
|
+
base: 'ibc/B8FD98E11799F3D76F184A6976CA25EDA8625AE5F05B1875ACF2D430A611DD99',
|
|
4414
|
+
name: 'ONEX',
|
|
4415
|
+
display: 'onex',
|
|
4416
|
+
symbol: 'ONEX',
|
|
4417
|
+
logo_URIs: {
|
|
4418
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
|
|
4419
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
|
|
4420
|
+
},
|
|
4421
|
+
keywords: ['dex'],
|
|
4422
|
+
images: [{
|
|
4423
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
|
|
4424
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
|
|
4425
|
+
}],
|
|
4426
|
+
traces: [{
|
|
4427
|
+
type: 'ibc',
|
|
4428
|
+
counterparty: {
|
|
4429
|
+
channel_id: 'channel-145',
|
|
4430
|
+
base_denom: 'aonex',
|
|
4431
|
+
chain_name: 'onex'
|
|
4432
|
+
},
|
|
4433
|
+
chain: {
|
|
4434
|
+
channel_id: 'channel-74628'
|
|
4435
|
+
}
|
|
4436
|
+
}]
|
|
4437
|
+
},
|
|
4403
4438
|
{
|
|
4404
4439
|
description: 'The native token of Onomy Protocol',
|
|
4405
4440
|
denom_units: [{
|
|
@@ -5882,14 +5917,14 @@ const assets = {
|
|
|
5882
5917
|
{
|
|
5883
5918
|
description: 'Cvn is a Layer-1 blockchain built to deliver on the promise of DeFi',
|
|
5884
5919
|
denom_units: [{
|
|
5885
|
-
denom: 'ibc/
|
|
5920
|
+
denom: 'ibc/044B7B28AFE93CEC769CF529ADC626DA09EA0EFA3E0E3284D540E9E00E01E24A',
|
|
5886
5921
|
exponent: 0,
|
|
5887
5922
|
aliases: ['acvnt']
|
|
5888
5923
|
}, {
|
|
5889
5924
|
denom: 'cvnt',
|
|
5890
5925
|
exponent: 18
|
|
5891
5926
|
}],
|
|
5892
|
-
base: 'ibc/
|
|
5927
|
+
base: 'ibc/044B7B28AFE93CEC769CF529ADC626DA09EA0EFA3E0E3284D540E9E00E01E24A',
|
|
5893
5928
|
name: 'Cvn',
|
|
5894
5929
|
display: 'cvnt',
|
|
5895
5930
|
symbol: 'CVN',
|
|
@@ -5909,12 +5944,12 @@ const assets = {
|
|
|
5909
5944
|
traces: [{
|
|
5910
5945
|
type: 'ibc',
|
|
5911
5946
|
counterparty: {
|
|
5912
|
-
channel_id: 'channel-
|
|
5947
|
+
channel_id: 'channel-6',
|
|
5913
5948
|
base_denom: 'acvnt',
|
|
5914
5949
|
chain_name: 'conscious'
|
|
5915
5950
|
},
|
|
5916
5951
|
chain: {
|
|
5917
|
-
channel_id: 'channel-
|
|
5952
|
+
channel_id: 'channel-73971'
|
|
5918
5953
|
}
|
|
5919
5954
|
}]
|
|
5920
5955
|
},
|
|
@@ -8875,6 +8910,41 @@ const assets = {
|
|
|
8875
8910
|
}
|
|
8876
8911
|
}]
|
|
8877
8912
|
},
|
|
8913
|
+
{
|
|
8914
|
+
description: 'The native token of ONEX',
|
|
8915
|
+
denom_units: [{
|
|
8916
|
+
denom: 'ibc/B8FD98E11799F3D76F184A6976CA25EDA8625AE5F05B1875ACF2D430A611DD99',
|
|
8917
|
+
exponent: 0,
|
|
8918
|
+
aliases: ['aonex']
|
|
8919
|
+
}, {
|
|
8920
|
+
denom: 'onex',
|
|
8921
|
+
exponent: 18
|
|
8922
|
+
}],
|
|
8923
|
+
base: 'ibc/B8FD98E11799F3D76F184A6976CA25EDA8625AE5F05B1875ACF2D430A611DD99',
|
|
8924
|
+
name: 'ONEX',
|
|
8925
|
+
display: 'onex',
|
|
8926
|
+
symbol: 'ONEX',
|
|
8927
|
+
logo_URIs: {
|
|
8928
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
|
|
8929
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
|
|
8930
|
+
},
|
|
8931
|
+
keywords: ['dex'],
|
|
8932
|
+
images: [{
|
|
8933
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
|
|
8934
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
|
|
8935
|
+
}],
|
|
8936
|
+
traces: [{
|
|
8937
|
+
type: 'ibc',
|
|
8938
|
+
counterparty: {
|
|
8939
|
+
channel_id: 'channel-145',
|
|
8940
|
+
base_denom: 'aonex',
|
|
8941
|
+
chain_name: 'onex'
|
|
8942
|
+
},
|
|
8943
|
+
chain: {
|
|
8944
|
+
channel_id: 'channel-74628'
|
|
8945
|
+
}
|
|
8946
|
+
}]
|
|
8947
|
+
},
|
|
8878
8948
|
{
|
|
8879
8949
|
description: 'The native token of Onomy Protocol',
|
|
8880
8950
|
denom_units: [{
|
package/mainnet/assets.js
CHANGED
|
@@ -89,6 +89,7 @@ const nyx_1 = __importDefault(require("./nyx"));
|
|
|
89
89
|
const odin_1 = __importDefault(require("./odin"));
|
|
90
90
|
const okexchain_1 = __importDefault(require("./okexchain"));
|
|
91
91
|
const omniflixhub_1 = __importDefault(require("./omniflixhub"));
|
|
92
|
+
const onex_1 = __importDefault(require("./onex"));
|
|
92
93
|
const onomy_1 = __importDefault(require("./onomy"));
|
|
93
94
|
const oraichain_1 = __importDefault(require("./oraichain"));
|
|
94
95
|
const osmosis_1 = __importDefault(require("./osmosis"));
|
|
@@ -132,5 +133,5 @@ const unification_1 = __importDefault(require("./unification"));
|
|
|
132
133
|
const uptick_1 = __importDefault(require("./uptick"));
|
|
133
134
|
const vidulum_1 = __importDefault(require("./vidulum"));
|
|
134
135
|
const xpla_1 = __importDefault(require("./xpla"));
|
|
135
|
-
const assets = [_8ball_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, andromeda_1.default, archway_1.default, arkh_1.default, assetmantle_1.default, aura_1.default, axelar_1.default, bandchain_1.default, beezee_1.default, bitcanna_1.default, bitsong_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, cerberus_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, cudos_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, dig_1.default, doravota_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, humans_1.default, impacthub_1.default, imversed_1.default, injective_1.default, irisnet_1.default, jackal_1.default, juno_1.default, kava_1.default, kichain_1.default, konstellation_1.default, kujira_1.default, kyve_1.default, lambda_1.default, likecoin_1.default, lumenx_1.default, lumnetwork_1.default, mars_1.default, medasdigital_1.default, meme_1.default, microtick_1.default, migaloo_1.default, neutron_1.default, nibiru_1.default, noble_1.default, nois_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onomy_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pundix_1.default, pylons_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, sei_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stride_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, umee_1.default, unification_1.default, uptick_1.default, vidulum_1.default, xpla_1.default];
|
|
136
|
+
const assets = [_8ball_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, andromeda_1.default, archway_1.default, arkh_1.default, assetmantle_1.default, aura_1.default, axelar_1.default, bandchain_1.default, beezee_1.default, bitcanna_1.default, bitsong_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, cerberus_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, cudos_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, dig_1.default, doravota_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, humans_1.default, impacthub_1.default, imversed_1.default, injective_1.default, irisnet_1.default, jackal_1.default, juno_1.default, kava_1.default, kichain_1.default, konstellation_1.default, kujira_1.default, kyve_1.default, lambda_1.default, likecoin_1.default, lumenx_1.default, lumnetwork_1.default, mars_1.default, medasdigital_1.default, meme_1.default, microtick_1.default, migaloo_1.default, neutron_1.default, nibiru_1.default, noble_1.default, nois_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pundix_1.default, pylons_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, sei_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stride_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, umee_1.default, unification_1.default, uptick_1.default, vidulum_1.default, xpla_1.default];
|
|
136
137
|
exports.default = assets;
|
package/mainnet/conscious.js
CHANGED
|
@@ -6,7 +6,7 @@ const assets = {
|
|
|
6
6
|
{
|
|
7
7
|
description: 'The native token of Osmosis',
|
|
8
8
|
denom_units: [{
|
|
9
|
-
denom: 'ibc/
|
|
9
|
+
denom: 'ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85',
|
|
10
10
|
exponent: 0,
|
|
11
11
|
aliases: ['uosmo']
|
|
12
12
|
}, {
|
|
@@ -14,7 +14,7 @@ const assets = {
|
|
|
14
14
|
exponent: 6
|
|
15
15
|
}],
|
|
16
16
|
type_asset: 'sdk.coin',
|
|
17
|
-
base: 'ibc/
|
|
17
|
+
base: 'ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85',
|
|
18
18
|
name: 'Osmosis',
|
|
19
19
|
display: 'osmo',
|
|
20
20
|
symbol: 'OSMO',
|
|
@@ -35,18 +35,18 @@ const assets = {
|
|
|
35
35
|
traces: [{
|
|
36
36
|
type: 'ibc',
|
|
37
37
|
counterparty: {
|
|
38
|
-
channel_id: 'channel-
|
|
38
|
+
channel_id: 'channel-73971',
|
|
39
39
|
base_denom: 'uosmo',
|
|
40
40
|
chain_name: 'osmosis'
|
|
41
41
|
},
|
|
42
42
|
chain: {
|
|
43
|
-
channel_id: 'channel-
|
|
43
|
+
channel_id: 'channel-6'
|
|
44
44
|
}
|
|
45
45
|
}]
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
48
|
denom_units: [{
|
|
49
|
-
denom: 'ibc/
|
|
49
|
+
denom: 'ibc/69B4810E989B56FC6CA41F395228236FA7E7F59B9A3B7AF3FB0A344361C38389',
|
|
50
50
|
exponent: 0,
|
|
51
51
|
aliases: ['uion']
|
|
52
52
|
}, {
|
|
@@ -54,7 +54,7 @@ const assets = {
|
|
|
54
54
|
exponent: 6
|
|
55
55
|
}],
|
|
56
56
|
type_asset: 'sdk.coin',
|
|
57
|
-
base: 'ibc/
|
|
57
|
+
base: 'ibc/69B4810E989B56FC6CA41F395228236FA7E7F59B9A3B7AF3FB0A344361C38389',
|
|
58
58
|
name: 'Ion DAO',
|
|
59
59
|
display: 'ion',
|
|
60
60
|
symbol: 'ION',
|
|
@@ -75,19 +75,19 @@ const assets = {
|
|
|
75
75
|
traces: [{
|
|
76
76
|
type: 'ibc',
|
|
77
77
|
counterparty: {
|
|
78
|
-
channel_id: 'channel-
|
|
78
|
+
channel_id: 'channel-73971',
|
|
79
79
|
base_denom: 'uion',
|
|
80
80
|
chain_name: 'osmosis'
|
|
81
81
|
},
|
|
82
82
|
chain: {
|
|
83
|
-
channel_id: 'channel-
|
|
83
|
+
channel_id: 'channel-6'
|
|
84
84
|
}
|
|
85
85
|
}]
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
88
|
description: 'The native token of Osmosis',
|
|
89
89
|
denom_units: [{
|
|
90
|
-
denom: 'ibc/
|
|
90
|
+
denom: 'ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85',
|
|
91
91
|
exponent: 0,
|
|
92
92
|
aliases: ['uosmo']
|
|
93
93
|
}, {
|
|
@@ -95,7 +95,7 @@ const assets = {
|
|
|
95
95
|
exponent: 6
|
|
96
96
|
}],
|
|
97
97
|
type_asset: 'sdk.coin',
|
|
98
|
-
base: 'ibc/
|
|
98
|
+
base: 'ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85',
|
|
99
99
|
name: 'Osmosis',
|
|
100
100
|
display: 'osmo',
|
|
101
101
|
symbol: 'OSMO',
|
|
@@ -116,18 +116,18 @@ const assets = {
|
|
|
116
116
|
traces: [{
|
|
117
117
|
type: 'ibc',
|
|
118
118
|
counterparty: {
|
|
119
|
-
channel_id: 'channel-
|
|
119
|
+
channel_id: 'channel-73971',
|
|
120
120
|
base_denom: 'uosmo',
|
|
121
121
|
chain_name: 'osmosis'
|
|
122
122
|
},
|
|
123
123
|
chain: {
|
|
124
|
-
channel_id: 'channel-
|
|
124
|
+
channel_id: 'channel-6'
|
|
125
125
|
}
|
|
126
126
|
}]
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
denom_units: [{
|
|
130
|
-
denom: 'ibc/
|
|
130
|
+
denom: 'ibc/69B4810E989B56FC6CA41F395228236FA7E7F59B9A3B7AF3FB0A344361C38389',
|
|
131
131
|
exponent: 0,
|
|
132
132
|
aliases: ['uion']
|
|
133
133
|
}, {
|
|
@@ -135,7 +135,7 @@ const assets = {
|
|
|
135
135
|
exponent: 6
|
|
136
136
|
}],
|
|
137
137
|
type_asset: 'sdk.coin',
|
|
138
|
-
base: 'ibc/
|
|
138
|
+
base: 'ibc/69B4810E989B56FC6CA41F395228236FA7E7F59B9A3B7AF3FB0A344361C38389',
|
|
139
139
|
name: 'Ion DAO',
|
|
140
140
|
display: 'ion',
|
|
141
141
|
symbol: 'ION',
|
|
@@ -156,12 +156,12 @@ const assets = {
|
|
|
156
156
|
traces: [{
|
|
157
157
|
type: 'ibc',
|
|
158
158
|
counterparty: {
|
|
159
|
-
channel_id: 'channel-
|
|
159
|
+
channel_id: 'channel-73971',
|
|
160
160
|
base_denom: 'uion',
|
|
161
161
|
chain_name: 'osmosis'
|
|
162
162
|
},
|
|
163
163
|
chain: {
|
|
164
|
-
channel_id: 'channel-
|
|
164
|
+
channel_id: 'channel-6'
|
|
165
165
|
}
|
|
166
166
|
}]
|
|
167
167
|
}
|
package/mainnet/index.d.ts
CHANGED
|
@@ -84,6 +84,7 @@ export * as nyx from './nyx';
|
|
|
84
84
|
export * as odin from './odin';
|
|
85
85
|
export * as okexchain from './okexchain';
|
|
86
86
|
export * as omniflixhub from './omniflixhub';
|
|
87
|
+
export * as onex from './onex';
|
|
87
88
|
export * as onomy from './onomy';
|
|
88
89
|
export * as oraichain from './oraichain';
|
|
89
90
|
export * as osmosis from './osmosis';
|
package/mainnet/index.js
CHANGED
|
@@ -24,8 +24,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.galaxy = exports.fxcore = exports.furya = exports.fetchhub = exports.evmos = exports.empowerchain = exports.emoney = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.doravota = exports.dig = exports.dhealth = exports.desmos = exports.decentr = exports.cudos = exports.cryptoorgchain = exports.cronos = exports.crescent = exports.cosmoshub = exports.coreum = exports.conscious = exports.composable = exports.comdex = exports.cifer = exports.chihuahua = exports.cheqd = exports.chain4energy = exports.cerberus = exports.celestia = exports.carbon = exports.canto = exports.bostrom = exports.bluzelle = exports.bitsong = exports.bitcanna = exports.beezee = exports.bandchain = exports.axelar = exports.aura = exports.assetmantle = exports.arkh = exports.archway = exports.andromeda = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports._8ball = void 0;
|
|
27
|
-
exports.
|
|
28
|
-
exports.xpla = exports.vidulum = exports.uptick = exports.unification = exports.umee = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.stride = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.sei = exports.secretnetwork = exports.scorum = exports.saga = exports.rizon = exports.regen = exports.rebus = exports.realio = void 0;
|
|
27
|
+
exports.quicksilver = exports.quasar = exports.pylons = exports.pundix = exports.provenance = exports.point = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.osmosis = exports.oraichain = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.nyx = exports.nomic = exports.nolus = exports.nois = exports.noble = exports.nibiru = exports.neutron = exports.migaloo = exports.microtick = exports.meme = exports.medasdigital = exports.mars = exports.lumnetwork = exports.lumenx = exports.likecoin = exports.lambda = exports.kyve = exports.kujira = exports.konstellation = exports.kichain = exports.kava = exports.juno = exports.jackal = exports.irisnet = exports.injective = exports.imversed = exports.impacthub = exports.humans = exports.haqq = exports.gravitybridge = exports.gitopia = exports.genesisl1 = exports.gateway = void 0;
|
|
28
|
+
exports.xpla = exports.vidulum = exports.uptick = exports.unification = exports.umee = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.stride = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.sei = exports.secretnetwork = exports.scorum = exports.saga = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = void 0;
|
|
29
29
|
exports._8ball = __importStar(require("./8ball"));
|
|
30
30
|
exports.acrechain = __importStar(require("./acrechain"));
|
|
31
31
|
exports.agoric = __importStar(require("./agoric"));
|
|
@@ -112,6 +112,7 @@ exports.nyx = __importStar(require("./nyx"));
|
|
|
112
112
|
exports.odin = __importStar(require("./odin"));
|
|
113
113
|
exports.okexchain = __importStar(require("./okexchain"));
|
|
114
114
|
exports.omniflixhub = __importStar(require("./omniflixhub"));
|
|
115
|
+
exports.onex = __importStar(require("./onex"));
|
|
115
116
|
exports.onomy = __importStar(require("./onomy"));
|
|
116
117
|
exports.oraichain = __importStar(require("./oraichain"));
|
|
117
118
|
exports.osmosis = __importStar(require("./osmosis"));
|
package/mainnet/kava.js
CHANGED
|
@@ -1346,6 +1346,41 @@ const assets = {
|
|
|
1346
1346
|
}
|
|
1347
1347
|
}]
|
|
1348
1348
|
},
|
|
1349
|
+
{
|
|
1350
|
+
description: 'The native token of ONEX',
|
|
1351
|
+
denom_units: [{
|
|
1352
|
+
denom: 'ibc/41586E7A401B83CF7E77A9DC2A5B3327136725E46C14FEEB3C096E4960402438',
|
|
1353
|
+
exponent: 0,
|
|
1354
|
+
aliases: ['aonex']
|
|
1355
|
+
}, {
|
|
1356
|
+
denom: 'onex',
|
|
1357
|
+
exponent: 18
|
|
1358
|
+
}],
|
|
1359
|
+
base: 'ibc/41586E7A401B83CF7E77A9DC2A5B3327136725E46C14FEEB3C096E4960402438',
|
|
1360
|
+
name: 'ONEX',
|
|
1361
|
+
display: 'onex',
|
|
1362
|
+
symbol: 'ONEX',
|
|
1363
|
+
logo_URIs: {
|
|
1364
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
|
|
1365
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
|
|
1366
|
+
},
|
|
1367
|
+
keywords: ['dex'],
|
|
1368
|
+
images: [{
|
|
1369
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
|
|
1370
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
|
|
1371
|
+
}],
|
|
1372
|
+
traces: [{
|
|
1373
|
+
type: 'ibc',
|
|
1374
|
+
counterparty: {
|
|
1375
|
+
channel_id: 'channel-4',
|
|
1376
|
+
base_denom: 'aonex',
|
|
1377
|
+
chain_name: 'onex'
|
|
1378
|
+
},
|
|
1379
|
+
chain: {
|
|
1380
|
+
channel_id: 'channel-145'
|
|
1381
|
+
}
|
|
1382
|
+
}]
|
|
1383
|
+
},
|
|
1349
1384
|
{
|
|
1350
1385
|
description: 'The native token of Osmosis',
|
|
1351
1386
|
denom_units: [{
|
|
@@ -1820,6 +1855,41 @@ const assets = {
|
|
|
1820
1855
|
}
|
|
1821
1856
|
}]
|
|
1822
1857
|
},
|
|
1858
|
+
{
|
|
1859
|
+
description: 'The native token of ONEX',
|
|
1860
|
+
denom_units: [{
|
|
1861
|
+
denom: 'ibc/41586E7A401B83CF7E77A9DC2A5B3327136725E46C14FEEB3C096E4960402438',
|
|
1862
|
+
exponent: 0,
|
|
1863
|
+
aliases: ['aonex']
|
|
1864
|
+
}, {
|
|
1865
|
+
denom: 'onex',
|
|
1866
|
+
exponent: 18
|
|
1867
|
+
}],
|
|
1868
|
+
base: 'ibc/41586E7A401B83CF7E77A9DC2A5B3327136725E46C14FEEB3C096E4960402438',
|
|
1869
|
+
name: 'ONEX',
|
|
1870
|
+
display: 'onex',
|
|
1871
|
+
symbol: 'ONEX',
|
|
1872
|
+
logo_URIs: {
|
|
1873
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
|
|
1874
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
|
|
1875
|
+
},
|
|
1876
|
+
keywords: ['dex'],
|
|
1877
|
+
images: [{
|
|
1878
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
|
|
1879
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
|
|
1880
|
+
}],
|
|
1881
|
+
traces: [{
|
|
1882
|
+
type: 'ibc',
|
|
1883
|
+
counterparty: {
|
|
1884
|
+
channel_id: 'channel-4',
|
|
1885
|
+
base_denom: 'aonex',
|
|
1886
|
+
chain_name: 'onex'
|
|
1887
|
+
},
|
|
1888
|
+
chain: {
|
|
1889
|
+
channel_id: 'channel-145'
|
|
1890
|
+
}
|
|
1891
|
+
}]
|
|
1892
|
+
},
|
|
1823
1893
|
{
|
|
1824
1894
|
description: 'The native token of Osmosis',
|
|
1825
1895
|
denom_units: [{
|
package/mainnet/noble.js
CHANGED
|
@@ -2196,6 +2196,41 @@ const assets = {
|
|
|
2196
2196
|
}
|
|
2197
2197
|
}]
|
|
2198
2198
|
},
|
|
2199
|
+
{
|
|
2200
|
+
description: 'The native token of ONEX',
|
|
2201
|
+
denom_units: [{
|
|
2202
|
+
denom: 'ibc/08225A281FBE70F78A07C286263389B077A2FB3CA6508CCEC1D89E98B60C3893',
|
|
2203
|
+
exponent: 0,
|
|
2204
|
+
aliases: ['aonex']
|
|
2205
|
+
}, {
|
|
2206
|
+
denom: 'onex',
|
|
2207
|
+
exponent: 18
|
|
2208
|
+
}],
|
|
2209
|
+
base: 'ibc/08225A281FBE70F78A07C286263389B077A2FB3CA6508CCEC1D89E98B60C3893',
|
|
2210
|
+
name: 'ONEX',
|
|
2211
|
+
display: 'onex',
|
|
2212
|
+
symbol: 'ONEX',
|
|
2213
|
+
logo_URIs: {
|
|
2214
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
|
|
2215
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
|
|
2216
|
+
},
|
|
2217
|
+
keywords: ['dex'],
|
|
2218
|
+
images: [{
|
|
2219
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
|
|
2220
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
|
|
2221
|
+
}],
|
|
2222
|
+
traces: [{
|
|
2223
|
+
type: 'ibc',
|
|
2224
|
+
counterparty: {
|
|
2225
|
+
channel_id: 'channel-5',
|
|
2226
|
+
base_denom: 'aonex',
|
|
2227
|
+
chain_name: 'onex'
|
|
2228
|
+
},
|
|
2229
|
+
chain: {
|
|
2230
|
+
channel_id: 'channel-78'
|
|
2231
|
+
}
|
|
2232
|
+
}]
|
|
2233
|
+
},
|
|
2199
2234
|
{
|
|
2200
2235
|
description: 'The native token of Osmosis',
|
|
2201
2236
|
denom_units: [{
|
|
@@ -2648,6 +2683,41 @@ const assets = {
|
|
|
2648
2683
|
}
|
|
2649
2684
|
}]
|
|
2650
2685
|
},
|
|
2686
|
+
{
|
|
2687
|
+
description: 'The native token of ONEX',
|
|
2688
|
+
denom_units: [{
|
|
2689
|
+
denom: 'ibc/08225A281FBE70F78A07C286263389B077A2FB3CA6508CCEC1D89E98B60C3893',
|
|
2690
|
+
exponent: 0,
|
|
2691
|
+
aliases: ['aonex']
|
|
2692
|
+
}, {
|
|
2693
|
+
denom: 'onex',
|
|
2694
|
+
exponent: 18
|
|
2695
|
+
}],
|
|
2696
|
+
base: 'ibc/08225A281FBE70F78A07C286263389B077A2FB3CA6508CCEC1D89E98B60C3893',
|
|
2697
|
+
name: 'ONEX',
|
|
2698
|
+
display: 'onex',
|
|
2699
|
+
symbol: 'ONEX',
|
|
2700
|
+
logo_URIs: {
|
|
2701
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
|
|
2702
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
|
|
2703
|
+
},
|
|
2704
|
+
keywords: ['dex'],
|
|
2705
|
+
images: [{
|
|
2706
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
|
|
2707
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
|
|
2708
|
+
}],
|
|
2709
|
+
traces: [{
|
|
2710
|
+
type: 'ibc',
|
|
2711
|
+
counterparty: {
|
|
2712
|
+
channel_id: 'channel-5',
|
|
2713
|
+
base_denom: 'aonex',
|
|
2714
|
+
chain_name: 'onex'
|
|
2715
|
+
},
|
|
2716
|
+
chain: {
|
|
2717
|
+
channel_id: 'channel-78'
|
|
2718
|
+
}
|
|
2719
|
+
}]
|
|
2720
|
+
},
|
|
2651
2721
|
{
|
|
2652
2722
|
description: 'The native token of Osmosis',
|
|
2653
2723
|
denom_units: [{
|