@chain-registry/assets 1.70.191 → 1.70.193
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/axelar.js +170 -0
- package/esm/mainnet/cosmoshub.js +8 -8
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/initia.js +182 -0
- package/esm/mainnet/nyx.js +86 -0
- package/esm/mainnet/osmosis.js +142 -0
- package/esm/mainnet/sidechain.js +8 -8
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +170 -0
- package/mainnet/cosmoshub.js +8 -8
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +4 -3
- package/mainnet/initia.d.ts +3 -0
- package/mainnet/initia.js +184 -0
- package/mainnet/nyx.js +86 -0
- package/mainnet/osmosis.js +142 -0
- package/mainnet/sidechain.js +8 -8
- package/package.json +5 -5
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -3666,6 +3666,45 @@ const assets = {
|
|
|
3666
3666
|
}
|
|
3667
3667
|
}]
|
|
3668
3668
|
},
|
|
3669
|
+
{
|
|
3670
|
+
description: 'The native token of Initia',
|
|
3671
|
+
denom_units: [{
|
|
3672
|
+
denom: 'ibc/70932FA3E9291DC51EE280CEEA490BDA58D927598BAEFED5947F99365EE97806',
|
|
3673
|
+
exponent: 0,
|
|
3674
|
+
aliases: ['uinit']
|
|
3675
|
+
}, {
|
|
3676
|
+
denom: 'INIT',
|
|
3677
|
+
exponent: 6
|
|
3678
|
+
}],
|
|
3679
|
+
base: 'ibc/70932FA3E9291DC51EE280CEEA490BDA58D927598BAEFED5947F99365EE97806',
|
|
3680
|
+
display: 'INIT',
|
|
3681
|
+
name: 'Initia',
|
|
3682
|
+
symbol: 'INIT',
|
|
3683
|
+
images: [{
|
|
3684
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.png',
|
|
3685
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.svg',
|
|
3686
|
+
theme: {
|
|
3687
|
+
circle: true,
|
|
3688
|
+
primary_color_hex: '#040404'
|
|
3689
|
+
}
|
|
3690
|
+
}],
|
|
3691
|
+
socials: {
|
|
3692
|
+
website: 'https://initia.xyz/',
|
|
3693
|
+
twitter: 'https://twitter.com/initiaFDN'
|
|
3694
|
+
},
|
|
3695
|
+
type_asset: 'sdk.coin',
|
|
3696
|
+
traces: [{
|
|
3697
|
+
type: 'ibc',
|
|
3698
|
+
counterparty: {
|
|
3699
|
+
channel_id: 'channel-0',
|
|
3700
|
+
base_denom: 'uinit',
|
|
3701
|
+
chain_name: 'initia'
|
|
3702
|
+
},
|
|
3703
|
+
chain: {
|
|
3704
|
+
channel_id: 'channel-100108'
|
|
3705
|
+
}
|
|
3706
|
+
}]
|
|
3707
|
+
},
|
|
3669
3708
|
{
|
|
3670
3709
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
3671
3710
|
denom_units: [{
|
|
@@ -10017,6 +10056,45 @@ const assets = {
|
|
|
10017
10056
|
}
|
|
10018
10057
|
}]
|
|
10019
10058
|
},
|
|
10059
|
+
{
|
|
10060
|
+
description: 'The native token of Initia',
|
|
10061
|
+
denom_units: [{
|
|
10062
|
+
denom: 'ibc/70932FA3E9291DC51EE280CEEA490BDA58D927598BAEFED5947F99365EE97806',
|
|
10063
|
+
exponent: 0,
|
|
10064
|
+
aliases: ['uinit']
|
|
10065
|
+
}, {
|
|
10066
|
+
denom: 'INIT',
|
|
10067
|
+
exponent: 6
|
|
10068
|
+
}],
|
|
10069
|
+
base: 'ibc/70932FA3E9291DC51EE280CEEA490BDA58D927598BAEFED5947F99365EE97806',
|
|
10070
|
+
display: 'INIT',
|
|
10071
|
+
name: 'Initia',
|
|
10072
|
+
symbol: 'INIT',
|
|
10073
|
+
images: [{
|
|
10074
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.png',
|
|
10075
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.svg',
|
|
10076
|
+
theme: {
|
|
10077
|
+
circle: true,
|
|
10078
|
+
primary_color_hex: '#040404'
|
|
10079
|
+
}
|
|
10080
|
+
}],
|
|
10081
|
+
socials: {
|
|
10082
|
+
website: 'https://initia.xyz/',
|
|
10083
|
+
twitter: 'https://twitter.com/initiaFDN'
|
|
10084
|
+
},
|
|
10085
|
+
type_asset: 'sdk.coin',
|
|
10086
|
+
traces: [{
|
|
10087
|
+
type: 'ibc',
|
|
10088
|
+
counterparty: {
|
|
10089
|
+
channel_id: 'channel-0',
|
|
10090
|
+
base_denom: 'uinit',
|
|
10091
|
+
chain_name: 'initia'
|
|
10092
|
+
},
|
|
10093
|
+
chain: {
|
|
10094
|
+
channel_id: 'channel-100108'
|
|
10095
|
+
}
|
|
10096
|
+
}]
|
|
10097
|
+
},
|
|
10020
10098
|
{
|
|
10021
10099
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
10022
10100
|
denom_units: [{
|
|
@@ -28740,6 +28818,38 @@ const assets = {
|
|
|
28740
28818
|
}
|
|
28741
28819
|
}]
|
|
28742
28820
|
},
|
|
28821
|
+
{
|
|
28822
|
+
denom_units: [{
|
|
28823
|
+
denom: 'ibc/F5F5B3929B2A955C4F901ADE7089A7711DA87C1B6B58056493C480A95BCBFD97',
|
|
28824
|
+
exponent: 0,
|
|
28825
|
+
aliases: ['cw20:bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x']
|
|
28826
|
+
}, {
|
|
28827
|
+
denom: 'satUniBTC',
|
|
28828
|
+
exponent: 8
|
|
28829
|
+
}],
|
|
28830
|
+
base: 'ibc/F5F5B3929B2A955C4F901ADE7089A7711DA87C1B6B58056493C480A95BCBFD97',
|
|
28831
|
+
address: 'bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x',
|
|
28832
|
+
name: 'Satlayer uniBTC',
|
|
28833
|
+
display: 'satUniBTC',
|
|
28834
|
+
symbol: 'satUniBTC',
|
|
28835
|
+
logo_URIs: {
|
|
28836
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.svg'
|
|
28837
|
+
},
|
|
28838
|
+
type_asset: 'cw20',
|
|
28839
|
+
traces: [{
|
|
28840
|
+
type: 'ibc-cw20',
|
|
28841
|
+
counterparty: {
|
|
28842
|
+
port: 'wasm.bbn16tfcsjcg4trlnj2t4cpdq20q4d7nzusew3ev50scz30mmfzdx8ssgx7eq6',
|
|
28843
|
+
channel_id: 'channel-7',
|
|
28844
|
+
base_denom: 'cw20:bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x',
|
|
28845
|
+
chain_name: 'babylon'
|
|
28846
|
+
},
|
|
28847
|
+
chain: {
|
|
28848
|
+
port: 'transfer',
|
|
28849
|
+
channel_id: 'channel-101979'
|
|
28850
|
+
}
|
|
28851
|
+
}]
|
|
28852
|
+
},
|
|
28743
28853
|
{
|
|
28744
28854
|
description: 'Puppy',
|
|
28745
28855
|
denom_units: [{
|
|
@@ -31906,6 +32016,38 @@ const assets = {
|
|
|
31906
32016
|
}
|
|
31907
32017
|
}]
|
|
31908
32018
|
},
|
|
32019
|
+
{
|
|
32020
|
+
denom_units: [{
|
|
32021
|
+
denom: 'ibc/F5F5B3929B2A955C4F901ADE7089A7711DA87C1B6B58056493C480A95BCBFD97',
|
|
32022
|
+
exponent: 0,
|
|
32023
|
+
aliases: ['cw20:bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x']
|
|
32024
|
+
}, {
|
|
32025
|
+
denom: 'satUniBTC',
|
|
32026
|
+
exponent: 8
|
|
32027
|
+
}],
|
|
32028
|
+
base: 'ibc/F5F5B3929B2A955C4F901ADE7089A7711DA87C1B6B58056493C480A95BCBFD97',
|
|
32029
|
+
address: 'bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x',
|
|
32030
|
+
name: 'Satlayer uniBTC',
|
|
32031
|
+
display: 'satUniBTC',
|
|
32032
|
+
symbol: 'satUniBTC',
|
|
32033
|
+
logo_URIs: {
|
|
32034
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.svg'
|
|
32035
|
+
},
|
|
32036
|
+
type_asset: 'cw20',
|
|
32037
|
+
traces: [{
|
|
32038
|
+
type: 'ibc-cw20',
|
|
32039
|
+
counterparty: {
|
|
32040
|
+
port: 'wasm.bbn16tfcsjcg4trlnj2t4cpdq20q4d7nzusew3ev50scz30mmfzdx8ssgx7eq6',
|
|
32041
|
+
channel_id: 'channel-7',
|
|
32042
|
+
base_denom: 'cw20:bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x',
|
|
32043
|
+
chain_name: 'babylon'
|
|
32044
|
+
},
|
|
32045
|
+
chain: {
|
|
32046
|
+
port: 'transfer',
|
|
32047
|
+
channel_id: 'channel-101979'
|
|
32048
|
+
}
|
|
32049
|
+
}]
|
|
32050
|
+
},
|
|
31909
32051
|
{
|
|
31910
32052
|
description: 'Puppy',
|
|
31911
32053
|
denom_units: [{
|
package/esm/mainnet/sidechain.js
CHANGED
|
@@ -47,14 +47,14 @@ const assets = {
|
|
|
47
47
|
{
|
|
48
48
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
49
49
|
denom_units: [{
|
|
50
|
-
denom: 'ibc/
|
|
50
|
+
denom: 'ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E',
|
|
51
51
|
exponent: 0,
|
|
52
52
|
aliases: ['uatom']
|
|
53
53
|
}, {
|
|
54
54
|
denom: 'atom',
|
|
55
55
|
exponent: 6
|
|
56
56
|
}],
|
|
57
|
-
base: 'ibc/
|
|
57
|
+
base: 'ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E',
|
|
58
58
|
name: 'Cosmos Hub Atom',
|
|
59
59
|
display: 'atom',
|
|
60
60
|
symbol: 'ATOM',
|
|
@@ -78,12 +78,12 @@ const assets = {
|
|
|
78
78
|
traces: [{
|
|
79
79
|
type: 'ibc',
|
|
80
80
|
counterparty: {
|
|
81
|
-
channel_id: 'channel-
|
|
81
|
+
channel_id: 'channel-1352',
|
|
82
82
|
base_denom: 'uatom',
|
|
83
83
|
chain_name: 'cosmoshub'
|
|
84
84
|
},
|
|
85
85
|
chain: {
|
|
86
|
-
channel_id: 'channel-
|
|
86
|
+
channel_id: 'channel-10'
|
|
87
87
|
}
|
|
88
88
|
}]
|
|
89
89
|
},
|
|
@@ -811,14 +811,14 @@ const assets = {
|
|
|
811
811
|
{
|
|
812
812
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
813
813
|
denom_units: [{
|
|
814
|
-
denom: 'ibc/
|
|
814
|
+
denom: 'ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E',
|
|
815
815
|
exponent: 0,
|
|
816
816
|
aliases: ['uatom']
|
|
817
817
|
}, {
|
|
818
818
|
denom: 'atom',
|
|
819
819
|
exponent: 6
|
|
820
820
|
}],
|
|
821
|
-
base: 'ibc/
|
|
821
|
+
base: 'ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E',
|
|
822
822
|
name: 'Cosmos Hub Atom',
|
|
823
823
|
display: 'atom',
|
|
824
824
|
symbol: 'ATOM',
|
|
@@ -842,12 +842,12 @@ const assets = {
|
|
|
842
842
|
traces: [{
|
|
843
843
|
type: 'ibc',
|
|
844
844
|
counterparty: {
|
|
845
|
-
channel_id: 'channel-
|
|
845
|
+
channel_id: 'channel-1352',
|
|
846
846
|
base_denom: 'uatom',
|
|
847
847
|
chain_name: 'cosmoshub'
|
|
848
848
|
},
|
|
849
849
|
chain: {
|
|
850
|
-
channel_id: 'channel-
|
|
850
|
+
channel_id: 'channel-10'
|
|
851
851
|
}
|
|
852
852
|
}]
|
|
853
853
|
},
|
package/mainnet/assets.js
CHANGED
|
@@ -65,6 +65,7 @@ const haqq_1 = __importDefault(require("./haqq"));
|
|
|
65
65
|
const humans_1 = __importDefault(require("./humans"));
|
|
66
66
|
const impacthub_1 = __importDefault(require("./impacthub"));
|
|
67
67
|
const imversed_1 = __importDefault(require("./imversed"));
|
|
68
|
+
const initia_1 = __importDefault(require("./initia"));
|
|
68
69
|
const injective_1 = __importDefault(require("./injective"));
|
|
69
70
|
const int3face_1 = __importDefault(require("./int3face"));
|
|
70
71
|
const irisnet_1 = __importDefault(require("./irisnet"));
|
|
@@ -156,5 +157,5 @@ const uptick_1 = __importDefault(require("./uptick"));
|
|
|
156
157
|
const xion_1 = __importDefault(require("./xion"));
|
|
157
158
|
const xpla_1 = __importDefault(require("./xpla"));
|
|
158
159
|
const zenrock_1 = __importDefault(require("./zenrock"));
|
|
159
|
-
const assets = [ethereum_1.default, solana_1.default, aaronetwork_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, atomone_1.default, aura_1.default, axelar_1.default, babylon_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, 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, decentr_1.default, desmos_1.default, dhealth_1.default, doravota_1.default, dungeon_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, elys_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, firmachain_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, int3face_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, kimanetwork_1.default, konstellation_1.default, kopi_1.default, kujira_1.default, kyve_1.default, lambda_1.default, lava_1.default, likecoin_1.default, lombardledger_1.default, lorenzo_1.default, lumnetwork_1.default, mande_1.default, manifest_1.default, mantrachain_1.default, medasdigital_1.default, meme_1.default, migaloo_1.default, milkyway_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nillion_1.default, nim_1.default, noble_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, pryzm_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, routerchain_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, self_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sidechain_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stratos_1.default, stride_1.default, synternet_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, titan_1.default, umee_1.default, unification_1.default, uptick_1.default, xion_1.default, xpla_1.default, zenrock_1.default];
|
|
160
|
+
const assets = [ethereum_1.default, solana_1.default, aaronetwork_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, atomone_1.default, aura_1.default, axelar_1.default, babylon_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, 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, decentr_1.default, desmos_1.default, dhealth_1.default, doravota_1.default, dungeon_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, elys_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, firmachain_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, initia_1.default, injective_1.default, int3face_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, kimanetwork_1.default, konstellation_1.default, kopi_1.default, kujira_1.default, kyve_1.default, lambda_1.default, lava_1.default, likecoin_1.default, lombardledger_1.default, lorenzo_1.default, lumnetwork_1.default, mande_1.default, manifest_1.default, mantrachain_1.default, medasdigital_1.default, meme_1.default, migaloo_1.default, milkyway_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nillion_1.default, nim_1.default, noble_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, pryzm_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, routerchain_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, self_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sidechain_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stratos_1.default, stride_1.default, synternet_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, titan_1.default, umee_1.default, unification_1.default, uptick_1.default, xion_1.default, xpla_1.default, zenrock_1.default];
|
|
160
161
|
exports.default = assets;
|
package/mainnet/axelar.js
CHANGED
|
@@ -2684,6 +2684,91 @@ const assets = {
|
|
|
2684
2684
|
}
|
|
2685
2685
|
}]
|
|
2686
2686
|
},
|
|
2687
|
+
{
|
|
2688
|
+
description: 'NYX Token (NYX) is the Nym Network\'s native staking and governance token.',
|
|
2689
|
+
denom_units: [{
|
|
2690
|
+
denom: 'ibc/A352698BD4256B84DEB1A0A86FB0FA1401D07289DC49F4C0AAA7A289F6CF2142',
|
|
2691
|
+
exponent: 0,
|
|
2692
|
+
aliases: ['unyx']
|
|
2693
|
+
}, {
|
|
2694
|
+
denom: 'nyx',
|
|
2695
|
+
exponent: 6
|
|
2696
|
+
}],
|
|
2697
|
+
base: 'ibc/A352698BD4256B84DEB1A0A86FB0FA1401D07289DC49F4C0AAA7A289F6CF2142',
|
|
2698
|
+
name: 'NYX',
|
|
2699
|
+
display: 'nyx',
|
|
2700
|
+
symbol: 'NYX',
|
|
2701
|
+
logo_URIs: {
|
|
2702
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png'
|
|
2703
|
+
},
|
|
2704
|
+
images: [{
|
|
2705
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png',
|
|
2706
|
+
theme: {
|
|
2707
|
+
primary_color_hex: '#f45135'
|
|
2708
|
+
}
|
|
2709
|
+
}],
|
|
2710
|
+
type_asset: 'sdk.coin',
|
|
2711
|
+
traces: [{
|
|
2712
|
+
type: 'ibc',
|
|
2713
|
+
counterparty: {
|
|
2714
|
+
channel_id: 'channel-14',
|
|
2715
|
+
base_denom: 'unyx',
|
|
2716
|
+
chain_name: 'nyx'
|
|
2717
|
+
},
|
|
2718
|
+
chain: {
|
|
2719
|
+
channel_id: 'channel-177'
|
|
2720
|
+
}
|
|
2721
|
+
}]
|
|
2722
|
+
},
|
|
2723
|
+
{
|
|
2724
|
+
description: 'NYM Token (NYM) is the Nym Network\'s native utility token, used as the primary means to incentivize mixnet node operators.',
|
|
2725
|
+
denom_units: [{
|
|
2726
|
+
denom: 'ibc/DBB65C8F241295082A6CD8C770A67C4C5FCACBB4C8D0A519D621243E8513914E',
|
|
2727
|
+
exponent: 0,
|
|
2728
|
+
aliases: ['unym']
|
|
2729
|
+
}, {
|
|
2730
|
+
denom: 'nym',
|
|
2731
|
+
exponent: 6
|
|
2732
|
+
}],
|
|
2733
|
+
base: 'ibc/DBB65C8F241295082A6CD8C770A67C4C5FCACBB4C8D0A519D621243E8513914E',
|
|
2734
|
+
name: 'NYM',
|
|
2735
|
+
display: 'nym',
|
|
2736
|
+
symbol: 'NYM',
|
|
2737
|
+
logo_URIs: {
|
|
2738
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png',
|
|
2739
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg'
|
|
2740
|
+
},
|
|
2741
|
+
coingecko_id: 'nym',
|
|
2742
|
+
images: [{
|
|
2743
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png',
|
|
2744
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg',
|
|
2745
|
+
theme: {
|
|
2746
|
+
dark_mode: false,
|
|
2747
|
+
circle: true,
|
|
2748
|
+
primary_color_hex: '#151525'
|
|
2749
|
+
}
|
|
2750
|
+
}, {
|
|
2751
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.png',
|
|
2752
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.svg',
|
|
2753
|
+
theme: {
|
|
2754
|
+
dark_mode: true,
|
|
2755
|
+
circle: true,
|
|
2756
|
+
primary_color_hex: '#141424'
|
|
2757
|
+
}
|
|
2758
|
+
}],
|
|
2759
|
+
type_asset: 'sdk.coin',
|
|
2760
|
+
traces: [{
|
|
2761
|
+
type: 'ibc',
|
|
2762
|
+
counterparty: {
|
|
2763
|
+
channel_id: 'channel-14',
|
|
2764
|
+
base_denom: 'unym',
|
|
2765
|
+
chain_name: 'nyx'
|
|
2766
|
+
},
|
|
2767
|
+
chain: {
|
|
2768
|
+
channel_id: 'channel-177'
|
|
2769
|
+
}
|
|
2770
|
+
}]
|
|
2771
|
+
},
|
|
2687
2772
|
{
|
|
2688
2773
|
description: 'ODIN is the Staking and governance token for ODIN Protocol',
|
|
2689
2774
|
denom_units: [{
|
|
@@ -10304,6 +10389,91 @@ const assets = {
|
|
|
10304
10389
|
}
|
|
10305
10390
|
}]
|
|
10306
10391
|
},
|
|
10392
|
+
{
|
|
10393
|
+
description: 'NYX Token (NYX) is the Nym Network\'s native staking and governance token.',
|
|
10394
|
+
denom_units: [{
|
|
10395
|
+
denom: 'ibc/A352698BD4256B84DEB1A0A86FB0FA1401D07289DC49F4C0AAA7A289F6CF2142',
|
|
10396
|
+
exponent: 0,
|
|
10397
|
+
aliases: ['unyx']
|
|
10398
|
+
}, {
|
|
10399
|
+
denom: 'nyx',
|
|
10400
|
+
exponent: 6
|
|
10401
|
+
}],
|
|
10402
|
+
base: 'ibc/A352698BD4256B84DEB1A0A86FB0FA1401D07289DC49F4C0AAA7A289F6CF2142',
|
|
10403
|
+
name: 'NYX',
|
|
10404
|
+
display: 'nyx',
|
|
10405
|
+
symbol: 'NYX',
|
|
10406
|
+
logo_URIs: {
|
|
10407
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png'
|
|
10408
|
+
},
|
|
10409
|
+
images: [{
|
|
10410
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png',
|
|
10411
|
+
theme: {
|
|
10412
|
+
primary_color_hex: '#f45135'
|
|
10413
|
+
}
|
|
10414
|
+
}],
|
|
10415
|
+
type_asset: 'sdk.coin',
|
|
10416
|
+
traces: [{
|
|
10417
|
+
type: 'ibc',
|
|
10418
|
+
counterparty: {
|
|
10419
|
+
channel_id: 'channel-14',
|
|
10420
|
+
base_denom: 'unyx',
|
|
10421
|
+
chain_name: 'nyx'
|
|
10422
|
+
},
|
|
10423
|
+
chain: {
|
|
10424
|
+
channel_id: 'channel-177'
|
|
10425
|
+
}
|
|
10426
|
+
}]
|
|
10427
|
+
},
|
|
10428
|
+
{
|
|
10429
|
+
description: 'NYM Token (NYM) is the Nym Network\'s native utility token, used as the primary means to incentivize mixnet node operators.',
|
|
10430
|
+
denom_units: [{
|
|
10431
|
+
denom: 'ibc/DBB65C8F241295082A6CD8C770A67C4C5FCACBB4C8D0A519D621243E8513914E',
|
|
10432
|
+
exponent: 0,
|
|
10433
|
+
aliases: ['unym']
|
|
10434
|
+
}, {
|
|
10435
|
+
denom: 'nym',
|
|
10436
|
+
exponent: 6
|
|
10437
|
+
}],
|
|
10438
|
+
base: 'ibc/DBB65C8F241295082A6CD8C770A67C4C5FCACBB4C8D0A519D621243E8513914E',
|
|
10439
|
+
name: 'NYM',
|
|
10440
|
+
display: 'nym',
|
|
10441
|
+
symbol: 'NYM',
|
|
10442
|
+
logo_URIs: {
|
|
10443
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png',
|
|
10444
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg'
|
|
10445
|
+
},
|
|
10446
|
+
coingecko_id: 'nym',
|
|
10447
|
+
images: [{
|
|
10448
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png',
|
|
10449
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg',
|
|
10450
|
+
theme: {
|
|
10451
|
+
dark_mode: false,
|
|
10452
|
+
circle: true,
|
|
10453
|
+
primary_color_hex: '#151525'
|
|
10454
|
+
}
|
|
10455
|
+
}, {
|
|
10456
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.png',
|
|
10457
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.svg',
|
|
10458
|
+
theme: {
|
|
10459
|
+
dark_mode: true,
|
|
10460
|
+
circle: true,
|
|
10461
|
+
primary_color_hex: '#141424'
|
|
10462
|
+
}
|
|
10463
|
+
}],
|
|
10464
|
+
type_asset: 'sdk.coin',
|
|
10465
|
+
traces: [{
|
|
10466
|
+
type: 'ibc',
|
|
10467
|
+
counterparty: {
|
|
10468
|
+
channel_id: 'channel-14',
|
|
10469
|
+
base_denom: 'unym',
|
|
10470
|
+
chain_name: 'nyx'
|
|
10471
|
+
},
|
|
10472
|
+
chain: {
|
|
10473
|
+
channel_id: 'channel-177'
|
|
10474
|
+
}
|
|
10475
|
+
}]
|
|
10476
|
+
},
|
|
10307
10477
|
{
|
|
10308
10478
|
description: 'ODIN is the Staking and governance token for ODIN Protocol',
|
|
10309
10479
|
denom_units: [{
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -10390,14 +10390,14 @@ const assets = {
|
|
|
10390
10390
|
{
|
|
10391
10391
|
description: 'The native token of Side Chain.',
|
|
10392
10392
|
denom_units: [{
|
|
10393
|
-
denom: 'ibc/
|
|
10393
|
+
denom: 'ibc/9D3EF6B74FAFD490E1C0D27CAC87D2B5B3F5A9E889B55299EDAAB51F3DF7C141',
|
|
10394
10394
|
exponent: 0,
|
|
10395
10395
|
aliases: ['uside']
|
|
10396
10396
|
}, {
|
|
10397
10397
|
denom: 'side',
|
|
10398
10398
|
exponent: 6
|
|
10399
10399
|
}],
|
|
10400
|
-
base: 'ibc/
|
|
10400
|
+
base: 'ibc/9D3EF6B74FAFD490E1C0D27CAC87D2B5B3F5A9E889B55299EDAAB51F3DF7C141',
|
|
10401
10401
|
name: 'Side Chain native token',
|
|
10402
10402
|
display: 'side',
|
|
10403
10403
|
symbol: 'SIDE',
|
|
@@ -10420,12 +10420,12 @@ const assets = {
|
|
|
10420
10420
|
traces: [{
|
|
10421
10421
|
type: 'ibc',
|
|
10422
10422
|
counterparty: {
|
|
10423
|
-
channel_id: 'channel-
|
|
10423
|
+
channel_id: 'channel-10',
|
|
10424
10424
|
base_denom: 'uside',
|
|
10425
10425
|
chain_name: 'sidechain'
|
|
10426
10426
|
},
|
|
10427
10427
|
chain: {
|
|
10428
|
-
channel_id: 'channel-
|
|
10428
|
+
channel_id: 'channel-1352'
|
|
10429
10429
|
}
|
|
10430
10430
|
}]
|
|
10431
10431
|
},
|
|
@@ -18851,14 +18851,14 @@ const assets = {
|
|
|
18851
18851
|
{
|
|
18852
18852
|
description: 'The native token of Side Chain.',
|
|
18853
18853
|
denom_units: [{
|
|
18854
|
-
denom: 'ibc/
|
|
18854
|
+
denom: 'ibc/9D3EF6B74FAFD490E1C0D27CAC87D2B5B3F5A9E889B55299EDAAB51F3DF7C141',
|
|
18855
18855
|
exponent: 0,
|
|
18856
18856
|
aliases: ['uside']
|
|
18857
18857
|
}, {
|
|
18858
18858
|
denom: 'side',
|
|
18859
18859
|
exponent: 6
|
|
18860
18860
|
}],
|
|
18861
|
-
base: 'ibc/
|
|
18861
|
+
base: 'ibc/9D3EF6B74FAFD490E1C0D27CAC87D2B5B3F5A9E889B55299EDAAB51F3DF7C141',
|
|
18862
18862
|
name: 'Side Chain native token',
|
|
18863
18863
|
display: 'side',
|
|
18864
18864
|
symbol: 'SIDE',
|
|
@@ -18881,12 +18881,12 @@ const assets = {
|
|
|
18881
18881
|
traces: [{
|
|
18882
18882
|
type: 'ibc',
|
|
18883
18883
|
counterparty: {
|
|
18884
|
-
channel_id: 'channel-
|
|
18884
|
+
channel_id: 'channel-10',
|
|
18885
18885
|
base_denom: 'uside',
|
|
18886
18886
|
chain_name: 'sidechain'
|
|
18887
18887
|
},
|
|
18888
18888
|
chain: {
|
|
18889
|
-
channel_id: 'channel-
|
|
18889
|
+
channel_id: 'channel-1352'
|
|
18890
18890
|
}
|
|
18891
18891
|
}]
|
|
18892
18892
|
},
|
package/mainnet/index.d.ts
CHANGED
|
@@ -60,6 +60,7 @@ export * as haqq from './haqq';
|
|
|
60
60
|
export * as humans from './humans';
|
|
61
61
|
export * as impacthub from './impacthub';
|
|
62
62
|
export * as imversed from './imversed';
|
|
63
|
+
export * as initia from './initia';
|
|
63
64
|
export * as injective from './injective';
|
|
64
65
|
export * as int3face from './int3face';
|
|
65
66
|
export * as irisnet from './irisnet';
|
package/mainnet/index.js
CHANGED
|
@@ -24,9 +24,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.fetchhub = exports.evmos = exports.empowerchain = exports.emoney = exports.elys = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.dungeon = exports.doravota = exports.dhealth = exports.desmos = exports.decentr = 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.celestia = exports.carbon = exports.canto = exports.bostrom = exports.bluzelle = exports.bitsong = exports.bitcanna = exports.beezee = exports.bandchain = exports.babylon = exports.axelar = exports.aura = exports.atomone = exports.assetmantle = exports.arkh = exports.archway = exports.andromeda = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports.aaronetwork = exports.solana = exports.ethereum = void 0;
|
|
27
|
-
exports.
|
|
28
|
-
exports.
|
|
29
|
-
exports.zenrock = exports.xpla = exports.xion = void 0;
|
|
27
|
+
exports.okexchain = exports.odin = exports.nyx = exports.nomic = exports.nolus = exports.noble = exports.nim = exports.nillion = exports.nibiru = exports.neutron = exports.neutaro = exports.milkyway = exports.migaloo = exports.meme = exports.medasdigital = exports.mantrachain = exports.manifest = exports.mande = exports.lumnetwork = exports.lorenzo = exports.lombardledger = exports.likecoin = exports.lava = exports.lambda = exports.kyve = exports.kujira = exports.kopi = exports.konstellation = exports.kimanetwork = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.int3face = exports.injective = exports.initia = exports.imversed = exports.impacthub = exports.humans = exports.haqq = exports.gravitybridge = exports.gitopia = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = exports.firmachain = void 0;
|
|
28
|
+
exports.unification = exports.umee = exports.titan = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.synternet = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.sidechain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.routerchain = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.osmosis = exports.oraichain = exports.onomy = exports.onex = exports.omniflixhub = void 0;
|
|
29
|
+
exports.zenrock = exports.xpla = exports.xion = exports.uptick = void 0;
|
|
30
30
|
exports.ethereum = __importStar(require("./ethereum"));
|
|
31
31
|
exports.solana = __importStar(require("./solana"));
|
|
32
32
|
exports.aaronetwork = __importStar(require("./aaronetwork"));
|
|
@@ -89,6 +89,7 @@ exports.haqq = __importStar(require("./haqq"));
|
|
|
89
89
|
exports.humans = __importStar(require("./humans"));
|
|
90
90
|
exports.impacthub = __importStar(require("./impacthub"));
|
|
91
91
|
exports.imversed = __importStar(require("./imversed"));
|
|
92
|
+
exports.initia = __importStar(require("./initia"));
|
|
92
93
|
exports.injective = __importStar(require("./injective"));
|
|
93
94
|
exports.int3face = __importStar(require("./int3face"));
|
|
94
95
|
exports.irisnet = __importStar(require("./irisnet"));
|