@chain-registry/osmosis 1.67.97 → 1.67.99
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/asset_list.js +148 -0
- package/assets.js +86 -1
- package/esm/asset_list.js +148 -0
- package/esm/assets.js +86 -1
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -4909,6 +4909,80 @@ const asset_list = {
|
|
|
4909
4909
|
}
|
|
4910
4910
|
}]
|
|
4911
4911
|
},
|
|
4912
|
+
{
|
|
4913
|
+
description: 'Manifest native token',
|
|
4914
|
+
denom_units: [{
|
|
4915
|
+
denom: 'ibc/1A3DE66CCE39FA151DA710B21E06C8FBC47178C1DCE7BB35D2A79466F754CD51',
|
|
4916
|
+
exponent: 0,
|
|
4917
|
+
aliases: ['umfx']
|
|
4918
|
+
}, {
|
|
4919
|
+
denom: 'mfx',
|
|
4920
|
+
exponent: 6
|
|
4921
|
+
}],
|
|
4922
|
+
base: 'ibc/1A3DE66CCE39FA151DA710B21E06C8FBC47178C1DCE7BB35D2A79466F754CD51',
|
|
4923
|
+
name: 'Manifest Token',
|
|
4924
|
+
display: 'mfx',
|
|
4925
|
+
symbol: 'MFX',
|
|
4926
|
+
logo_URIs: {
|
|
4927
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
4928
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
4929
|
+
},
|
|
4930
|
+
images: [{
|
|
4931
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
4932
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
4933
|
+
}],
|
|
4934
|
+
type_asset: 'sdk.coin',
|
|
4935
|
+
socials: {
|
|
4936
|
+
website: 'https://manifestai.org/',
|
|
4937
|
+
twitter: 'https://x.com/ManifestAIs/'
|
|
4938
|
+
},
|
|
4939
|
+
traces: [{
|
|
4940
|
+
type: 'ibc',
|
|
4941
|
+
counterparty: {
|
|
4942
|
+
channel_id: 'channel-0',
|
|
4943
|
+
base_denom: 'umfx',
|
|
4944
|
+
chain_name: 'manifest'
|
|
4945
|
+
},
|
|
4946
|
+
chain: {
|
|
4947
|
+
channel_id: 'channel-100418'
|
|
4948
|
+
}
|
|
4949
|
+
}]
|
|
4950
|
+
},
|
|
4951
|
+
{
|
|
4952
|
+
description: 'Proof of Authority token for the Manifest network',
|
|
4953
|
+
denom_units: [{
|
|
4954
|
+
denom: 'ibc/B1DA72A9BF8F97F0575AB93681D476AFE640A0CD1FB44DD016BE156EEA8B8C7A',
|
|
4955
|
+
exponent: 0,
|
|
4956
|
+
aliases: ['upoa']
|
|
4957
|
+
}, {
|
|
4958
|
+
denom: 'poa',
|
|
4959
|
+
exponent: 6
|
|
4960
|
+
}],
|
|
4961
|
+
base: 'ibc/B1DA72A9BF8F97F0575AB93681D476AFE640A0CD1FB44DD016BE156EEA8B8C7A',
|
|
4962
|
+
name: 'Manifest Proof of Authority Token',
|
|
4963
|
+
display: 'poa',
|
|
4964
|
+
symbol: 'POA',
|
|
4965
|
+
logo_URIs: {
|
|
4966
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
4967
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
4968
|
+
},
|
|
4969
|
+
images: [{
|
|
4970
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
4971
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
4972
|
+
}],
|
|
4973
|
+
type_asset: 'sdk.coin',
|
|
4974
|
+
traces: [{
|
|
4975
|
+
type: 'ibc',
|
|
4976
|
+
counterparty: {
|
|
4977
|
+
channel_id: 'channel-0',
|
|
4978
|
+
base_denom: 'upoa',
|
|
4979
|
+
chain_name: 'manifest'
|
|
4980
|
+
},
|
|
4981
|
+
chain: {
|
|
4982
|
+
channel_id: 'channel-100418'
|
|
4983
|
+
}
|
|
4984
|
+
}]
|
|
4985
|
+
},
|
|
4912
4986
|
{
|
|
4913
4987
|
description: 'The native token of MANTRA',
|
|
4914
4988
|
denom_units: [{
|
|
@@ -11113,6 +11187,80 @@ const asset_list = {
|
|
|
11113
11187
|
}
|
|
11114
11188
|
}]
|
|
11115
11189
|
},
|
|
11190
|
+
{
|
|
11191
|
+
description: 'Manifest native token',
|
|
11192
|
+
denom_units: [{
|
|
11193
|
+
denom: 'ibc/1A3DE66CCE39FA151DA710B21E06C8FBC47178C1DCE7BB35D2A79466F754CD51',
|
|
11194
|
+
exponent: 0,
|
|
11195
|
+
aliases: ['umfx']
|
|
11196
|
+
}, {
|
|
11197
|
+
denom: 'mfx',
|
|
11198
|
+
exponent: 6
|
|
11199
|
+
}],
|
|
11200
|
+
base: 'ibc/1A3DE66CCE39FA151DA710B21E06C8FBC47178C1DCE7BB35D2A79466F754CD51',
|
|
11201
|
+
name: 'Manifest Token',
|
|
11202
|
+
display: 'mfx',
|
|
11203
|
+
symbol: 'MFX',
|
|
11204
|
+
logo_URIs: {
|
|
11205
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
11206
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
11207
|
+
},
|
|
11208
|
+
images: [{
|
|
11209
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
11210
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
11211
|
+
}],
|
|
11212
|
+
type_asset: 'sdk.coin',
|
|
11213
|
+
socials: {
|
|
11214
|
+
website: 'https://manifestai.org/',
|
|
11215
|
+
twitter: 'https://x.com/ManifestAIs/'
|
|
11216
|
+
},
|
|
11217
|
+
traces: [{
|
|
11218
|
+
type: 'ibc',
|
|
11219
|
+
counterparty: {
|
|
11220
|
+
channel_id: 'channel-0',
|
|
11221
|
+
base_denom: 'umfx',
|
|
11222
|
+
chain_name: 'manifest'
|
|
11223
|
+
},
|
|
11224
|
+
chain: {
|
|
11225
|
+
channel_id: 'channel-100418'
|
|
11226
|
+
}
|
|
11227
|
+
}]
|
|
11228
|
+
},
|
|
11229
|
+
{
|
|
11230
|
+
description: 'Proof of Authority token for the Manifest network',
|
|
11231
|
+
denom_units: [{
|
|
11232
|
+
denom: 'ibc/B1DA72A9BF8F97F0575AB93681D476AFE640A0CD1FB44DD016BE156EEA8B8C7A',
|
|
11233
|
+
exponent: 0,
|
|
11234
|
+
aliases: ['upoa']
|
|
11235
|
+
}, {
|
|
11236
|
+
denom: 'poa',
|
|
11237
|
+
exponent: 6
|
|
11238
|
+
}],
|
|
11239
|
+
base: 'ibc/B1DA72A9BF8F97F0575AB93681D476AFE640A0CD1FB44DD016BE156EEA8B8C7A',
|
|
11240
|
+
name: 'Manifest Proof of Authority Token',
|
|
11241
|
+
display: 'poa',
|
|
11242
|
+
symbol: 'POA',
|
|
11243
|
+
logo_URIs: {
|
|
11244
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
11245
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
11246
|
+
},
|
|
11247
|
+
images: [{
|
|
11248
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
11249
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
11250
|
+
}],
|
|
11251
|
+
type_asset: 'sdk.coin',
|
|
11252
|
+
traces: [{
|
|
11253
|
+
type: 'ibc',
|
|
11254
|
+
counterparty: {
|
|
11255
|
+
channel_id: 'channel-0',
|
|
11256
|
+
base_denom: 'upoa',
|
|
11257
|
+
chain_name: 'manifest'
|
|
11258
|
+
},
|
|
11259
|
+
chain: {
|
|
11260
|
+
channel_id: 'channel-100418'
|
|
11261
|
+
}
|
|
11262
|
+
}]
|
|
11263
|
+
},
|
|
11116
11264
|
{
|
|
11117
11265
|
description: 'The native token of MANTRA',
|
|
11118
11266
|
denom_units: [{
|
package/assets.js
CHANGED
|
@@ -23639,7 +23639,7 @@ const assets = {
|
|
|
23639
23639
|
type_asset: 'sdk.coin',
|
|
23640
23640
|
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
23641
23641
|
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s',
|
|
23642
|
-
name: 'The
|
|
23642
|
+
name: 'The Seven Green Shade',
|
|
23643
23643
|
display: 'T7S',
|
|
23644
23644
|
symbol: 'T7S',
|
|
23645
23645
|
logo_URIs: {
|
|
@@ -23766,6 +23766,91 @@ const assets = {
|
|
|
23766
23766
|
images: [{
|
|
23767
23767
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allin.png'
|
|
23768
23768
|
}]
|
|
23769
|
+
},
|
|
23770
|
+
{
|
|
23771
|
+
description: 'Manifest native token',
|
|
23772
|
+
extended_description: 'MFX is the foundational utility token powering the Manifest Network ecosystem - a decentralized platform bridging Web2 reliability with Web3 freedom. As the primary medium of exchange, MFX facilitates transactions across Manifest\'s privacy-first AI infrastructure, providing access to decentralized compute resources, industry-leading GPUs, blockchain-secured storage, and comprehensive deployment tools. MFX represents more than just currency; it embodies Manifest\'s mission to democratize access to sovereign technologies and ethical AI applications, empowering developers to build scalable solutions that prioritize individual autonomy and data privacy without sacrificing performance or reliability. By holding MFX, users gain privileged access to a global network spanning multiple continents, designed for visionaries building the next generation of self-sovereign, ethical technology.',
|
|
23773
|
+
denom_units: [{
|
|
23774
|
+
denom: 'ibc/1A3DE66CCE39FA151DA710B21E06C8FBC47178C1DCE7BB35D2A79466F754CD51',
|
|
23775
|
+
exponent: 0,
|
|
23776
|
+
aliases: ['umfx']
|
|
23777
|
+
}, {
|
|
23778
|
+
denom: 'mfx',
|
|
23779
|
+
exponent: 6
|
|
23780
|
+
}],
|
|
23781
|
+
type_asset: 'ics20',
|
|
23782
|
+
base: 'ibc/1A3DE66CCE39FA151DA710B21E06C8FBC47178C1DCE7BB35D2A79466F754CD51',
|
|
23783
|
+
name: 'Manifest',
|
|
23784
|
+
display: 'mfx',
|
|
23785
|
+
symbol: 'MFX',
|
|
23786
|
+
traces: [{
|
|
23787
|
+
type: 'ibc',
|
|
23788
|
+
counterparty: {
|
|
23789
|
+
chain_name: 'manifest',
|
|
23790
|
+
base_denom: 'umfx',
|
|
23791
|
+
channel_id: 'channel-0'
|
|
23792
|
+
},
|
|
23793
|
+
chain: {
|
|
23794
|
+
channel_id: 'channel-100418',
|
|
23795
|
+
path: 'transfer/channel-100418/umfx'
|
|
23796
|
+
}
|
|
23797
|
+
}],
|
|
23798
|
+
logo_URIs: {
|
|
23799
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
23800
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
23801
|
+
},
|
|
23802
|
+
images: [{
|
|
23803
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
23804
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
23805
|
+
}]
|
|
23806
|
+
},
|
|
23807
|
+
{
|
|
23808
|
+
description: 'Rewards token designed to incentivize participation in Coreum Community DAO',
|
|
23809
|
+
extended_description: 'The Coreum Community DAO (CCD) token incentivizes and rewards members for their contributions and support in community growth and educational initiatives.',
|
|
23810
|
+
denom_units: [{
|
|
23811
|
+
denom: 'ibc/BA368CD4ED32975C333F69DA8FE0AB482D2E0F3C04227053EEB9B597A6789F6E',
|
|
23812
|
+
exponent: 0,
|
|
23813
|
+
aliases: ['uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv']
|
|
23814
|
+
}, {
|
|
23815
|
+
denom: 'ccd',
|
|
23816
|
+
exponent: 6
|
|
23817
|
+
}],
|
|
23818
|
+
type_asset: 'ics20',
|
|
23819
|
+
base: 'ibc/BA368CD4ED32975C333F69DA8FE0AB482D2E0F3C04227053EEB9B597A6789F6E',
|
|
23820
|
+
name: 'Coreum Community DAO Token',
|
|
23821
|
+
display: 'ccd',
|
|
23822
|
+
symbol: 'CCD',
|
|
23823
|
+
traces: [{
|
|
23824
|
+
type: 'ibc',
|
|
23825
|
+
counterparty: {
|
|
23826
|
+
chain_name: 'coreum',
|
|
23827
|
+
base_denom: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv',
|
|
23828
|
+
channel_id: 'channel-2'
|
|
23829
|
+
},
|
|
23830
|
+
chain: {
|
|
23831
|
+
channel_id: 'channel-2188',
|
|
23832
|
+
path: 'transfer/channel-2188/uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv'
|
|
23833
|
+
}
|
|
23834
|
+
}],
|
|
23835
|
+
logo_URIs: {
|
|
23836
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
23837
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg'
|
|
23838
|
+
},
|
|
23839
|
+
images: [{
|
|
23840
|
+
image_sync: {
|
|
23841
|
+
chain_name: 'coreum',
|
|
23842
|
+
base_denom: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv'
|
|
23843
|
+
},
|
|
23844
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
23845
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg',
|
|
23846
|
+
theme: {
|
|
23847
|
+
primary_color_hex: '#a50dda'
|
|
23848
|
+
}
|
|
23849
|
+
}],
|
|
23850
|
+
socials: {
|
|
23851
|
+
website: 'https://coreumcommunitydao.com/',
|
|
23852
|
+
twitter: 'https://x.com/Cor3_Community'
|
|
23853
|
+
}
|
|
23769
23854
|
}
|
|
23770
23855
|
]
|
|
23771
23856
|
};
|
package/esm/asset_list.js
CHANGED
|
@@ -4907,6 +4907,80 @@ const asset_list = {
|
|
|
4907
4907
|
}
|
|
4908
4908
|
}]
|
|
4909
4909
|
},
|
|
4910
|
+
{
|
|
4911
|
+
description: 'Manifest native token',
|
|
4912
|
+
denom_units: [{
|
|
4913
|
+
denom: 'ibc/1A3DE66CCE39FA151DA710B21E06C8FBC47178C1DCE7BB35D2A79466F754CD51',
|
|
4914
|
+
exponent: 0,
|
|
4915
|
+
aliases: ['umfx']
|
|
4916
|
+
}, {
|
|
4917
|
+
denom: 'mfx',
|
|
4918
|
+
exponent: 6
|
|
4919
|
+
}],
|
|
4920
|
+
base: 'ibc/1A3DE66CCE39FA151DA710B21E06C8FBC47178C1DCE7BB35D2A79466F754CD51',
|
|
4921
|
+
name: 'Manifest Token',
|
|
4922
|
+
display: 'mfx',
|
|
4923
|
+
symbol: 'MFX',
|
|
4924
|
+
logo_URIs: {
|
|
4925
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
4926
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
4927
|
+
},
|
|
4928
|
+
images: [{
|
|
4929
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
4930
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
4931
|
+
}],
|
|
4932
|
+
type_asset: 'sdk.coin',
|
|
4933
|
+
socials: {
|
|
4934
|
+
website: 'https://manifestai.org/',
|
|
4935
|
+
twitter: 'https://x.com/ManifestAIs/'
|
|
4936
|
+
},
|
|
4937
|
+
traces: [{
|
|
4938
|
+
type: 'ibc',
|
|
4939
|
+
counterparty: {
|
|
4940
|
+
channel_id: 'channel-0',
|
|
4941
|
+
base_denom: 'umfx',
|
|
4942
|
+
chain_name: 'manifest'
|
|
4943
|
+
},
|
|
4944
|
+
chain: {
|
|
4945
|
+
channel_id: 'channel-100418'
|
|
4946
|
+
}
|
|
4947
|
+
}]
|
|
4948
|
+
},
|
|
4949
|
+
{
|
|
4950
|
+
description: 'Proof of Authority token for the Manifest network',
|
|
4951
|
+
denom_units: [{
|
|
4952
|
+
denom: 'ibc/B1DA72A9BF8F97F0575AB93681D476AFE640A0CD1FB44DD016BE156EEA8B8C7A',
|
|
4953
|
+
exponent: 0,
|
|
4954
|
+
aliases: ['upoa']
|
|
4955
|
+
}, {
|
|
4956
|
+
denom: 'poa',
|
|
4957
|
+
exponent: 6
|
|
4958
|
+
}],
|
|
4959
|
+
base: 'ibc/B1DA72A9BF8F97F0575AB93681D476AFE640A0CD1FB44DD016BE156EEA8B8C7A',
|
|
4960
|
+
name: 'Manifest Proof of Authority Token',
|
|
4961
|
+
display: 'poa',
|
|
4962
|
+
symbol: 'POA',
|
|
4963
|
+
logo_URIs: {
|
|
4964
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
4965
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
4966
|
+
},
|
|
4967
|
+
images: [{
|
|
4968
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
4969
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
4970
|
+
}],
|
|
4971
|
+
type_asset: 'sdk.coin',
|
|
4972
|
+
traces: [{
|
|
4973
|
+
type: 'ibc',
|
|
4974
|
+
counterparty: {
|
|
4975
|
+
channel_id: 'channel-0',
|
|
4976
|
+
base_denom: 'upoa',
|
|
4977
|
+
chain_name: 'manifest'
|
|
4978
|
+
},
|
|
4979
|
+
chain: {
|
|
4980
|
+
channel_id: 'channel-100418'
|
|
4981
|
+
}
|
|
4982
|
+
}]
|
|
4983
|
+
},
|
|
4910
4984
|
{
|
|
4911
4985
|
description: 'The native token of MANTRA',
|
|
4912
4986
|
denom_units: [{
|
|
@@ -11111,6 +11185,80 @@ const asset_list = {
|
|
|
11111
11185
|
}
|
|
11112
11186
|
}]
|
|
11113
11187
|
},
|
|
11188
|
+
{
|
|
11189
|
+
description: 'Manifest native token',
|
|
11190
|
+
denom_units: [{
|
|
11191
|
+
denom: 'ibc/1A3DE66CCE39FA151DA710B21E06C8FBC47178C1DCE7BB35D2A79466F754CD51',
|
|
11192
|
+
exponent: 0,
|
|
11193
|
+
aliases: ['umfx']
|
|
11194
|
+
}, {
|
|
11195
|
+
denom: 'mfx',
|
|
11196
|
+
exponent: 6
|
|
11197
|
+
}],
|
|
11198
|
+
base: 'ibc/1A3DE66CCE39FA151DA710B21E06C8FBC47178C1DCE7BB35D2A79466F754CD51',
|
|
11199
|
+
name: 'Manifest Token',
|
|
11200
|
+
display: 'mfx',
|
|
11201
|
+
symbol: 'MFX',
|
|
11202
|
+
logo_URIs: {
|
|
11203
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
11204
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
11205
|
+
},
|
|
11206
|
+
images: [{
|
|
11207
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
11208
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
11209
|
+
}],
|
|
11210
|
+
type_asset: 'sdk.coin',
|
|
11211
|
+
socials: {
|
|
11212
|
+
website: 'https://manifestai.org/',
|
|
11213
|
+
twitter: 'https://x.com/ManifestAIs/'
|
|
11214
|
+
},
|
|
11215
|
+
traces: [{
|
|
11216
|
+
type: 'ibc',
|
|
11217
|
+
counterparty: {
|
|
11218
|
+
channel_id: 'channel-0',
|
|
11219
|
+
base_denom: 'umfx',
|
|
11220
|
+
chain_name: 'manifest'
|
|
11221
|
+
},
|
|
11222
|
+
chain: {
|
|
11223
|
+
channel_id: 'channel-100418'
|
|
11224
|
+
}
|
|
11225
|
+
}]
|
|
11226
|
+
},
|
|
11227
|
+
{
|
|
11228
|
+
description: 'Proof of Authority token for the Manifest network',
|
|
11229
|
+
denom_units: [{
|
|
11230
|
+
denom: 'ibc/B1DA72A9BF8F97F0575AB93681D476AFE640A0CD1FB44DD016BE156EEA8B8C7A',
|
|
11231
|
+
exponent: 0,
|
|
11232
|
+
aliases: ['upoa']
|
|
11233
|
+
}, {
|
|
11234
|
+
denom: 'poa',
|
|
11235
|
+
exponent: 6
|
|
11236
|
+
}],
|
|
11237
|
+
base: 'ibc/B1DA72A9BF8F97F0575AB93681D476AFE640A0CD1FB44DD016BE156EEA8B8C7A',
|
|
11238
|
+
name: 'Manifest Proof of Authority Token',
|
|
11239
|
+
display: 'poa',
|
|
11240
|
+
symbol: 'POA',
|
|
11241
|
+
logo_URIs: {
|
|
11242
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
11243
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
11244
|
+
},
|
|
11245
|
+
images: [{
|
|
11246
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
11247
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
11248
|
+
}],
|
|
11249
|
+
type_asset: 'sdk.coin',
|
|
11250
|
+
traces: [{
|
|
11251
|
+
type: 'ibc',
|
|
11252
|
+
counterparty: {
|
|
11253
|
+
channel_id: 'channel-0',
|
|
11254
|
+
base_denom: 'upoa',
|
|
11255
|
+
chain_name: 'manifest'
|
|
11256
|
+
},
|
|
11257
|
+
chain: {
|
|
11258
|
+
channel_id: 'channel-100418'
|
|
11259
|
+
}
|
|
11260
|
+
}]
|
|
11261
|
+
},
|
|
11114
11262
|
{
|
|
11115
11263
|
description: 'The native token of MANTRA',
|
|
11116
11264
|
denom_units: [{
|
package/esm/assets.js
CHANGED
|
@@ -23637,7 +23637,7 @@ const assets = {
|
|
|
23637
23637
|
type_asset: 'sdk.coin',
|
|
23638
23638
|
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
23639
23639
|
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s',
|
|
23640
|
-
name: 'The
|
|
23640
|
+
name: 'The Seven Green Shade',
|
|
23641
23641
|
display: 'T7S',
|
|
23642
23642
|
symbol: 'T7S',
|
|
23643
23643
|
logo_URIs: {
|
|
@@ -23764,6 +23764,91 @@ const assets = {
|
|
|
23764
23764
|
images: [{
|
|
23765
23765
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allin.png'
|
|
23766
23766
|
}]
|
|
23767
|
+
},
|
|
23768
|
+
{
|
|
23769
|
+
description: 'Manifest native token',
|
|
23770
|
+
extended_description: 'MFX is the foundational utility token powering the Manifest Network ecosystem - a decentralized platform bridging Web2 reliability with Web3 freedom. As the primary medium of exchange, MFX facilitates transactions across Manifest\'s privacy-first AI infrastructure, providing access to decentralized compute resources, industry-leading GPUs, blockchain-secured storage, and comprehensive deployment tools. MFX represents more than just currency; it embodies Manifest\'s mission to democratize access to sovereign technologies and ethical AI applications, empowering developers to build scalable solutions that prioritize individual autonomy and data privacy without sacrificing performance or reliability. By holding MFX, users gain privileged access to a global network spanning multiple continents, designed for visionaries building the next generation of self-sovereign, ethical technology.',
|
|
23771
|
+
denom_units: [{
|
|
23772
|
+
denom: 'ibc/1A3DE66CCE39FA151DA710B21E06C8FBC47178C1DCE7BB35D2A79466F754CD51',
|
|
23773
|
+
exponent: 0,
|
|
23774
|
+
aliases: ['umfx']
|
|
23775
|
+
}, {
|
|
23776
|
+
denom: 'mfx',
|
|
23777
|
+
exponent: 6
|
|
23778
|
+
}],
|
|
23779
|
+
type_asset: 'ics20',
|
|
23780
|
+
base: 'ibc/1A3DE66CCE39FA151DA710B21E06C8FBC47178C1DCE7BB35D2A79466F754CD51',
|
|
23781
|
+
name: 'Manifest',
|
|
23782
|
+
display: 'mfx',
|
|
23783
|
+
symbol: 'MFX',
|
|
23784
|
+
traces: [{
|
|
23785
|
+
type: 'ibc',
|
|
23786
|
+
counterparty: {
|
|
23787
|
+
chain_name: 'manifest',
|
|
23788
|
+
base_denom: 'umfx',
|
|
23789
|
+
channel_id: 'channel-0'
|
|
23790
|
+
},
|
|
23791
|
+
chain: {
|
|
23792
|
+
channel_id: 'channel-100418',
|
|
23793
|
+
path: 'transfer/channel-100418/umfx'
|
|
23794
|
+
}
|
|
23795
|
+
}],
|
|
23796
|
+
logo_URIs: {
|
|
23797
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
23798
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
23799
|
+
},
|
|
23800
|
+
images: [{
|
|
23801
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
23802
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
23803
|
+
}]
|
|
23804
|
+
},
|
|
23805
|
+
{
|
|
23806
|
+
description: 'Rewards token designed to incentivize participation in Coreum Community DAO',
|
|
23807
|
+
extended_description: 'The Coreum Community DAO (CCD) token incentivizes and rewards members for their contributions and support in community growth and educational initiatives.',
|
|
23808
|
+
denom_units: [{
|
|
23809
|
+
denom: 'ibc/BA368CD4ED32975C333F69DA8FE0AB482D2E0F3C04227053EEB9B597A6789F6E',
|
|
23810
|
+
exponent: 0,
|
|
23811
|
+
aliases: ['uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv']
|
|
23812
|
+
}, {
|
|
23813
|
+
denom: 'ccd',
|
|
23814
|
+
exponent: 6
|
|
23815
|
+
}],
|
|
23816
|
+
type_asset: 'ics20',
|
|
23817
|
+
base: 'ibc/BA368CD4ED32975C333F69DA8FE0AB482D2E0F3C04227053EEB9B597A6789F6E',
|
|
23818
|
+
name: 'Coreum Community DAO Token',
|
|
23819
|
+
display: 'ccd',
|
|
23820
|
+
symbol: 'CCD',
|
|
23821
|
+
traces: [{
|
|
23822
|
+
type: 'ibc',
|
|
23823
|
+
counterparty: {
|
|
23824
|
+
chain_name: 'coreum',
|
|
23825
|
+
base_denom: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv',
|
|
23826
|
+
channel_id: 'channel-2'
|
|
23827
|
+
},
|
|
23828
|
+
chain: {
|
|
23829
|
+
channel_id: 'channel-2188',
|
|
23830
|
+
path: 'transfer/channel-2188/uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv'
|
|
23831
|
+
}
|
|
23832
|
+
}],
|
|
23833
|
+
logo_URIs: {
|
|
23834
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
23835
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg'
|
|
23836
|
+
},
|
|
23837
|
+
images: [{
|
|
23838
|
+
image_sync: {
|
|
23839
|
+
chain_name: 'coreum',
|
|
23840
|
+
base_denom: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv'
|
|
23841
|
+
},
|
|
23842
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
23843
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg',
|
|
23844
|
+
theme: {
|
|
23845
|
+
primary_color_hex: '#a50dda'
|
|
23846
|
+
}
|
|
23847
|
+
}],
|
|
23848
|
+
socials: {
|
|
23849
|
+
website: 'https://coreumcommunitydao.com/',
|
|
23850
|
+
twitter: 'https://x.com/Cor3_Community'
|
|
23851
|
+
}
|
|
23767
23852
|
}
|
|
23768
23853
|
]
|
|
23769
23854
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.99",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^0.50.
|
|
32
|
+
"@chain-registry/types": "^0.50.99"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"interchain",
|
|
39
39
|
"osmosis"
|
|
40
40
|
],
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "22602cb8b28db9c28ed2ec3e8d9d8681b61657b4"
|
|
42
42
|
}
|