diff --git a/repos/chain-registry b/repos/chain-registry index 8c5158917..1703192b5 160000 --- a/repos/chain-registry +++ b/repos/chain-registry @@ -1 +1 @@ -Subproject commit 8c515891762d5e3d91b56c88eca3c782d8a01d56 +Subproject commit 1703192b532a8bcce6a9014fd7bf5e2f53c25019 diff --git a/v1/packages/assets/src/mainnet/akash.ts b/v1/packages/assets/src/mainnet/akash.ts index 5ba5e7f72..95547b58d 100644 --- a/v1/packages/assets/src/mainnet/akash.ts +++ b/v1/packages/assets/src/mainnet/akash.ts @@ -287,6 +287,91 @@ const assets: AssetList = { } }] }, + { + description: 'The native token of Elys Network', + denom_units: [ + { + denom: 'ibc/1ED07AEE532D385F800D329BE8960C688D2AA4597156CF536EC4B37DED40B2FC', + exponent: 0, + aliases: ['uelys'] + }, + { + denom: 'melys', + exponent: 3, + aliases: ['millielys'] + }, + { + denom: 'elys', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/1ED07AEE532D385F800D329BE8960C688D2AA4597156CF536EC4B37DED40B2FC', + name: 'Elys Network', + display: 'elys', + symbol: 'ELYS', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png' + }, + coingecko_id: 'elys', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'uelys', + chain_name: 'elys' + }, + chain: { + channel_id: 'channel-129' + } + }] + }, + { + description: 'Eden token definition', + denom_units: [ + { + denom: 'ibc/4029F7E9CD67C53675F4C384C5A4C2DA971A90FBF800483FA36356DDC3302BC8', + exponent: 0, + aliases: ['ueden'] + }, + { + denom: 'meden', + exponent: 3, + aliases: ['millieden'] + }, + { + denom: 'eden', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/4029F7E9CD67C53675F4C384C5A4C2DA971A90FBF800483FA36356DDC3302BC8', + name: 'Eden', + display: 'eden', + symbol: 'EDEN', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'ueden', + chain_name: 'elys' + }, + chain: { + channel_id: 'channel-129' + } + }] + }, { description: 'The IRIS token is the native governance token for the IrisNet chain.', denom_units: [{ @@ -1163,6 +1248,91 @@ const assets: AssetList = { } }] }, + { + description: 'The native token of Elys Network', + denom_units: [ + { + denom: 'ibc/1ED07AEE532D385F800D329BE8960C688D2AA4597156CF536EC4B37DED40B2FC', + exponent: 0, + aliases: ['uelys'] + }, + { + denom: 'melys', + exponent: 3, + aliases: ['millielys'] + }, + { + denom: 'elys', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/1ED07AEE532D385F800D329BE8960C688D2AA4597156CF536EC4B37DED40B2FC', + name: 'Elys Network', + display: 'elys', + symbol: 'ELYS', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png' + }, + coingecko_id: 'elys', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'uelys', + chain_name: 'elys' + }, + chain: { + channel_id: 'channel-129' + } + }] + }, + { + description: 'Eden token definition', + denom_units: [ + { + denom: 'ibc/4029F7E9CD67C53675F4C384C5A4C2DA971A90FBF800483FA36356DDC3302BC8', + exponent: 0, + aliases: ['ueden'] + }, + { + denom: 'meden', + exponent: 3, + aliases: ['millieden'] + }, + { + denom: 'eden', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/4029F7E9CD67C53675F4C384C5A4C2DA971A90FBF800483FA36356DDC3302BC8', + name: 'Eden', + display: 'eden', + symbol: 'EDEN', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'ueden', + chain_name: 'elys' + }, + chain: { + channel_id: 'channel-129' + } + }] + }, { description: 'The IRIS token is the native governance token for the IrisNet chain.', denom_units: [{ diff --git a/v1/packages/assets/src/mainnet/assets.ts b/v1/packages/assets/src/mainnet/assets.ts index 7b567bef9..cf37db90d 100644 --- a/v1/packages/assets/src/mainnet/assets.ts +++ b/v1/packages/assets/src/mainnet/assets.ts @@ -43,6 +43,7 @@ import _dydx from './dydx'; import _dymension from './dymension'; import _dyson from './dyson'; import _echelon from './echelon'; +import _elys from './elys'; import _emoney from './emoney'; import _empowerchain from './empowerchain'; import _evmos from './evmos'; @@ -148,6 +149,6 @@ import _xion from './xion'; import _xpla from './xpla'; import _zenrock from './zenrock' -const assets: AssetList[] = [_ethereum,_solana,_acrechain,_agoric,_aioz,_akash,_andromeda,_archway,_arkh,_assetmantle,_atomone,_aura,_axelar,_bandchain,_beezee,_bitcanna,_bitsong,_bluzelle,_bostrom,_canto,_carbon,_celestia,_chain4energy,_cheqd,_chihuahua,_cifer,_comdex,_composable,_conscious,_coreum,_cosmoshub,_crescent,_cronos,_cryptoorgchain,_decentr,_desmos,_dhealth,_doravota,_dungeon,_dydx,_dymension,_dyson,_echelon,_emoney,_empowerchain,_evmos,_fetchhub,_firmachain,_furya,_fxcore,_galaxy,_gateway,_genesisl1,_gitopia,_gravitybridge,_haqq,_humans,_impacthub,_imversed,_injective,_int3face,_irisnet,_jackal,_joltify,_juno,_kava,_kichain,_kimanetwork,_konstellation,_kopi,_kujira,_kyve,_lambda,_lava,_likecoin,_lorenzo,_lumnetwork,_mande,_mantrachain,_mars,_medasdigital,_meme,_migaloo,_milkyway,_neutaro,_neutron,_nibiru,_nim,_noble,_nolus,_nomic,_nyx,_odin,_okexchain,_omniflixhub,_onex,_onomy,_oraichain,_osmosis,_panacea,_passage,_persistence,_planq,_point,_provenance,_pryzm,_pundix,_pylons,_quasar,_quicksilver,_qwoyn,_realio,_rebus,_regen,_rizon,_routerchain,_saga,_scorum,_secretnetwork,_seda,_sei,_self,_sentinel,_sge,_shareledger,_shentu,_shido,_sifchain,_sommelier,_source,_stafihub,_stargaze,_starname,_stratos,_stride,_synternet,_teritori,_terra,_terra2,_tgrade,_titan,_umee,_unification,_uptick,_xion,_xpla,_zenrock]; +const assets: AssetList[] = [_ethereum,_solana,_acrechain,_agoric,_aioz,_akash,_andromeda,_archway,_arkh,_assetmantle,_atomone,_aura,_axelar,_bandchain,_beezee,_bitcanna,_bitsong,_bluzelle,_bostrom,_canto,_carbon,_celestia,_chain4energy,_cheqd,_chihuahua,_cifer,_comdex,_composable,_conscious,_coreum,_cosmoshub,_crescent,_cronos,_cryptoorgchain,_decentr,_desmos,_dhealth,_doravota,_dungeon,_dydx,_dymension,_dyson,_echelon,_elys,_emoney,_empowerchain,_evmos,_fetchhub,_firmachain,_furya,_fxcore,_galaxy,_gateway,_genesisl1,_gitopia,_gravitybridge,_haqq,_humans,_impacthub,_imversed,_injective,_int3face,_irisnet,_jackal,_joltify,_juno,_kava,_kichain,_kimanetwork,_konstellation,_kopi,_kujira,_kyve,_lambda,_lava,_likecoin,_lorenzo,_lumnetwork,_mande,_mantrachain,_mars,_medasdigital,_meme,_migaloo,_milkyway,_neutaro,_neutron,_nibiru,_nim,_noble,_nolus,_nomic,_nyx,_odin,_okexchain,_omniflixhub,_onex,_onomy,_oraichain,_osmosis,_panacea,_passage,_persistence,_planq,_point,_provenance,_pryzm,_pundix,_pylons,_quasar,_quicksilver,_qwoyn,_realio,_rebus,_regen,_rizon,_routerchain,_saga,_scorum,_secretnetwork,_seda,_sei,_self,_sentinel,_sge,_shareledger,_shentu,_shido,_sifchain,_sommelier,_source,_stafihub,_stargaze,_starname,_stratos,_stride,_synternet,_teritori,_terra,_terra2,_tgrade,_titan,_umee,_unification,_uptick,_xion,_xpla,_zenrock]; export default assets; diff --git a/v1/packages/assets/src/mainnet/axelar.ts b/v1/packages/assets/src/mainnet/axelar.ts index 23d78023d..2dd851ae5 100644 --- a/v1/packages/assets/src/mainnet/axelar.ts +++ b/v1/packages/assets/src/mainnet/axelar.ts @@ -999,6 +999,91 @@ const assets: AssetList = { } }] }, + { + description: 'The native token of Elys Network', + denom_units: [ + { + denom: 'ibc/62EED9812C9184F2EA24F8008D9D2C05AD23CEA2632958B6D5906F478FA1DBA6', + exponent: 0, + aliases: ['uelys'] + }, + { + denom: 'melys', + exponent: 3, + aliases: ['millielys'] + }, + { + denom: 'elys', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/62EED9812C9184F2EA24F8008D9D2C05AD23CEA2632958B6D5906F478FA1DBA6', + name: 'Elys Network', + display: 'elys', + symbol: 'ELYS', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png' + }, + coingecko_id: 'elys', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'uelys', + chain_name: 'elys' + }, + chain: { + channel_id: 'channel-163' + } + }] + }, + { + description: 'Eden token definition', + denom_units: [ + { + denom: 'ibc/1A50974318E1165F361358B7F0BC0C0026276C7C644E1DC97754D52362261C5C', + exponent: 0, + aliases: ['ueden'] + }, + { + denom: 'meden', + exponent: 3, + aliases: ['millieden'] + }, + { + denom: 'eden', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/1A50974318E1165F361358B7F0BC0C0026276C7C644E1DC97754D52362261C5C', + name: 'Eden', + display: 'eden', + symbol: 'EDEN', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'ueden', + chain_name: 'elys' + }, + chain: { + channel_id: 'channel-163' + } + }] + }, { description: 'The native staking and governance token of Empower.', denom_units: [{ @@ -2753,6 +2838,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/372725E18ED25F02B8DAB099FBE1699D6E8F7601B8FC10310A5AA24D5E501E9E', + exponent: 0, + aliases: ['p:uatom:31Mar2025'] + }, { + denom: 'pATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/372725E18ED25F02B8DAB099FBE1699D6E8F7601B8FC10310A5AA24D5E501E9E', + name: 'pAtom (31Mar2025)', + display: 'pATOM31Mar2025', + symbol: 'pATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'p:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, { description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -2893,6 +3013,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/4320BE4A81CE47B8C034C45AAC6415F675A2CAC518D68B4306E31B2128AE9CE3', + exponent: 0, + aliases: ['p:uosmo:31Mar2025'] + }, { + denom: 'pOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/4320BE4A81CE47B8C034C45AAC6415F675A2CAC518D68B4306E31B2128AE9CE3', + name: 'pOsmo (31Mar2025)', + display: 'pOSMO31Mar2025', + symbol: 'pOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'p:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, { description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -3033,6 +3188,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/5493011CE666DCBAF314046CC053067E738DAA6E670753638CD80481C53E6E81', + exponent: 0, + aliases: ['p:inj:31Mar2025'] + }, { + denom: 'pINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/5493011CE666DCBAF314046CC053067E738DAA6E670753638CD80481C53E6E81', + name: 'pInj (31Mar2025)', + display: 'pINJ31Mar2025', + symbol: 'pINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'p:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, { description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -3174,19 +3364,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/0E2DF093CEABB97A35D8CB77647D830E8C19D3B10FEA5D92CA8B31C8940B8A1B', + denom: 'ibc/C0E432FA8F73DBD5691BD275147D115BF69CB8C57BF3FD566C52591D067362D6', exponent: 0, - aliases: ['p:uluna:31Dec2026'] + aliases: ['p:uluna:31Mar2025'] }, { - denom: 'pLUNA31Dec2026', + denom: 'pLUNA31Mar2025', exponent: 6 }], - base: 'ibc/0E2DF093CEABB97A35D8CB77647D830E8C19D3B10FEA5D92CA8B31C8940B8A1B', - name: 'pLuna (31Dec2026)', - display: 'pLUNA31Dec2026', - symbol: 'pLUNA-31Dec2026', + base: 'ibc/C0E432FA8F73DBD5691BD275147D115BF69CB8C57BF3FD566C52591D067362D6', + name: 'pLuna (31Mar2025)', + display: 'pLUNA31Mar2025', + symbol: 'pLUNA-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' @@ -3200,7 +3390,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-13', - base_denom: 'p:uluna:31Dec2026', + base_denom: 'p:uluna:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -3243,6 +3433,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + denom_units: [{ + denom: 'ibc/0E2DF093CEABB97A35D8CB77647D830E8C19D3B10FEA5D92CA8B31C8940B8A1B', + exponent: 0, + aliases: ['p:uluna:31Dec2026'] + }, { + denom: 'pLUNA31Dec2026', + exponent: 6 + }], + base: 'ibc/0E2DF093CEABB97A35D8CB77647D830E8C19D3B10FEA5D92CA8B31C8940B8A1B', + name: 'pLuna (31Dec2026)', + display: 'pLUNA31Dec2026', + symbol: 'pLUNA-31Dec2026', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'p:uluna:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, { description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024', denom_units: [{ @@ -3453,6 +3678,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/8E99840A0545B4BF7C953B583F2A4FAF12587B880F174C054AFEFE534EEE99F2', + exponent: 0, + aliases: ['p:stutia:31Mar2025'] + }, { + denom: 'pstTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/8E99840A0545B4BF7C953B583F2A4FAF12587B880F174C054AFEFE534EEE99F2', + name: 'pstTia (31Mar2025)', + display: 'pstTIA31Mar2025', + symbol: 'pstTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'p:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -3593,6 +3853,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/73CF9FBC1B6B59F63E2B9CCCBD3C138EA4862326C198C38D17051E717E893B4C', + exponent: 0, + aliases: ['p:stadydx:31Mar2025'] + }, { + denom: 'pstDYDX31Mar2025', + exponent: 18 + }], + base: 'ibc/73CF9FBC1B6B59F63E2B9CCCBD3C138EA4862326C198C38D17051E717E893B4C', + name: 'pstDydx (31Mar2025)', + display: 'pstDYDX31Mar2025', + symbol: 'pstDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'p:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -3698,6 +3993,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/6DEC1DCBB8051E723B131A4C7986A0753B5FB835773485AC1CC692CA1DEEF40B', + exponent: 0, + aliases: ['p:udatom:31Mar2025'] + }, { + denom: 'pdATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/6DEC1DCBB8051E723B131A4C7986A0753B5FB835773485AC1CC692CA1DEEF40B', + name: 'pdAtom (31Mar2025)', + display: 'pdATOM31Mar2025', + symbol: 'pdATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'p:udatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, { description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -3839,13 +4169,48 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025', + description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/3202379D36D7B250BC09901E7AFA42134D5B13E87B90FB483B668AEB45420C31', + denom: 'ibc/40632A454503DF6230DB901272995A714B7DC801AC18FF105AC123ED964B3A53', exponent: 0, - aliases: ['p:utia:31Dec2025'] + aliases: ['p:utia:31Mar2025'] }, { - denom: 'pTIA31Dec2025', + denom: 'pTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/40632A454503DF6230DB901272995A714B7DC801AC18FF105AC123ED964B3A53', + name: 'pTia (31Mar2025)', + display: 'pTIA31Mar2025', + symbol: 'pTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'p:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, + { + description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025', + denom_units: [{ + denom: 'ibc/3202379D36D7B250BC09901E7AFA42134D5B13E87B90FB483B668AEB45420C31', + exponent: 0, + aliases: ['p:utia:31Dec2025'] + }, { + denom: 'pTIA31Dec2025', exponent: 6 }], base: 'ibc/3202379D36D7B250BC09901E7AFA42134D5B13E87B90FB483B668AEB45420C31', @@ -3978,6 +4343,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/FAD98922A5A54D26578781E2549DD1A19CDD46972756F7D958EBA10AC87B80B6', + exponent: 0, + aliases: ['y:uatom:31Mar2025'] + }, { + denom: 'yATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/FAD98922A5A54D26578781E2549DD1A19CDD46972756F7D958EBA10AC87B80B6', + name: 'yAtom (31Mar2025)', + display: 'yATOM31Mar2025', + symbol: 'yATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'y:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, { description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -4118,6 +4518,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/059C8BA5F71DCD2650E87683E0FB2A7B304B75F35AE2F612F974B51F0E5869EA', + exponent: 0, + aliases: ['y:uosmo:31Mar2025'] + }, { + denom: 'yOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/059C8BA5F71DCD2650E87683E0FB2A7B304B75F35AE2F612F974B51F0E5869EA', + name: 'yOsmo (31Mar2025)', + display: 'yOSMO31Mar2025', + symbol: 'yOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'y:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, { description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -4258,6 +4693,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/661CFB7FF21E4ADC13F84DEC672AEDD27FB2940A1B744512B20D2E8E695ABCBA', + exponent: 0, + aliases: ['y:inj:31Mar2025'] + }, { + denom: 'yINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/661CFB7FF21E4ADC13F84DEC672AEDD27FB2940A1B744512B20D2E8E695ABCBA', + name: 'yInj (31Mar2025)', + display: 'yINJ31Mar2025', + symbol: 'yINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'y:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, { description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -4398,6 +4868,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/F1A3FCA3407B7A9886F808DF4C76D50589C0A7E494740752AC9D8BB8CB947BBD', + exponent: 0, + aliases: ['y:uluna:31Mar2025'] + }, { + denom: 'yLUNA31Mar2025', + exponent: 6 + }], + base: 'ibc/F1A3FCA3407B7A9886F808DF4C76D50589C0A7E494740752AC9D8BB8CB947BBD', + name: 'yLuna (31Mar2025)', + display: 'yLUNA31Mar2025', + symbol: 'yLUNA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'y:uluna:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, { description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025', denom_units: [{ @@ -4678,6 +5183,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/05664AAF92D35085721DBD1F534CEAE497C60949198FF8C9E12B82917D8C3697', + exponent: 0, + aliases: ['y:stutia:31Mar2025'] + }, { + denom: 'ystTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/05664AAF92D35085721DBD1F534CEAE497C60949198FF8C9E12B82917D8C3697', + name: 'ystTia (31Mar2025)', + display: 'ystTIA31Mar2025', + symbol: 'ystTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'y:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -4818,6 +5358,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/6477E49E59D2CC4381E6379DC95EB9CA99BFA9A9464BF2C2077A655E78D55434', + exponent: 0, + aliases: ['y:stadydx:31Mar2025'] + }, { + denom: 'ystDYDX31Mar2025', + exponent: 6 + }], + base: 'ibc/6477E49E59D2CC4381E6379DC95EB9CA99BFA9A9464BF2C2077A655E78D55434', + name: 'ystDydx (31Mar2025)', + display: 'ystDYDX31Mar2025', + symbol: 'ystDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'y:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -4923,6 +5498,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/F60625AEC84B5E373C500D71285FEAE59052C44AC78F37E27F764BD250F80AEC', + exponent: 0, + aliases: ['y:udatom:31Mar2025'] + }, { + denom: 'ydATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/F60625AEC84B5E373C500D71285FEAE59052C44AC78F37E27F764BD250F80AEC', + name: 'ydAtom (31Mar2025)', + display: 'ydATOM31Mar2025', + symbol: 'ydATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'y:udatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, { description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -5063,6 +5673,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/03AD0A4BD0BC696C5B26D97F2BBDD94AB0FD76599538E85B2F0FCA70C3287BB5', + exponent: 0, + aliases: ['y:utia:31Mar2025'] + }, { + denom: 'yTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/03AD0A4BD0BC696C5B26D97F2BBDD94AB0FD76599538E85B2F0FCA70C3287BB5', + name: 'yTia (31Mar2025)', + display: 'yTIA31Mar2025', + symbol: 'yTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'y:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, { description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025', denom_units: [{ @@ -6898,23 +7543,108 @@ const assets: AssetList = { }] }, { - description: 'The native staking and governance token of Empower.', - denom_units: [{ - denom: 'ibc/B755889E03BCC776D971B24434A22F9907CC4745116A032CC0179730510C509E', + description: 'The native token of Elys Network', + denom_units: [ + { + denom: 'ibc/62EED9812C9184F2EA24F8008D9D2C05AD23CEA2632958B6D5906F478FA1DBA6', exponent: 0, - aliases: ['umpwr'] - }, { - denom: 'mpwr', - exponent: 6 - }], - base: 'ibc/B755889E03BCC776D971B24434A22F9907CC4745116A032CC0179730510C509E', - name: 'MPWR', - display: 'mpwr', - symbol: 'MPWR', - logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg' - }, - images: [{ + aliases: ['uelys'] + }, + { + denom: 'melys', + exponent: 3, + aliases: ['millielys'] + }, + { + denom: 'elys', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/62EED9812C9184F2EA24F8008D9D2C05AD23CEA2632958B6D5906F478FA1DBA6', + name: 'Elys Network', + display: 'elys', + symbol: 'ELYS', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png' + }, + coingecko_id: 'elys', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'uelys', + chain_name: 'elys' + }, + chain: { + channel_id: 'channel-163' + } + }] + }, + { + description: 'Eden token definition', + denom_units: [ + { + denom: 'ibc/1A50974318E1165F361358B7F0BC0C0026276C7C644E1DC97754D52362261C5C', + exponent: 0, + aliases: ['ueden'] + }, + { + denom: 'meden', + exponent: 3, + aliases: ['millieden'] + }, + { + denom: 'eden', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/1A50974318E1165F361358B7F0BC0C0026276C7C644E1DC97754D52362261C5C', + name: 'Eden', + display: 'eden', + symbol: 'EDEN', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'ueden', + chain_name: 'elys' + }, + chain: { + channel_id: 'channel-163' + } + }] + }, + { + description: 'The native staking and governance token of Empower.', + denom_units: [{ + denom: 'ibc/B755889E03BCC776D971B24434A22F9907CC4745116A032CC0179730510C509E', + exponent: 0, + aliases: ['umpwr'] + }, { + denom: 'mpwr', + exponent: 6 + }], + base: 'ibc/B755889E03BCC776D971B24434A22F9907CC4745116A032CC0179730510C509E', + name: 'MPWR', + display: 'mpwr', + symbol: 'MPWR', + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg' + }, + images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg', theme: { primary_color_hex: '#00e33a', @@ -8651,6 +9381,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/372725E18ED25F02B8DAB099FBE1699D6E8F7601B8FC10310A5AA24D5E501E9E', + exponent: 0, + aliases: ['p:uatom:31Mar2025'] + }, { + denom: 'pATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/372725E18ED25F02B8DAB099FBE1699D6E8F7601B8FC10310A5AA24D5E501E9E', + name: 'pAtom (31Mar2025)', + display: 'pATOM31Mar2025', + symbol: 'pATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'p:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, { description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -8791,6 +9556,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/4320BE4A81CE47B8C034C45AAC6415F675A2CAC518D68B4306E31B2128AE9CE3', + exponent: 0, + aliases: ['p:uosmo:31Mar2025'] + }, { + denom: 'pOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/4320BE4A81CE47B8C034C45AAC6415F675A2CAC518D68B4306E31B2128AE9CE3', + name: 'pOsmo (31Mar2025)', + display: 'pOSMO31Mar2025', + symbol: 'pOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'p:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, { description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -8931,6 +9731,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/5493011CE666DCBAF314046CC053067E738DAA6E670753638CD80481C53E6E81', + exponent: 0, + aliases: ['p:inj:31Mar2025'] + }, { + denom: 'pINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/5493011CE666DCBAF314046CC053067E738DAA6E670753638CD80481C53E6E81', + name: 'pInj (31Mar2025)', + display: 'pINJ31Mar2025', + symbol: 'pINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'p:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, { description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -9072,19 +9907,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/0E2DF093CEABB97A35D8CB77647D830E8C19D3B10FEA5D92CA8B31C8940B8A1B', + denom: 'ibc/C0E432FA8F73DBD5691BD275147D115BF69CB8C57BF3FD566C52591D067362D6', exponent: 0, - aliases: ['p:uluna:31Dec2026'] + aliases: ['p:uluna:31Mar2025'] }, { - denom: 'pLUNA31Dec2026', + denom: 'pLUNA31Mar2025', exponent: 6 }], - base: 'ibc/0E2DF093CEABB97A35D8CB77647D830E8C19D3B10FEA5D92CA8B31C8940B8A1B', - name: 'pLuna (31Dec2026)', - display: 'pLUNA31Dec2026', - symbol: 'pLUNA-31Dec2026', + base: 'ibc/C0E432FA8F73DBD5691BD275147D115BF69CB8C57BF3FD566C52591D067362D6', + name: 'pLuna (31Mar2025)', + display: 'pLUNA31Mar2025', + symbol: 'pLUNA-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' @@ -9098,7 +9933,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-13', - base_denom: 'p:uluna:31Dec2026', + base_denom: 'p:uluna:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -9141,6 +9976,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + denom_units: [{ + denom: 'ibc/0E2DF093CEABB97A35D8CB77647D830E8C19D3B10FEA5D92CA8B31C8940B8A1B', + exponent: 0, + aliases: ['p:uluna:31Dec2026'] + }, { + denom: 'pLUNA31Dec2026', + exponent: 6 + }], + base: 'ibc/0E2DF093CEABB97A35D8CB77647D830E8C19D3B10FEA5D92CA8B31C8940B8A1B', + name: 'pLuna (31Dec2026)', + display: 'pLUNA31Dec2026', + symbol: 'pLUNA-31Dec2026', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'p:uluna:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, { description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024', denom_units: [{ @@ -9351,6 +10221,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/8E99840A0545B4BF7C953B583F2A4FAF12587B880F174C054AFEFE534EEE99F2', + exponent: 0, + aliases: ['p:stutia:31Mar2025'] + }, { + denom: 'pstTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/8E99840A0545B4BF7C953B583F2A4FAF12587B880F174C054AFEFE534EEE99F2', + name: 'pstTia (31Mar2025)', + display: 'pstTIA31Mar2025', + symbol: 'pstTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'p:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -9491,6 +10396,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/73CF9FBC1B6B59F63E2B9CCCBD3C138EA4862326C198C38D17051E717E893B4C', + exponent: 0, + aliases: ['p:stadydx:31Mar2025'] + }, { + denom: 'pstDYDX31Mar2025', + exponent: 18 + }], + base: 'ibc/73CF9FBC1B6B59F63E2B9CCCBD3C138EA4862326C198C38D17051E717E893B4C', + name: 'pstDydx (31Mar2025)', + display: 'pstDYDX31Mar2025', + symbol: 'pstDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'p:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -9596,6 +10536,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/6DEC1DCBB8051E723B131A4C7986A0753B5FB835773485AC1CC692CA1DEEF40B', + exponent: 0, + aliases: ['p:udatom:31Mar2025'] + }, { + denom: 'pdATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/6DEC1DCBB8051E723B131A4C7986A0753B5FB835773485AC1CC692CA1DEEF40B', + name: 'pdAtom (31Mar2025)', + display: 'pdATOM31Mar2025', + symbol: 'pdATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'p:udatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, { description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -9736,6 +10711,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/40632A454503DF6230DB901272995A714B7DC801AC18FF105AC123ED964B3A53', + exponent: 0, + aliases: ['p:utia:31Mar2025'] + }, { + denom: 'pTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/40632A454503DF6230DB901272995A714B7DC801AC18FF105AC123ED964B3A53', + name: 'pTia (31Mar2025)', + display: 'pTIA31Mar2025', + symbol: 'pTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'p:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, { description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025', denom_units: [{ @@ -9876,6 +10886,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/FAD98922A5A54D26578781E2549DD1A19CDD46972756F7D958EBA10AC87B80B6', + exponent: 0, + aliases: ['y:uatom:31Mar2025'] + }, { + denom: 'yATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/FAD98922A5A54D26578781E2549DD1A19CDD46972756F7D958EBA10AC87B80B6', + name: 'yAtom (31Mar2025)', + display: 'yATOM31Mar2025', + symbol: 'yATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'y:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, { description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -10016,6 +11061,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/059C8BA5F71DCD2650E87683E0FB2A7B304B75F35AE2F612F974B51F0E5869EA', + exponent: 0, + aliases: ['y:uosmo:31Mar2025'] + }, { + denom: 'yOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/059C8BA5F71DCD2650E87683E0FB2A7B304B75F35AE2F612F974B51F0E5869EA', + name: 'yOsmo (31Mar2025)', + display: 'yOSMO31Mar2025', + symbol: 'yOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'y:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, { description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -10156,6 +11236,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/661CFB7FF21E4ADC13F84DEC672AEDD27FB2940A1B744512B20D2E8E695ABCBA', + exponent: 0, + aliases: ['y:inj:31Mar2025'] + }, { + denom: 'yINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/661CFB7FF21E4ADC13F84DEC672AEDD27FB2940A1B744512B20D2E8E695ABCBA', + name: 'yInj (31Mar2025)', + display: 'yINJ31Mar2025', + symbol: 'yINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'y:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, { description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -10296,6 +11411,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/F1A3FCA3407B7A9886F808DF4C76D50589C0A7E494740752AC9D8BB8CB947BBD', + exponent: 0, + aliases: ['y:uluna:31Mar2025'] + }, { + denom: 'yLUNA31Mar2025', + exponent: 6 + }], + base: 'ibc/F1A3FCA3407B7A9886F808DF4C76D50589C0A7E494740752AC9D8BB8CB947BBD', + name: 'yLuna (31Mar2025)', + display: 'yLUNA31Mar2025', + symbol: 'yLUNA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'y:uluna:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, { description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025', denom_units: [{ @@ -10576,6 +11726,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/05664AAF92D35085721DBD1F534CEAE497C60949198FF8C9E12B82917D8C3697', + exponent: 0, + aliases: ['y:stutia:31Mar2025'] + }, { + denom: 'ystTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/05664AAF92D35085721DBD1F534CEAE497C60949198FF8C9E12B82917D8C3697', + name: 'ystTia (31Mar2025)', + display: 'ystTIA31Mar2025', + symbol: 'ystTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'y:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -10716,6 +11901,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/6477E49E59D2CC4381E6379DC95EB9CA99BFA9A9464BF2C2077A655E78D55434', + exponent: 0, + aliases: ['y:stadydx:31Mar2025'] + }, { + denom: 'ystDYDX31Mar2025', + exponent: 6 + }], + base: 'ibc/6477E49E59D2CC4381E6379DC95EB9CA99BFA9A9464BF2C2077A655E78D55434', + name: 'ystDydx (31Mar2025)', + display: 'ystDYDX31Mar2025', + symbol: 'ystDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'y:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -10821,6 +12041,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/F60625AEC84B5E373C500D71285FEAE59052C44AC78F37E27F764BD250F80AEC', + exponent: 0, + aliases: ['y:udatom:31Mar2025'] + }, { + denom: 'ydATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/F60625AEC84B5E373C500D71285FEAE59052C44AC78F37E27F764BD250F80AEC', + name: 'ydAtom (31Mar2025)', + display: 'ydATOM31Mar2025', + symbol: 'ydATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'y:udatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, { description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -10961,6 +12216,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/03AD0A4BD0BC696C5B26D97F2BBDD94AB0FD76599538E85B2F0FCA70C3287BB5', + exponent: 0, + aliases: ['y:utia:31Mar2025'] + }, { + denom: 'yTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/03AD0A4BD0BC696C5B26D97F2BBDD94AB0FD76599538E85B2F0FCA70C3287BB5', + name: 'yTia (31Mar2025)', + display: 'yTIA31Mar2025', + symbol: 'yTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'y:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-155' + } + }] + }, { description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025', denom_units: [{ diff --git a/v1/packages/assets/src/mainnet/celestia.ts b/v1/packages/assets/src/mainnet/celestia.ts index b40d6fc22..20dbf5d58 100644 --- a/v1/packages/assets/src/mainnet/celestia.ts +++ b/v1/packages/assets/src/mainnet/celestia.ts @@ -131,6 +131,91 @@ const assets: AssetList = { } }] }, + { + description: 'The native token of Elys Network', + denom_units: [ + { + denom: 'ibc/776A926E08B8D4095FB310D32B890D2A0DDD1CAC63C9199AC52311FBF10C427A', + exponent: 0, + aliases: ['uelys'] + }, + { + denom: 'melys', + exponent: 3, + aliases: ['millielys'] + }, + { + denom: 'elys', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/776A926E08B8D4095FB310D32B890D2A0DDD1CAC63C9199AC52311FBF10C427A', + name: 'Elys Network', + display: 'elys', + symbol: 'ELYS', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png' + }, + coingecko_id: 'elys', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'uelys', + chain_name: 'elys' + }, + chain: { + channel_id: 'channel-50' + } + }] + }, + { + description: 'Eden token definition', + denom_units: [ + { + denom: 'ibc/E1B19979B2F40EEDB36807FAA7C4D8611C7E62661CC76B686EC67140535AC979', + exponent: 0, + aliases: ['ueden'] + }, + { + denom: 'meden', + exponent: 3, + aliases: ['millieden'] + }, + { + denom: 'eden', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/E1B19979B2F40EEDB36807FAA7C4D8611C7E62661CC76B686EC67140535AC979', + name: 'Eden', + display: 'eden', + symbol: 'EDEN', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'ueden', + chain_name: 'elys' + }, + chain: { + channel_id: 'channel-50' + } + }] + }, { description: 'The native EVM, governance and staking token of the Evmos Hub', denom_units: [{ @@ -1170,6 +1255,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/A7ABC3023BAAE3EB5EC511F2F724E4E9A6F882C09A6964907E329991BF558ACC', + exponent: 0, + aliases: ['p:uatom:31Mar2025'] + }, { + denom: 'pATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/A7ABC3023BAAE3EB5EC511F2F724E4E9A6F882C09A6964907E329991BF558ACC', + name: 'pAtom (31Mar2025)', + display: 'pATOM31Mar2025', + symbol: 'pATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'p:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, { description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -1310,6 +1430,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/1AD08EB617FCB71A627149B86F4A54DF38AEF1D945111920BF433045B9C24544', + exponent: 0, + aliases: ['p:uosmo:31Mar2025'] + }, { + denom: 'pOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/1AD08EB617FCB71A627149B86F4A54DF38AEF1D945111920BF433045B9C24544', + name: 'pOsmo (31Mar2025)', + display: 'pOSMO31Mar2025', + symbol: 'pOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'p:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, { description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -1450,6 +1605,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/BC74B890ED354AA47C8F84B300EFCE25B02A7522FAE9490E959747B4CD88F52D', + exponent: 0, + aliases: ['p:inj:31Mar2025'] + }, { + denom: 'pINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/BC74B890ED354AA47C8F84B300EFCE25B02A7522FAE9490E959747B4CD88F52D', + name: 'pInj (31Mar2025)', + display: 'pINJ31Mar2025', + symbol: 'pINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'p:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, { description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -1591,19 +1781,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/C667A21E1AADBCABC2ED493A27C974EC754E684497A832DC062B2C5C838B3C3D', + denom: 'ibc/C7494B555C51CE46F339005F2B9AC03A7A42EA5CBB379F8200FD28AB2C018758', exponent: 0, - aliases: ['p:uluna:31Dec2026'] + aliases: ['p:uluna:31Mar2025'] }, { - denom: 'pLUNA31Dec2026', + denom: 'pLUNA31Mar2025', exponent: 6 }], - base: 'ibc/C667A21E1AADBCABC2ED493A27C974EC754E684497A832DC062B2C5C838B3C3D', - name: 'pLuna (31Dec2026)', - display: 'pLUNA31Dec2026', - symbol: 'pLUNA-31Dec2026', + base: 'ibc/C7494B555C51CE46F339005F2B9AC03A7A42EA5CBB379F8200FD28AB2C018758', + name: 'pLuna (31Mar2025)', + display: 'pLUNA31Mar2025', + symbol: 'pLUNA-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' @@ -1617,7 +1807,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-3', - base_denom: 'p:uluna:31Dec2026', + base_denom: 'p:uluna:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -1660,6 +1850,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + denom_units: [{ + denom: 'ibc/C667A21E1AADBCABC2ED493A27C974EC754E684497A832DC062B2C5C838B3C3D', + exponent: 0, + aliases: ['p:uluna:31Dec2026'] + }, { + denom: 'pLUNA31Dec2026', + exponent: 6 + }], + base: 'ibc/C667A21E1AADBCABC2ED493A27C974EC754E684497A832DC062B2C5C838B3C3D', + name: 'pLuna (31Dec2026)', + display: 'pLUNA31Dec2026', + symbol: 'pLUNA-31Dec2026', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'p:uluna:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, { description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024', denom_units: [{ @@ -1870,6 +2095,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/FDE2906EB595B29B97DD2DF66DBC96E5D3F1B69E3A12FD09646635DD4DE3E123', + exponent: 0, + aliases: ['p:stutia:31Mar2025'] + }, { + denom: 'pstTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/FDE2906EB595B29B97DD2DF66DBC96E5D3F1B69E3A12FD09646635DD4DE3E123', + name: 'pstTia (31Mar2025)', + display: 'pstTIA31Mar2025', + symbol: 'pstTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'p:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -2010,6 +2270,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/2D1AEE50E620DAA6535EF813E2E9546E1F6F41D0267AB5692F5CA5E858C6A4D6', + exponent: 0, + aliases: ['p:stadydx:31Mar2025'] + }, { + denom: 'pstDYDX31Mar2025', + exponent: 18 + }], + base: 'ibc/2D1AEE50E620DAA6535EF813E2E9546E1F6F41D0267AB5692F5CA5E858C6A4D6', + name: 'pstDydx (31Mar2025)', + display: 'pstDYDX31Mar2025', + symbol: 'pstDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'p:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -2115,6 +2410,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/C3B3F7151DCFC2B78BB4CBEC9251A8FC9FBC36D7553C6F30932406A3BABE3402', + exponent: 0, + aliases: ['p:udatom:31Mar2025'] + }, { + denom: 'pdATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/C3B3F7151DCFC2B78BB4CBEC9251A8FC9FBC36D7553C6F30932406A3BABE3402', + name: 'pdAtom (31Mar2025)', + display: 'pdATOM31Mar2025', + symbol: 'pdATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'p:udatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, { description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -2256,19 +2586,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025', + description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/93712190ECF0219D47EF80889135EA7E10A7E3FB370D26C7C195F6332960BC61', + denom: 'ibc/5ADD366443425375B1C1CA21BA9E73239138C7C3E27D71F0845DCFBCC36F24CF', exponent: 0, - aliases: ['p:utia:31Dec2025'] + aliases: ['p:utia:31Mar2025'] }, { - denom: 'pTIA31Dec2025', + denom: 'pTIA31Mar2025', exponent: 6 }], - base: 'ibc/93712190ECF0219D47EF80889135EA7E10A7E3FB370D26C7C195F6332960BC61', - name: 'pTia (31Dec2025)', - display: 'pTIA31Dec2025', - symbol: 'pTIA-31Dec2025', + base: 'ibc/5ADD366443425375B1C1CA21BA9E73239138C7C3E27D71F0845DCFBCC36F24CF', + name: 'pTia (31Mar2025)', + display: 'pTIA31Mar2025', + symbol: 'pTIA-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' @@ -2282,7 +2612,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-3', - base_denom: 'p:utia:31Dec2025', + base_denom: 'p:utia:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -2291,22 +2621,57 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2026', + description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025', denom_units: [{ - denom: 'ibc/B340AF099285B3902A127CB873A5BE3C934F185B95BA0910597513F59D82B634', + denom: 'ibc/93712190ECF0219D47EF80889135EA7E10A7E3FB370D26C7C195F6332960BC61', exponent: 0, - aliases: ['p:utia:31Dec2026'] + aliases: ['p:utia:31Dec2025'] }, { - denom: 'pTIA31Dec2026', + denom: 'pTIA31Dec2025', exponent: 6 }], - base: 'ibc/B340AF099285B3902A127CB873A5BE3C934F185B95BA0910597513F59D82B634', - name: 'pTia (31Dec2026)', - display: 'pTIA31Dec2026', - symbol: 'pTIA-31Dec2026', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + base: 'ibc/93712190ECF0219D47EF80889135EA7E10A7E3FB370D26C7C195F6332960BC61', + name: 'pTia (31Dec2025)', + display: 'pTIA31Dec2025', + symbol: 'pTIA-31Dec2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'p:utia:31Dec2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, + { + description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2026', + denom_units: [{ + denom: 'ibc/B340AF099285B3902A127CB873A5BE3C934F185B95BA0910597513F59D82B634', + exponent: 0, + aliases: ['p:utia:31Dec2026'] + }, { + denom: 'pTIA31Dec2026', + exponent: 6 + }], + base: 'ibc/B340AF099285B3902A127CB873A5BE3C934F185B95BA0910597513F59D82B634', + name: 'pTia (31Dec2026)', + display: 'pTIA31Dec2026', + symbol: 'pTIA-31Dec2026', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', @@ -2395,6 +2760,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/8E6F3A09B5044ABA0CB2AD45B875BF1EBABFEDD0625D2C39E74519A945976ADB', + exponent: 0, + aliases: ['y:uatom:31Mar2025'] + }, { + denom: 'yATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/8E6F3A09B5044ABA0CB2AD45B875BF1EBABFEDD0625D2C39E74519A945976ADB', + name: 'yAtom (31Mar2025)', + display: 'yATOM31Mar2025', + symbol: 'yATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'y:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, { description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -2535,6 +2935,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/F0D7DBE449563B1482722E470495DD5856736DFE8B378CFA155D34B583776D71', + exponent: 0, + aliases: ['y:uosmo:31Mar2025'] + }, { + denom: 'yOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/F0D7DBE449563B1482722E470495DD5856736DFE8B378CFA155D34B583776D71', + name: 'yOsmo (31Mar2025)', + display: 'yOSMO31Mar2025', + symbol: 'yOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'y:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, { description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -2675,6 +3110,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/FBFF372EE5EF327A9A9385C5576E9298886583515AF6FD4C36F446D882EE5CA5', + exponent: 0, + aliases: ['y:inj:31Mar2025'] + }, { + denom: 'yINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/FBFF372EE5EF327A9A9385C5576E9298886583515AF6FD4C36F446D882EE5CA5', + name: 'yInj (31Mar2025)', + display: 'yINJ31Mar2025', + symbol: 'yINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'y:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, { description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -2815,6 +3285,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/5A9F56B3CB0F50BAEA49BABDC08DB8F31068E091B950737B99BAC59DBDD5489A', + exponent: 0, + aliases: ['y:uluna:31Mar2025'] + }, { + denom: 'yLUNA31Mar2025', + exponent: 6 + }], + base: 'ibc/5A9F56B3CB0F50BAEA49BABDC08DB8F31068E091B950737B99BAC59DBDD5489A', + name: 'yLuna (31Mar2025)', + display: 'yLUNA31Mar2025', + symbol: 'yLUNA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'y:uluna:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, { description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025', denom_units: [{ @@ -3095,6 +3600,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/0B1B24B21505B072EFB1FD1E202A63F41E4B63FB994788F6843D06D4C9DF4F15', + exponent: 0, + aliases: ['y:stutia:31Mar2025'] + }, { + denom: 'ystTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/0B1B24B21505B072EFB1FD1E202A63F41E4B63FB994788F6843D06D4C9DF4F15', + name: 'ystTia (31Mar2025)', + display: 'ystTIA31Mar2025', + symbol: 'ystTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'y:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -3235,6 +3775,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/E7ED7B527716FAFB52F7D5A2FBE3AC566565B20E50D7CA757F4C305F9CC7D1A9', + exponent: 0, + aliases: ['y:stadydx:31Mar2025'] + }, { + denom: 'ystDYDX31Mar2025', + exponent: 6 + }], + base: 'ibc/E7ED7B527716FAFB52F7D5A2FBE3AC566565B20E50D7CA757F4C305F9CC7D1A9', + name: 'ystDydx (31Mar2025)', + display: 'ystDYDX31Mar2025', + symbol: 'ystDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'y:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -3340,6 +3915,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/7F6C691820ED05967B665CF834DF7ED4EB97D3F33E0BA077A1AB10E54B4BAD03', + exponent: 0, + aliases: ['y:udatom:31Mar2025'] + }, { + denom: 'ydATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/7F6C691820ED05967B665CF834DF7ED4EB97D3F33E0BA077A1AB10E54B4BAD03', + name: 'ydAtom (31Mar2025)', + display: 'ydATOM31Mar2025', + symbol: 'ydATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'y:udatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, { description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -3480,6 +4090,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/BED3F9E85C1491EEFC5D77B4787D1A4C1D7E8CC5FEBB9013C3DCCE98287BC7A7', + exponent: 0, + aliases: ['y:utia:31Mar2025'] + }, { + denom: 'yTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/BED3F9E85C1491EEFC5D77B4787D1A4C1D7E8CC5FEBB9013C3DCCE98287BC7A7', + name: 'yTia (31Mar2025)', + display: 'yTIA31Mar2025', + symbol: 'yTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'y:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, { description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025', denom_units: [{ @@ -4712,13 +5357,98 @@ const assets: AssetList = { }] }, { - description: 'The native EVM, governance and staking token of the Evmos Hub', - denom_units: [{ - denom: 'ibc/C16830930080CD417D4F9DC5D569D48E33374990A8017464CCF8ABE63AAAA52A', + description: 'The native token of Elys Network', + denom_units: [ + { + denom: 'ibc/776A926E08B8D4095FB310D32B890D2A0DDD1CAC63C9199AC52311FBF10C427A', exponent: 0, - aliases: ['aevmos'] - }, { - denom: 'evmos', + aliases: ['uelys'] + }, + { + denom: 'melys', + exponent: 3, + aliases: ['millielys'] + }, + { + denom: 'elys', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/776A926E08B8D4095FB310D32B890D2A0DDD1CAC63C9199AC52311FBF10C427A', + name: 'Elys Network', + display: 'elys', + symbol: 'ELYS', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png' + }, + coingecko_id: 'elys', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'uelys', + chain_name: 'elys' + }, + chain: { + channel_id: 'channel-50' + } + }] + }, + { + description: 'Eden token definition', + denom_units: [ + { + denom: 'ibc/E1B19979B2F40EEDB36807FAA7C4D8611C7E62661CC76B686EC67140535AC979', + exponent: 0, + aliases: ['ueden'] + }, + { + denom: 'meden', + exponent: 3, + aliases: ['millieden'] + }, + { + denom: 'eden', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/E1B19979B2F40EEDB36807FAA7C4D8611C7E62661CC76B686EC67140535AC979', + name: 'Eden', + display: 'eden', + symbol: 'EDEN', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'ueden', + chain_name: 'elys' + }, + chain: { + channel_id: 'channel-50' + } + }] + }, + { + description: 'The native EVM, governance and staking token of the Evmos Hub', + denom_units: [{ + denom: 'ibc/C16830930080CD417D4F9DC5D569D48E33374990A8017464CCF8ABE63AAAA52A', + exponent: 0, + aliases: ['aevmos'] + }, { + denom: 'evmos', exponent: 18 }], base: 'ibc/C16830930080CD417D4F9DC5D569D48E33374990A8017464CCF8ABE63AAAA52A', @@ -5750,6 +6480,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/A7ABC3023BAAE3EB5EC511F2F724E4E9A6F882C09A6964907E329991BF558ACC', + exponent: 0, + aliases: ['p:uatom:31Mar2025'] + }, { + denom: 'pATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/A7ABC3023BAAE3EB5EC511F2F724E4E9A6F882C09A6964907E329991BF558ACC', + name: 'pAtom (31Mar2025)', + display: 'pATOM31Mar2025', + symbol: 'pATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'p:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, { description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -5890,6 +6655,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/1AD08EB617FCB71A627149B86F4A54DF38AEF1D945111920BF433045B9C24544', + exponent: 0, + aliases: ['p:uosmo:31Mar2025'] + }, { + denom: 'pOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/1AD08EB617FCB71A627149B86F4A54DF38AEF1D945111920BF433045B9C24544', + name: 'pOsmo (31Mar2025)', + display: 'pOSMO31Mar2025', + symbol: 'pOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'p:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, { description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -6030,6 +6830,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/BC74B890ED354AA47C8F84B300EFCE25B02A7522FAE9490E959747B4CD88F52D', + exponent: 0, + aliases: ['p:inj:31Mar2025'] + }, { + denom: 'pINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/BC74B890ED354AA47C8F84B300EFCE25B02A7522FAE9490E959747B4CD88F52D', + name: 'pInj (31Mar2025)', + display: 'pINJ31Mar2025', + symbol: 'pINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'p:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, { description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -6171,19 +7006,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/C667A21E1AADBCABC2ED493A27C974EC754E684497A832DC062B2C5C838B3C3D', + denom: 'ibc/C7494B555C51CE46F339005F2B9AC03A7A42EA5CBB379F8200FD28AB2C018758', exponent: 0, - aliases: ['p:uluna:31Dec2026'] + aliases: ['p:uluna:31Mar2025'] }, { - denom: 'pLUNA31Dec2026', + denom: 'pLUNA31Mar2025', exponent: 6 }], - base: 'ibc/C667A21E1AADBCABC2ED493A27C974EC754E684497A832DC062B2C5C838B3C3D', - name: 'pLuna (31Dec2026)', - display: 'pLUNA31Dec2026', - symbol: 'pLUNA-31Dec2026', + base: 'ibc/C7494B555C51CE46F339005F2B9AC03A7A42EA5CBB379F8200FD28AB2C018758', + name: 'pLuna (31Mar2025)', + display: 'pLUNA31Mar2025', + symbol: 'pLUNA-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' @@ -6197,7 +7032,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-3', - base_denom: 'p:uluna:31Dec2026', + base_denom: 'p:uluna:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -6240,6 +7075,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + denom_units: [{ + denom: 'ibc/C667A21E1AADBCABC2ED493A27C974EC754E684497A832DC062B2C5C838B3C3D', + exponent: 0, + aliases: ['p:uluna:31Dec2026'] + }, { + denom: 'pLUNA31Dec2026', + exponent: 6 + }], + base: 'ibc/C667A21E1AADBCABC2ED493A27C974EC754E684497A832DC062B2C5C838B3C3D', + name: 'pLuna (31Dec2026)', + display: 'pLUNA31Dec2026', + symbol: 'pLUNA-31Dec2026', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'p:uluna:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, { description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024', denom_units: [{ @@ -6450,6 +7320,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/FDE2906EB595B29B97DD2DF66DBC96E5D3F1B69E3A12FD09646635DD4DE3E123', + exponent: 0, + aliases: ['p:stutia:31Mar2025'] + }, { + denom: 'pstTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/FDE2906EB595B29B97DD2DF66DBC96E5D3F1B69E3A12FD09646635DD4DE3E123', + name: 'pstTia (31Mar2025)', + display: 'pstTIA31Mar2025', + symbol: 'pstTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'p:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -6590,6 +7495,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/2D1AEE50E620DAA6535EF813E2E9546E1F6F41D0267AB5692F5CA5E858C6A4D6', + exponent: 0, + aliases: ['p:stadydx:31Mar2025'] + }, { + denom: 'pstDYDX31Mar2025', + exponent: 18 + }], + base: 'ibc/2D1AEE50E620DAA6535EF813E2E9546E1F6F41D0267AB5692F5CA5E858C6A4D6', + name: 'pstDydx (31Mar2025)', + display: 'pstDYDX31Mar2025', + symbol: 'pstDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'p:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -6695,6 +7635,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/C3B3F7151DCFC2B78BB4CBEC9251A8FC9FBC36D7553C6F30932406A3BABE3402', + exponent: 0, + aliases: ['p:udatom:31Mar2025'] + }, { + denom: 'pdATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/C3B3F7151DCFC2B78BB4CBEC9251A8FC9FBC36D7553C6F30932406A3BABE3402', + name: 'pdAtom (31Mar2025)', + display: 'pdATOM31Mar2025', + symbol: 'pdATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'p:udatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, { description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -6835,6 +7810,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/5ADD366443425375B1C1CA21BA9E73239138C7C3E27D71F0845DCFBCC36F24CF', + exponent: 0, + aliases: ['p:utia:31Mar2025'] + }, { + denom: 'pTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/5ADD366443425375B1C1CA21BA9E73239138C7C3E27D71F0845DCFBCC36F24CF', + name: 'pTia (31Mar2025)', + display: 'pTIA31Mar2025', + symbol: 'pTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'p:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, { description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025', denom_units: [{ @@ -6975,6 +7985,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/8E6F3A09B5044ABA0CB2AD45B875BF1EBABFEDD0625D2C39E74519A945976ADB', + exponent: 0, + aliases: ['y:uatom:31Mar2025'] + }, { + denom: 'yATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/8E6F3A09B5044ABA0CB2AD45B875BF1EBABFEDD0625D2C39E74519A945976ADB', + name: 'yAtom (31Mar2025)', + display: 'yATOM31Mar2025', + symbol: 'yATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'y:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, { description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -7115,6 +8160,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/F0D7DBE449563B1482722E470495DD5856736DFE8B378CFA155D34B583776D71', + exponent: 0, + aliases: ['y:uosmo:31Mar2025'] + }, { + denom: 'yOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/F0D7DBE449563B1482722E470495DD5856736DFE8B378CFA155D34B583776D71', + name: 'yOsmo (31Mar2025)', + display: 'yOSMO31Mar2025', + symbol: 'yOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'y:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, { description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -7255,6 +8335,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/FBFF372EE5EF327A9A9385C5576E9298886583515AF6FD4C36F446D882EE5CA5', + exponent: 0, + aliases: ['y:inj:31Mar2025'] + }, { + denom: 'yINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/FBFF372EE5EF327A9A9385C5576E9298886583515AF6FD4C36F446D882EE5CA5', + name: 'yInj (31Mar2025)', + display: 'yINJ31Mar2025', + symbol: 'yINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'y:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, { description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -7395,6 +8510,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/5A9F56B3CB0F50BAEA49BABDC08DB8F31068E091B950737B99BAC59DBDD5489A', + exponent: 0, + aliases: ['y:uluna:31Mar2025'] + }, { + denom: 'yLUNA31Mar2025', + exponent: 6 + }], + base: 'ibc/5A9F56B3CB0F50BAEA49BABDC08DB8F31068E091B950737B99BAC59DBDD5489A', + name: 'yLuna (31Mar2025)', + display: 'yLUNA31Mar2025', + symbol: 'yLUNA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'y:uluna:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, { description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025', denom_units: [{ @@ -7675,6 +8825,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/0B1B24B21505B072EFB1FD1E202A63F41E4B63FB994788F6843D06D4C9DF4F15', + exponent: 0, + aliases: ['y:stutia:31Mar2025'] + }, { + denom: 'ystTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/0B1B24B21505B072EFB1FD1E202A63F41E4B63FB994788F6843D06D4C9DF4F15', + name: 'ystTia (31Mar2025)', + display: 'ystTIA31Mar2025', + symbol: 'ystTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'y:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -7815,6 +9000,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/E7ED7B527716FAFB52F7D5A2FBE3AC566565B20E50D7CA757F4C305F9CC7D1A9', + exponent: 0, + aliases: ['y:stadydx:31Mar2025'] + }, { + denom: 'ystDYDX31Mar2025', + exponent: 6 + }], + base: 'ibc/E7ED7B527716FAFB52F7D5A2FBE3AC566565B20E50D7CA757F4C305F9CC7D1A9', + name: 'ystDydx (31Mar2025)', + display: 'ystDYDX31Mar2025', + symbol: 'ystDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'y:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -7920,6 +9140,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/7F6C691820ED05967B665CF834DF7ED4EB97D3F33E0BA077A1AB10E54B4BAD03', + exponent: 0, + aliases: ['y:udatom:31Mar2025'] + }, { + denom: 'ydATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/7F6C691820ED05967B665CF834DF7ED4EB97D3F33E0BA077A1AB10E54B4BAD03', + name: 'ydAtom (31Mar2025)', + display: 'ydATOM31Mar2025', + symbol: 'ydATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'y:udatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, { description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -8060,6 +9315,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/BED3F9E85C1491EEFC5D77B4787D1A4C1D7E8CC5FEBB9013C3DCCE98287BC7A7', + exponent: 0, + aliases: ['y:utia:31Mar2025'] + }, { + denom: 'yTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/BED3F9E85C1491EEFC5D77B4787D1A4C1D7E8CC5FEBB9013C3DCCE98287BC7A7', + name: 'yTia (31Mar2025)', + display: 'yTIA31Mar2025', + symbol: 'yTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'y:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-34' + } + }] + }, { description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025', denom_units: [{ diff --git a/v1/packages/assets/src/mainnet/cosmoshub.ts b/v1/packages/assets/src/mainnet/cosmoshub.ts index 0b6f05e8a..7d89f8913 100644 --- a/v1/packages/assets/src/mainnet/cosmoshub.ts +++ b/v1/packages/assets/src/mainnet/cosmoshub.ts @@ -2222,6 +2222,91 @@ const assets: AssetList = { } }] }, + { + description: 'The native token of Elys Network', + denom_units: [ + { + denom: 'ibc/0872AF0D1B0F6F23BA67631F9A4AFF633F289EE7B390478D7BA4F064A5135162', + exponent: 0, + aliases: ['uelys'] + }, + { + denom: 'melys', + exponent: 3, + aliases: ['millielys'] + }, + { + denom: 'elys', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/0872AF0D1B0F6F23BA67631F9A4AFF633F289EE7B390478D7BA4F064A5135162', + name: 'Elys Network', + display: 'elys', + symbol: 'ELYS', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png' + }, + coingecko_id: 'elys', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'uelys', + chain_name: 'elys' + }, + chain: { + channel_id: 'channel-1266' + } + }] + }, + { + description: 'Eden token definition', + denom_units: [ + { + denom: 'ibc/22B6BC43434DE9470B3A8EBC049E67362CAF7F523BE103203405546E6E4AF565', + exponent: 0, + aliases: ['ueden'] + }, + { + denom: 'meden', + exponent: 3, + aliases: ['millieden'] + }, + { + denom: 'eden', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/22B6BC43434DE9470B3A8EBC049E67362CAF7F523BE103203405546E6E4AF565', + name: 'Eden', + display: 'eden', + symbol: 'EDEN', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'ueden', + chain_name: 'elys' + }, + chain: { + channel_id: 'channel-1266' + } + }] + }, { 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.', denom_units: [{ @@ -4672,6 +4757,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/0D8AD6BE3128DD5B380D59E362059F28A653A1680F37E55656BC6810F7BB918C', + exponent: 0, + aliases: ['p:uatom:31Mar2025'] + }, { + denom: 'pATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/0D8AD6BE3128DD5B380D59E362059F28A653A1680F37E55656BC6810F7BB918C', + name: 'pAtom (31Mar2025)', + display: 'pATOM31Mar2025', + symbol: 'pATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'p:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, { description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -4812,6 +4932,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/04DAD382745B7E21A32FC78943C45FAFF26805FC3D203BBDE677596572D3AAFB', + exponent: 0, + aliases: ['p:uosmo:31Mar2025'] + }, { + denom: 'pOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/04DAD382745B7E21A32FC78943C45FAFF26805FC3D203BBDE677596572D3AAFB', + name: 'pOsmo (31Mar2025)', + display: 'pOSMO31Mar2025', + symbol: 'pOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'p:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, { description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -4952,6 +5107,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/4B4BBFE7FA7FABD4DAE5593AEF5A6204B94EEC848B14E102EE72B6F81617080C', + exponent: 0, + aliases: ['p:inj:31Mar2025'] + }, { + denom: 'pINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/4B4BBFE7FA7FABD4DAE5593AEF5A6204B94EEC848B14E102EE72B6F81617080C', + name: 'pInj (31Mar2025)', + display: 'pINJ31Mar2025', + symbol: 'pINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'p:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, { description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -5093,19 +5283,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/33F475EF6154CA92660DEAC956975D13EA5FDC83DDA61BFC86E82A01CF2A797E', + denom: 'ibc/11AF79E683E92F357C1B8ED8052DFB4899E41D22B3F8D35FDF41117EAA10694A', exponent: 0, - aliases: ['p:uluna:31Dec2026'] + aliases: ['p:uluna:31Mar2025'] }, { - denom: 'pLUNA31Dec2026', + denom: 'pLUNA31Mar2025', exponent: 6 }], - base: 'ibc/33F475EF6154CA92660DEAC956975D13EA5FDC83DDA61BFC86E82A01CF2A797E', - name: 'pLuna (31Dec2026)', - display: 'pLUNA31Dec2026', - symbol: 'pLUNA-31Dec2026', + base: 'ibc/11AF79E683E92F357C1B8ED8052DFB4899E41D22B3F8D35FDF41117EAA10694A', + name: 'pLuna (31Mar2025)', + display: 'pLUNA31Mar2025', + symbol: 'pLUNA-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' @@ -5119,7 +5309,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-0', - base_denom: 'p:uluna:31Dec2026', + base_denom: 'p:uluna:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -5162,6 +5352,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + denom_units: [{ + denom: 'ibc/33F475EF6154CA92660DEAC956975D13EA5FDC83DDA61BFC86E82A01CF2A797E', + exponent: 0, + aliases: ['p:uluna:31Dec2026'] + }, { + denom: 'pLUNA31Dec2026', + exponent: 6 + }], + base: 'ibc/33F475EF6154CA92660DEAC956975D13EA5FDC83DDA61BFC86E82A01CF2A797E', + name: 'pLuna (31Dec2026)', + display: 'pLUNA31Dec2026', + symbol: 'pLUNA-31Dec2026', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'p:uluna:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, { description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024', denom_units: [{ @@ -5372,6 +5597,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/7B76C0EE787B348E4A24A367B895643AA0282F9CE5D2FD87A12BDD09F3900C91', + exponent: 0, + aliases: ['p:stutia:31Mar2025'] + }, { + denom: 'pstTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/7B76C0EE787B348E4A24A367B895643AA0282F9CE5D2FD87A12BDD09F3900C91', + name: 'pstTia (31Mar2025)', + display: 'pstTIA31Mar2025', + symbol: 'pstTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'p:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -5512,6 +5772,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/99F427F2047BCC8A26690B3348D708562B8491216D6434FA9EE49784A0031C7E', + exponent: 0, + aliases: ['p:stadydx:31Mar2025'] + }, { + denom: 'pstDYDX31Mar2025', + exponent: 18 + }], + base: 'ibc/99F427F2047BCC8A26690B3348D708562B8491216D6434FA9EE49784A0031C7E', + name: 'pstDydx (31Mar2025)', + display: 'pstDYDX31Mar2025', + symbol: 'pstDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'p:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -5617,6 +5912,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/D01A3F96E28EC9BDBF0C531C9F00518F4684938E4328CA3BA116C7A3D0747863', + exponent: 0, + aliases: ['p:udatom:31Mar2025'] + }, { + denom: 'pdATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/D01A3F96E28EC9BDBF0C531C9F00518F4684938E4328CA3BA116C7A3D0747863', + name: 'pdAtom (31Mar2025)', + display: 'pdATOM31Mar2025', + symbol: 'pdATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'p:udatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, { description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -5758,9 +6088,44 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025', + description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/85C5EFED282A3CB0CFDBB4EE0FA69BDF9D717F92A501CF873D9B9DFF7D5A60CA', + denom: 'ibc/09013B7303A9C0A916B783C678FE8ED16E3331649A3745D8C24EB736F43FD1D6', + exponent: 0, + aliases: ['p:utia:31Mar2025'] + }, { + denom: 'pTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/09013B7303A9C0A916B783C678FE8ED16E3331649A3745D8C24EB736F43FD1D6', + name: 'pTia (31Mar2025)', + display: 'pTIA31Mar2025', + symbol: 'pTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'p:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, + { + description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025', + denom_units: [{ + denom: 'ibc/85C5EFED282A3CB0CFDBB4EE0FA69BDF9D717F92A501CF873D9B9DFF7D5A60CA', exponent: 0, aliases: ['p:utia:31Dec2025'] }, { @@ -5897,6 +6262,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/7DA6E145EDEAA35EFE308064CC8FCB28879C49664E294ADC19BBF2B18A8E80E6', + exponent: 0, + aliases: ['y:uatom:31Mar2025'] + }, { + denom: 'yATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/7DA6E145EDEAA35EFE308064CC8FCB28879C49664E294ADC19BBF2B18A8E80E6', + name: 'yAtom (31Mar2025)', + display: 'yATOM31Mar2025', + symbol: 'yATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'y:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, { description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -6037,6 +6437,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/903E2E2F78BEA7BE6DFFA2766F24D0DA56B628F611E45EF6E8FDB840B87986C2', + exponent: 0, + aliases: ['y:uosmo:31Mar2025'] + }, { + denom: 'yOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/903E2E2F78BEA7BE6DFFA2766F24D0DA56B628F611E45EF6E8FDB840B87986C2', + name: 'yOsmo (31Mar2025)', + display: 'yOSMO31Mar2025', + symbol: 'yOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'y:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, { description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -6177,6 +6612,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/3C0DC83F509501BD36FD5DFB09EE6D863D48A83D09A131D13C5A71DDF9212311', + exponent: 0, + aliases: ['y:inj:31Mar2025'] + }, { + denom: 'yINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/3C0DC83F509501BD36FD5DFB09EE6D863D48A83D09A131D13C5A71DDF9212311', + name: 'yInj (31Mar2025)', + display: 'yINJ31Mar2025', + symbol: 'yINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'y:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, { description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -6317,6 +6787,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/79F121E8FFEB19233292D6C19D852452EDB8EEAE8DFB0ED7DE55ADD7E498F232', + exponent: 0, + aliases: ['y:uluna:31Mar2025'] + }, { + denom: 'yLUNA31Mar2025', + exponent: 6 + }], + base: 'ibc/79F121E8FFEB19233292D6C19D852452EDB8EEAE8DFB0ED7DE55ADD7E498F232', + name: 'yLuna (31Mar2025)', + display: 'yLUNA31Mar2025', + symbol: 'yLUNA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'y:uluna:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, { description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025', denom_units: [{ @@ -6597,6 +7102,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/CD957A5A225461826A3EE8A16A0F64757E45365CC8F5A39210D52742C37F2F45', + exponent: 0, + aliases: ['y:stutia:31Mar2025'] + }, { + denom: 'ystTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/CD957A5A225461826A3EE8A16A0F64757E45365CC8F5A39210D52742C37F2F45', + name: 'ystTia (31Mar2025)', + display: 'ystTIA31Mar2025', + symbol: 'ystTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'y:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -6737,6 +7277,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/5AED1325AF0A69EA4FFF5C91B65ECA94525E6EF1574271C37B4994D2736D2152', + exponent: 0, + aliases: ['y:stadydx:31Mar2025'] + }, { + denom: 'ystDYDX31Mar2025', + exponent: 6 + }], + base: 'ibc/5AED1325AF0A69EA4FFF5C91B65ECA94525E6EF1574271C37B4994D2736D2152', + name: 'ystDydx (31Mar2025)', + display: 'ystDYDX31Mar2025', + symbol: 'ystDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'y:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -6842,6 +7417,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/89B9131E9F7F22990217C01E7B9217648EF3019C5FB22BBAA514554C6DD423FD', + exponent: 0, + aliases: ['y:udatom:31Mar2025'] + }, { + denom: 'ydATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/89B9131E9F7F22990217C01E7B9217648EF3019C5FB22BBAA514554C6DD423FD', + name: 'ydAtom (31Mar2025)', + display: 'ydATOM31Mar2025', + symbol: 'ydATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'y:udatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, { description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -6982,6 +7592,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/799DE7F3C5010434056B61104E7AB3E1FE33FA18A54A7E9C5534FC6B672DCE1D', + exponent: 0, + aliases: ['y:utia:31Mar2025'] + }, { + denom: 'yTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/799DE7F3C5010434056B61104E7AB3E1FE33FA18A54A7E9C5534FC6B672DCE1D', + name: 'yTia (31Mar2025)', + display: 'yTIA31Mar2025', + symbol: 'yTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'y:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, { description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025', denom_units: [{ @@ -8975,25 +9620,110 @@ const assets: AssetList = { }] }, { - 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.', - denom_units: [{ - denom: 'ibc/E070CE91CC4BD15AEC9B5788C0826755AAD35052A3037E9AC62BE70B4C9A7DBB', + description: 'The native token of Elys Network', + denom_units: [ + { + denom: 'ibc/0872AF0D1B0F6F23BA67631F9A4AFF633F289EE7B390478D7BA4F064A5135162', exponent: 0, - aliases: ['ungm'] - }, { - denom: 'ngm', - exponent: 6 - }], - base: 'ibc/E070CE91CC4BD15AEC9B5788C0826755AAD35052A3037E9AC62BE70B4C9A7DBB', - name: 'e-Money', - display: 'ngm', - symbol: 'NGM', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg' - }, - coingecko_id: 'e-money', - images: [{ + aliases: ['uelys'] + }, + { + denom: 'melys', + exponent: 3, + aliases: ['millielys'] + }, + { + denom: 'elys', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/0872AF0D1B0F6F23BA67631F9A4AFF633F289EE7B390478D7BA4F064A5135162', + name: 'Elys Network', + display: 'elys', + symbol: 'ELYS', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png' + }, + coingecko_id: 'elys', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'uelys', + chain_name: 'elys' + }, + chain: { + channel_id: 'channel-1266' + } + }] + }, + { + description: 'Eden token definition', + denom_units: [ + { + denom: 'ibc/22B6BC43434DE9470B3A8EBC049E67362CAF7F523BE103203405546E6E4AF565', + exponent: 0, + aliases: ['ueden'] + }, + { + denom: 'meden', + exponent: 3, + aliases: ['millieden'] + }, + { + denom: 'eden', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/22B6BC43434DE9470B3A8EBC049E67362CAF7F523BE103203405546E6E4AF565', + name: 'Eden', + display: 'eden', + symbol: 'EDEN', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'ueden', + chain_name: 'elys' + }, + chain: { + channel_id: 'channel-1266' + } + }] + }, + { + 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.', + denom_units: [{ + denom: 'ibc/E070CE91CC4BD15AEC9B5788C0826755AAD35052A3037E9AC62BE70B4C9A7DBB', + exponent: 0, + aliases: ['ungm'] + }, { + denom: 'ngm', + exponent: 6 + }], + base: 'ibc/E070CE91CC4BD15AEC9B5788C0826755AAD35052A3037E9AC62BE70B4C9A7DBB', + name: 'e-Money', + display: 'ngm', + symbol: 'NGM', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg' + }, + coingecko_id: 'e-money', + images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg', theme: { @@ -11424,6 +12154,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/0D8AD6BE3128DD5B380D59E362059F28A653A1680F37E55656BC6810F7BB918C', + exponent: 0, + aliases: ['p:uatom:31Mar2025'] + }, { + denom: 'pATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/0D8AD6BE3128DD5B380D59E362059F28A653A1680F37E55656BC6810F7BB918C', + name: 'pAtom (31Mar2025)', + display: 'pATOM31Mar2025', + symbol: 'pATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'p:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, { description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -11564,6 +12329,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/04DAD382745B7E21A32FC78943C45FAFF26805FC3D203BBDE677596572D3AAFB', + exponent: 0, + aliases: ['p:uosmo:31Mar2025'] + }, { + denom: 'pOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/04DAD382745B7E21A32FC78943C45FAFF26805FC3D203BBDE677596572D3AAFB', + name: 'pOsmo (31Mar2025)', + display: 'pOSMO31Mar2025', + symbol: 'pOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'p:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, { description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -11704,6 +12504,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/4B4BBFE7FA7FABD4DAE5593AEF5A6204B94EEC848B14E102EE72B6F81617080C', + exponent: 0, + aliases: ['p:inj:31Mar2025'] + }, { + denom: 'pINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/4B4BBFE7FA7FABD4DAE5593AEF5A6204B94EEC848B14E102EE72B6F81617080C', + name: 'pInj (31Mar2025)', + display: 'pINJ31Mar2025', + symbol: 'pINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'p:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, { description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -11845,19 +12680,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/33F475EF6154CA92660DEAC956975D13EA5FDC83DDA61BFC86E82A01CF2A797E', + denom: 'ibc/11AF79E683E92F357C1B8ED8052DFB4899E41D22B3F8D35FDF41117EAA10694A', exponent: 0, - aliases: ['p:uluna:31Dec2026'] + aliases: ['p:uluna:31Mar2025'] }, { - denom: 'pLUNA31Dec2026', + denom: 'pLUNA31Mar2025', exponent: 6 }], - base: 'ibc/33F475EF6154CA92660DEAC956975D13EA5FDC83DDA61BFC86E82A01CF2A797E', - name: 'pLuna (31Dec2026)', - display: 'pLUNA31Dec2026', - symbol: 'pLUNA-31Dec2026', + base: 'ibc/11AF79E683E92F357C1B8ED8052DFB4899E41D22B3F8D35FDF41117EAA10694A', + name: 'pLuna (31Mar2025)', + display: 'pLUNA31Mar2025', + symbol: 'pLUNA-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' @@ -11871,7 +12706,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-0', - base_denom: 'p:uluna:31Dec2026', + base_denom: 'p:uluna:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -11914,6 +12749,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + denom_units: [{ + denom: 'ibc/33F475EF6154CA92660DEAC956975D13EA5FDC83DDA61BFC86E82A01CF2A797E', + exponent: 0, + aliases: ['p:uluna:31Dec2026'] + }, { + denom: 'pLUNA31Dec2026', + exponent: 6 + }], + base: 'ibc/33F475EF6154CA92660DEAC956975D13EA5FDC83DDA61BFC86E82A01CF2A797E', + name: 'pLuna (31Dec2026)', + display: 'pLUNA31Dec2026', + symbol: 'pLUNA-31Dec2026', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'p:uluna:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, { description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024', denom_units: [{ @@ -12124,6 +12994,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/7B76C0EE787B348E4A24A367B895643AA0282F9CE5D2FD87A12BDD09F3900C91', + exponent: 0, + aliases: ['p:stutia:31Mar2025'] + }, { + denom: 'pstTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/7B76C0EE787B348E4A24A367B895643AA0282F9CE5D2FD87A12BDD09F3900C91', + name: 'pstTia (31Mar2025)', + display: 'pstTIA31Mar2025', + symbol: 'pstTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'p:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -12264,6 +13169,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/99F427F2047BCC8A26690B3348D708562B8491216D6434FA9EE49784A0031C7E', + exponent: 0, + aliases: ['p:stadydx:31Mar2025'] + }, { + denom: 'pstDYDX31Mar2025', + exponent: 18 + }], + base: 'ibc/99F427F2047BCC8A26690B3348D708562B8491216D6434FA9EE49784A0031C7E', + name: 'pstDydx (31Mar2025)', + display: 'pstDYDX31Mar2025', + symbol: 'pstDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'p:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -12369,6 +13309,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/D01A3F96E28EC9BDBF0C531C9F00518F4684938E4328CA3BA116C7A3D0747863', + exponent: 0, + aliases: ['p:udatom:31Mar2025'] + }, { + denom: 'pdATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/D01A3F96E28EC9BDBF0C531C9F00518F4684938E4328CA3BA116C7A3D0747863', + name: 'pdAtom (31Mar2025)', + display: 'pdATOM31Mar2025', + symbol: 'pdATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'p:udatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, { description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -12509,6 +13484,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/09013B7303A9C0A916B783C678FE8ED16E3331649A3745D8C24EB736F43FD1D6', + exponent: 0, + aliases: ['p:utia:31Mar2025'] + }, { + denom: 'pTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/09013B7303A9C0A916B783C678FE8ED16E3331649A3745D8C24EB736F43FD1D6', + name: 'pTia (31Mar2025)', + display: 'pTIA31Mar2025', + symbol: 'pTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'p:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, { description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025', denom_units: [{ @@ -12649,6 +13659,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/7DA6E145EDEAA35EFE308064CC8FCB28879C49664E294ADC19BBF2B18A8E80E6', + exponent: 0, + aliases: ['y:uatom:31Mar2025'] + }, { + denom: 'yATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/7DA6E145EDEAA35EFE308064CC8FCB28879C49664E294ADC19BBF2B18A8E80E6', + name: 'yAtom (31Mar2025)', + display: 'yATOM31Mar2025', + symbol: 'yATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'y:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, { description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -12789,6 +13834,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/903E2E2F78BEA7BE6DFFA2766F24D0DA56B628F611E45EF6E8FDB840B87986C2', + exponent: 0, + aliases: ['y:uosmo:31Mar2025'] + }, { + denom: 'yOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/903E2E2F78BEA7BE6DFFA2766F24D0DA56B628F611E45EF6E8FDB840B87986C2', + name: 'yOsmo (31Mar2025)', + display: 'yOSMO31Mar2025', + symbol: 'yOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'y:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, { description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -12929,6 +14009,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/3C0DC83F509501BD36FD5DFB09EE6D863D48A83D09A131D13C5A71DDF9212311', + exponent: 0, + aliases: ['y:inj:31Mar2025'] + }, { + denom: 'yINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/3C0DC83F509501BD36FD5DFB09EE6D863D48A83D09A131D13C5A71DDF9212311', + name: 'yInj (31Mar2025)', + display: 'yINJ31Mar2025', + symbol: 'yINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'y:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, { description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -13069,6 +14184,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/79F121E8FFEB19233292D6C19D852452EDB8EEAE8DFB0ED7DE55ADD7E498F232', + exponent: 0, + aliases: ['y:uluna:31Mar2025'] + }, { + denom: 'yLUNA31Mar2025', + exponent: 6 + }], + base: 'ibc/79F121E8FFEB19233292D6C19D852452EDB8EEAE8DFB0ED7DE55ADD7E498F232', + name: 'yLuna (31Mar2025)', + display: 'yLUNA31Mar2025', + symbol: 'yLUNA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'y:uluna:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, { description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025', denom_units: [{ @@ -13349,6 +14499,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/CD957A5A225461826A3EE8A16A0F64757E45365CC8F5A39210D52742C37F2F45', + exponent: 0, + aliases: ['y:stutia:31Mar2025'] + }, { + denom: 'ystTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/CD957A5A225461826A3EE8A16A0F64757E45365CC8F5A39210D52742C37F2F45', + name: 'ystTia (31Mar2025)', + display: 'ystTIA31Mar2025', + symbol: 'ystTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'y:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -13489,6 +14674,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/5AED1325AF0A69EA4FFF5C91B65ECA94525E6EF1574271C37B4994D2736D2152', + exponent: 0, + aliases: ['y:stadydx:31Mar2025'] + }, { + denom: 'ystDYDX31Mar2025', + exponent: 6 + }], + base: 'ibc/5AED1325AF0A69EA4FFF5C91B65ECA94525E6EF1574271C37B4994D2736D2152', + name: 'ystDydx (31Mar2025)', + display: 'ystDYDX31Mar2025', + symbol: 'ystDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'y:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -13594,6 +14814,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/89B9131E9F7F22990217C01E7B9217648EF3019C5FB22BBAA514554C6DD423FD', + exponent: 0, + aliases: ['y:udatom:31Mar2025'] + }, { + denom: 'ydATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/89B9131E9F7F22990217C01E7B9217648EF3019C5FB22BBAA514554C6DD423FD', + name: 'ydAtom (31Mar2025)', + display: 'ydATOM31Mar2025', + symbol: 'ydATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'y:udatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, { description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -13734,6 +14989,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/799DE7F3C5010434056B61104E7AB3E1FE33FA18A54A7E9C5534FC6B672DCE1D', + exponent: 0, + aliases: ['y:utia:31Mar2025'] + }, { + denom: 'yTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/799DE7F3C5010434056B61104E7AB3E1FE33FA18A54A7E9C5534FC6B672DCE1D', + name: 'yTia (31Mar2025)', + display: 'yTIA31Mar2025', + symbol: 'yTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'y:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-859' + } + }] + }, { description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025', denom_units: [{ diff --git a/v1/packages/assets/src/mainnet/dydx.ts b/v1/packages/assets/src/mainnet/dydx.ts index c99e11fa2..e67a2b6f5 100644 --- a/v1/packages/assets/src/mainnet/dydx.ts +++ b/v1/packages/assets/src/mainnet/dydx.ts @@ -1103,6 +1103,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/9D27165D4EB118FC56DA59C336C18DE8DEA8A806DD6563330F2EF0BBC8FCFF43', + exponent: 0, + aliases: ['p:uatom:31Mar2025'] + }, { + denom: 'pATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/9D27165D4EB118FC56DA59C336C18DE8DEA8A806DD6563330F2EF0BBC8FCFF43', + name: 'pAtom (31Mar2025)', + display: 'pATOM31Mar2025', + symbol: 'pATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'p:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, { description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -1243,6 +1278,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/22851100D01C89BF2E7C55F91E80A044C441D1358D44C5BC495692EDB188E354', + exponent: 0, + aliases: ['p:uosmo:31Mar2025'] + }, { + denom: 'pOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/22851100D01C89BF2E7C55F91E80A044C441D1358D44C5BC495692EDB188E354', + name: 'pOsmo (31Mar2025)', + display: 'pOSMO31Mar2025', + symbol: 'pOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'p:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, { description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -1383,6 +1453,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/2A06A0123134679AAEA083A18C1703532635AC4ECC6362A270BD496B6974804F', + exponent: 0, + aliases: ['p:inj:31Mar2025'] + }, { + denom: 'pINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/2A06A0123134679AAEA083A18C1703532635AC4ECC6362A270BD496B6974804F', + name: 'pInj (31Mar2025)', + display: 'pINJ31Mar2025', + symbol: 'pINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'p:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, { description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -1524,19 +1629,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/1BD47FFE0BE6BC4A0C3AC0A9C58B90DC1199456AE49F107EDC2A683800943F15', + denom: 'ibc/6EBCBD5DACD6CD5D44E7B9AFCC6CAB0F7DDED15029E0DAD8011FE0DBF82B0CEB', exponent: 0, - aliases: ['p:uluna:31Dec2026'] + aliases: ['p:uluna:31Mar2025'] }, { - denom: 'pLUNA31Dec2026', + denom: 'pLUNA31Mar2025', exponent: 6 }], - base: 'ibc/1BD47FFE0BE6BC4A0C3AC0A9C58B90DC1199456AE49F107EDC2A683800943F15', - name: 'pLuna (31Dec2026)', - display: 'pLUNA31Dec2026', - symbol: 'pLUNA-31Dec2026', + base: 'ibc/6EBCBD5DACD6CD5D44E7B9AFCC6CAB0F7DDED15029E0DAD8011FE0DBF82B0CEB', + name: 'pLuna (31Mar2025)', + display: 'pLUNA31Mar2025', + symbol: 'pLUNA-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' @@ -1550,7 +1655,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-24', - base_denom: 'p:uluna:31Dec2026', + base_denom: 'p:uluna:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -1593,6 +1698,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + denom_units: [{ + denom: 'ibc/1BD47FFE0BE6BC4A0C3AC0A9C58B90DC1199456AE49F107EDC2A683800943F15', + exponent: 0, + aliases: ['p:uluna:31Dec2026'] + }, { + denom: 'pLUNA31Dec2026', + exponent: 6 + }], + base: 'ibc/1BD47FFE0BE6BC4A0C3AC0A9C58B90DC1199456AE49F107EDC2A683800943F15', + name: 'pLuna (31Dec2026)', + display: 'pLUNA31Dec2026', + symbol: 'pLUNA-31Dec2026', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'p:uluna:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, { description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024', denom_units: [{ @@ -1803,6 +1943,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/6F3D30774F5079BFC5CE772A854F06E86F7AC8C8D50D4E1C53E5743D817BE43E', + exponent: 0, + aliases: ['p:stutia:31Mar2025'] + }, { + denom: 'pstTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/6F3D30774F5079BFC5CE772A854F06E86F7AC8C8D50D4E1C53E5743D817BE43E', + name: 'pstTia (31Mar2025)', + display: 'pstTIA31Mar2025', + symbol: 'pstTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'p:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -1943,6 +2118,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/E7C1CB0F30C30F4DCDBE36F3E2078477D874626683670F0B630BCD96A1041443', + exponent: 0, + aliases: ['p:stadydx:31Mar2025'] + }, { + denom: 'pstDYDX31Mar2025', + exponent: 18 + }], + base: 'ibc/E7C1CB0F30C30F4DCDBE36F3E2078477D874626683670F0B630BCD96A1041443', + name: 'pstDydx (31Mar2025)', + display: 'pstDYDX31Mar2025', + symbol: 'pstDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'p:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -2048,6 +2258,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/F3F282409EE4FC76DA76AD3404D73883727CB92DBEFA5EB61F4DDCEDE5DD902A', + exponent: 0, + aliases: ['p:udatom:31Mar2025'] + }, { + denom: 'pdATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/F3F282409EE4FC76DA76AD3404D73883727CB92DBEFA5EB61F4DDCEDE5DD902A', + name: 'pdAtom (31Mar2025)', + display: 'pdATOM31Mar2025', + symbol: 'pdATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'p:udatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, { description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -2188,6 +2433,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/EE33F3D41F141721C6712906AFF0C786AC03DA1FEA300E2167F3C5640466CBBA', + exponent: 0, + aliases: ['p:utia:31Mar2025'] + }, { + denom: 'pTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/EE33F3D41F141721C6712906AFF0C786AC03DA1FEA300E2167F3C5640466CBBA', + name: 'pTia (31Mar2025)', + display: 'pTIA31Mar2025', + symbol: 'pTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'p:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, { description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025', denom_units: [{ @@ -2328,6 +2608,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/92FCE5EC61DAC96AB821B4F07B2CD3695B4663FA17E50EC321996D81AF7FBEFF', + exponent: 0, + aliases: ['y:uatom:31Mar2025'] + }, { + denom: 'yATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/92FCE5EC61DAC96AB821B4F07B2CD3695B4663FA17E50EC321996D81AF7FBEFF', + name: 'yAtom (31Mar2025)', + display: 'yATOM31Mar2025', + symbol: 'yATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'y:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, { description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -2468,6 +2783,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/5F54EBA343BA035A05B3654DAAB6A4E4F627F60B324A00704C65A9068C7238D9', + exponent: 0, + aliases: ['y:uosmo:31Mar2025'] + }, { + denom: 'yOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/5F54EBA343BA035A05B3654DAAB6A4E4F627F60B324A00704C65A9068C7238D9', + name: 'yOsmo (31Mar2025)', + display: 'yOSMO31Mar2025', + symbol: 'yOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'y:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, { description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -2608,6 +2958,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/11D911803B922962DBD7CC5B9A047884189F60B5C10CD7D19DF63792A35ABC8B', + exponent: 0, + aliases: ['y:inj:31Mar2025'] + }, { + denom: 'yINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/11D911803B922962DBD7CC5B9A047884189F60B5C10CD7D19DF63792A35ABC8B', + name: 'yInj (31Mar2025)', + display: 'yINJ31Mar2025', + symbol: 'yINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'y:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, { description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -2748,6 +3133,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/E1393F0B256D1FA213629037527A4AC99FD2BBDAE89ECD21E53E5E45FF8D3DB9', + exponent: 0, + aliases: ['y:uluna:31Mar2025'] + }, { + denom: 'yLUNA31Mar2025', + exponent: 6 + }], + base: 'ibc/E1393F0B256D1FA213629037527A4AC99FD2BBDAE89ECD21E53E5E45FF8D3DB9', + name: 'yLuna (31Mar2025)', + display: 'yLUNA31Mar2025', + symbol: 'yLUNA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'y:uluna:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, { description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025', denom_units: [{ @@ -3028,6 +3448,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/60CD0B58DEF0C83785D0F1483B16833E3B5964A65268F519989F8A0D7989F519', + exponent: 0, + aliases: ['y:stutia:31Mar2025'] + }, { + denom: 'ystTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/60CD0B58DEF0C83785D0F1483B16833E3B5964A65268F519989F8A0D7989F519', + name: 'ystTia (31Mar2025)', + display: 'ystTIA31Mar2025', + symbol: 'ystTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'y:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -3168,6 +3623,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/A556FBBB28F19023165BCAD3FD4B1DE8B491EE3120D682423D447D359493C71A', + exponent: 0, + aliases: ['y:stadydx:31Mar2025'] + }, { + denom: 'ystDYDX31Mar2025', + exponent: 6 + }], + base: 'ibc/A556FBBB28F19023165BCAD3FD4B1DE8B491EE3120D682423D447D359493C71A', + name: 'ystDydx (31Mar2025)', + display: 'ystDYDX31Mar2025', + symbol: 'ystDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'y:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -3218,19 +3708,54 @@ const assets: AssetList = { display: 'ystDYDX31Dec2026', symbol: 'ystDYDX-31Dec2026', logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'y:stadydx:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, + { + description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024', + denom_units: [{ + denom: 'ibc/6C7259CA7D8D34EAA3248232B866CC655531B3F518E6C78D9FA3E6BC46F3827B', + exponent: 0, + aliases: ['y:udatom:31Dec2024'] + }, { + denom: 'ydATOM31Dec2024', + exponent: 6 + }], + base: 'ibc/6C7259CA7D8D34EAA3248232B866CC655531B3F518E6C78D9FA3E6BC46F3827B', + name: 'ydAtom (31Dec2024)', + display: 'ydATOM31Dec2024', + symbol: 'ydATOM-31Dec2024', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' }, images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' }], type_asset: 'sdk.coin', traces: [{ type: 'ibc', counterparty: { channel_id: 'channel-24', - base_denom: 'y:stadydx:31Dec2026', + base_denom: 'y:udatom:31Dec2024', chain_name: 'pryzm' }, chain: { @@ -3239,19 +3764,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024', + description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/6C7259CA7D8D34EAA3248232B866CC655531B3F518E6C78D9FA3E6BC46F3827B', + denom: 'ibc/5E1BBCEEA0A47D3B39D5B0D2A50E574B7C91E9A59A164EA082D72D2EFFB2360D', exponent: 0, - aliases: ['y:udatom:31Dec2024'] + aliases: ['y:udatom:31Mar2025'] }, { - denom: 'ydATOM31Dec2024', + denom: 'ydATOM31Mar2025', exponent: 6 }], - base: 'ibc/6C7259CA7D8D34EAA3248232B866CC655531B3F518E6C78D9FA3E6BC46F3827B', - name: 'ydAtom (31Dec2024)', - display: 'ydATOM31Dec2024', - symbol: 'ydATOM-31Dec2024', + base: 'ibc/5E1BBCEEA0A47D3B39D5B0D2A50E574B7C91E9A59A164EA082D72D2EFFB2360D', + name: 'ydAtom (31Mar2025)', + display: 'ydATOM31Mar2025', + symbol: 'ydATOM-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' @@ -3265,7 +3790,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-24', - base_denom: 'y:udatom:31Dec2024', + base_denom: 'y:udatom:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -3413,6 +3938,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/43975CDACACF54C8B32DF42E2CAE044C10E38CF457ED0518F5DC6E4418277F2E', + exponent: 0, + aliases: ['y:utia:31Mar2025'] + }, { + denom: 'yTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/43975CDACACF54C8B32DF42E2CAE044C10E38CF457ED0518F5DC6E4418277F2E', + name: 'yTia (31Mar2025)', + display: 'yTIA31Mar2025', + symbol: 'yTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'y:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, { description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025', denom_units: [{ @@ -5441,6 +6001,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/9D27165D4EB118FC56DA59C336C18DE8DEA8A806DD6563330F2EF0BBC8FCFF43', + exponent: 0, + aliases: ['p:uatom:31Mar2025'] + }, { + denom: 'pATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/9D27165D4EB118FC56DA59C336C18DE8DEA8A806DD6563330F2EF0BBC8FCFF43', + name: 'pAtom (31Mar2025)', + display: 'pATOM31Mar2025', + symbol: 'pATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'p:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, { description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -5581,6 +6176,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/22851100D01C89BF2E7C55F91E80A044C441D1358D44C5BC495692EDB188E354', + exponent: 0, + aliases: ['p:uosmo:31Mar2025'] + }, { + denom: 'pOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/22851100D01C89BF2E7C55F91E80A044C441D1358D44C5BC495692EDB188E354', + name: 'pOsmo (31Mar2025)', + display: 'pOSMO31Mar2025', + symbol: 'pOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'p:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, { description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -5721,6 +6351,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/2A06A0123134679AAEA083A18C1703532635AC4ECC6362A270BD496B6974804F', + exponent: 0, + aliases: ['p:inj:31Mar2025'] + }, { + denom: 'pINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/2A06A0123134679AAEA083A18C1703532635AC4ECC6362A270BD496B6974804F', + name: 'pInj (31Mar2025)', + display: 'pINJ31Mar2025', + symbol: 'pINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'p:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, { description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -5862,19 +6527,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/1BD47FFE0BE6BC4A0C3AC0A9C58B90DC1199456AE49F107EDC2A683800943F15', + denom: 'ibc/6EBCBD5DACD6CD5D44E7B9AFCC6CAB0F7DDED15029E0DAD8011FE0DBF82B0CEB', exponent: 0, - aliases: ['p:uluna:31Dec2026'] + aliases: ['p:uluna:31Mar2025'] }, { - denom: 'pLUNA31Dec2026', + denom: 'pLUNA31Mar2025', exponent: 6 }], - base: 'ibc/1BD47FFE0BE6BC4A0C3AC0A9C58B90DC1199456AE49F107EDC2A683800943F15', - name: 'pLuna (31Dec2026)', - display: 'pLUNA31Dec2026', - symbol: 'pLUNA-31Dec2026', + base: 'ibc/6EBCBD5DACD6CD5D44E7B9AFCC6CAB0F7DDED15029E0DAD8011FE0DBF82B0CEB', + name: 'pLuna (31Mar2025)', + display: 'pLUNA31Mar2025', + symbol: 'pLUNA-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' @@ -5888,7 +6553,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-24', - base_denom: 'p:uluna:31Dec2026', + base_denom: 'p:uluna:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -5931,6 +6596,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + denom_units: [{ + denom: 'ibc/1BD47FFE0BE6BC4A0C3AC0A9C58B90DC1199456AE49F107EDC2A683800943F15', + exponent: 0, + aliases: ['p:uluna:31Dec2026'] + }, { + denom: 'pLUNA31Dec2026', + exponent: 6 + }], + base: 'ibc/1BD47FFE0BE6BC4A0C3AC0A9C58B90DC1199456AE49F107EDC2A683800943F15', + name: 'pLuna (31Dec2026)', + display: 'pLUNA31Dec2026', + symbol: 'pLUNA-31Dec2026', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'p:uluna:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, { description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024', denom_units: [{ @@ -6141,6 +6841,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/6F3D30774F5079BFC5CE772A854F06E86F7AC8C8D50D4E1C53E5743D817BE43E', + exponent: 0, + aliases: ['p:stutia:31Mar2025'] + }, { + denom: 'pstTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/6F3D30774F5079BFC5CE772A854F06E86F7AC8C8D50D4E1C53E5743D817BE43E', + name: 'pstTia (31Mar2025)', + display: 'pstTIA31Mar2025', + symbol: 'pstTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'p:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -6281,6 +7016,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/E7C1CB0F30C30F4DCDBE36F3E2078477D874626683670F0B630BCD96A1041443', + exponent: 0, + aliases: ['p:stadydx:31Mar2025'] + }, { + denom: 'pstDYDX31Mar2025', + exponent: 18 + }], + base: 'ibc/E7C1CB0F30C30F4DCDBE36F3E2078477D874626683670F0B630BCD96A1041443', + name: 'pstDydx (31Mar2025)', + display: 'pstDYDX31Mar2025', + symbol: 'pstDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'p:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -6331,19 +7101,54 @@ const assets: AssetList = { display: 'pstDYDX31Dec2026', symbol: 'pstDYDX-31Dec2026', logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'p:stadydx:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, + { + description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024', + denom_units: [{ + denom: 'ibc/3693F37E71DB3A5641161D53BD8D6F98274674607DE98C3EC0C72314E25A8CF5', + exponent: 0, + aliases: ['p:udatom:31Dec2024'] + }, { + denom: 'pdATOM31Dec2024', + exponent: 6 + }], + base: 'ibc/3693F37E71DB3A5641161D53BD8D6F98274674607DE98C3EC0C72314E25A8CF5', + name: 'pdAtom (31Dec2024)', + display: 'pdATOM31Dec2024', + symbol: 'pdATOM-31Dec2024', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' }, images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' }], type_asset: 'sdk.coin', traces: [{ type: 'ibc', counterparty: { channel_id: 'channel-24', - base_denom: 'p:stadydx:31Dec2026', + base_denom: 'p:udatom:31Dec2024', chain_name: 'pryzm' }, chain: { @@ -6352,19 +7157,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024', + description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/3693F37E71DB3A5641161D53BD8D6F98274674607DE98C3EC0C72314E25A8CF5', + denom: 'ibc/F3F282409EE4FC76DA76AD3404D73883727CB92DBEFA5EB61F4DDCEDE5DD902A', exponent: 0, - aliases: ['p:udatom:31Dec2024'] + aliases: ['p:udatom:31Mar2025'] }, { - denom: 'pdATOM31Dec2024', + denom: 'pdATOM31Mar2025', exponent: 6 }], - base: 'ibc/3693F37E71DB3A5641161D53BD8D6F98274674607DE98C3EC0C72314E25A8CF5', - name: 'pdAtom (31Dec2024)', - display: 'pdATOM31Dec2024', - symbol: 'pdATOM-31Dec2024', + base: 'ibc/F3F282409EE4FC76DA76AD3404D73883727CB92DBEFA5EB61F4DDCEDE5DD902A', + name: 'pdAtom (31Mar2025)', + display: 'pdATOM31Mar2025', + symbol: 'pdATOM-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' @@ -6378,7 +7183,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-24', - base_denom: 'p:udatom:31Dec2024', + base_denom: 'p:udatom:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -6526,6 +7331,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/EE33F3D41F141721C6712906AFF0C786AC03DA1FEA300E2167F3C5640466CBBA', + exponent: 0, + aliases: ['p:utia:31Mar2025'] + }, { + denom: 'pTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/EE33F3D41F141721C6712906AFF0C786AC03DA1FEA300E2167F3C5640466CBBA', + name: 'pTia (31Mar2025)', + display: 'pTIA31Mar2025', + symbol: 'pTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'p:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, { description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025', denom_units: [{ @@ -6666,6 +7506,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/92FCE5EC61DAC96AB821B4F07B2CD3695B4663FA17E50EC321996D81AF7FBEFF', + exponent: 0, + aliases: ['y:uatom:31Mar2025'] + }, { + denom: 'yATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/92FCE5EC61DAC96AB821B4F07B2CD3695B4663FA17E50EC321996D81AF7FBEFF', + name: 'yAtom (31Mar2025)', + display: 'yATOM31Mar2025', + symbol: 'yATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'y:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, { description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -6806,6 +7681,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/5F54EBA343BA035A05B3654DAAB6A4E4F627F60B324A00704C65A9068C7238D9', + exponent: 0, + aliases: ['y:uosmo:31Mar2025'] + }, { + denom: 'yOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/5F54EBA343BA035A05B3654DAAB6A4E4F627F60B324A00704C65A9068C7238D9', + name: 'yOsmo (31Mar2025)', + display: 'yOSMO31Mar2025', + symbol: 'yOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'y:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, { description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -6946,6 +7856,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/11D911803B922962DBD7CC5B9A047884189F60B5C10CD7D19DF63792A35ABC8B', + exponent: 0, + aliases: ['y:inj:31Mar2025'] + }, { + denom: 'yINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/11D911803B922962DBD7CC5B9A047884189F60B5C10CD7D19DF63792A35ABC8B', + name: 'yInj (31Mar2025)', + display: 'yINJ31Mar2025', + symbol: 'yINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'y:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, { description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -7086,6 +8031,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/E1393F0B256D1FA213629037527A4AC99FD2BBDAE89ECD21E53E5E45FF8D3DB9', + exponent: 0, + aliases: ['y:uluna:31Mar2025'] + }, { + denom: 'yLUNA31Mar2025', + exponent: 6 + }], + base: 'ibc/E1393F0B256D1FA213629037527A4AC99FD2BBDAE89ECD21E53E5E45FF8D3DB9', + name: 'yLuna (31Mar2025)', + display: 'yLUNA31Mar2025', + symbol: 'yLUNA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'y:uluna:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, { description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025', denom_units: [{ @@ -7366,6 +8346,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/60CD0B58DEF0C83785D0F1483B16833E3B5964A65268F519989F8A0D7989F519', + exponent: 0, + aliases: ['y:stutia:31Mar2025'] + }, { + denom: 'ystTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/60CD0B58DEF0C83785D0F1483B16833E3B5964A65268F519989F8A0D7989F519', + name: 'ystTia (31Mar2025)', + display: 'ystTIA31Mar2025', + symbol: 'ystTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'y:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -7506,6 +8521,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/A556FBBB28F19023165BCAD3FD4B1DE8B491EE3120D682423D447D359493C71A', + exponent: 0, + aliases: ['y:stadydx:31Mar2025'] + }, { + denom: 'ystDYDX31Mar2025', + exponent: 6 + }], + base: 'ibc/A556FBBB28F19023165BCAD3FD4B1DE8B491EE3120D682423D447D359493C71A', + name: 'ystDydx (31Mar2025)', + display: 'ystDYDX31Mar2025', + symbol: 'ystDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'y:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -7611,6 +8661,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/5E1BBCEEA0A47D3B39D5B0D2A50E574B7C91E9A59A164EA082D72D2EFFB2360D', + exponent: 0, + aliases: ['y:udatom:31Mar2025'] + }, { + denom: 'ydATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/5E1BBCEEA0A47D3B39D5B0D2A50E574B7C91E9A59A164EA082D72D2EFFB2360D', + name: 'ydAtom (31Mar2025)', + display: 'ydATOM31Mar2025', + symbol: 'ydATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'y:udatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, { description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -7751,6 +8836,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/43975CDACACF54C8B32DF42E2CAE044C10E38CF457ED0518F5DC6E4418277F2E', + exponent: 0, + aliases: ['y:utia:31Mar2025'] + }, { + denom: 'yTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/43975CDACACF54C8B32DF42E2CAE044C10E38CF457ED0518F5DC6E4418277F2E', + name: 'yTia (31Mar2025)', + display: 'yTIA31Mar2025', + symbol: 'yTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-24', + base_denom: 'y:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-71' + } + }] + }, { description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025', denom_units: [{ diff --git a/v1/packages/assets/src/mainnet/elys.ts b/v1/packages/assets/src/mainnet/elys.ts new file mode 100644 index 000000000..e92d30790 --- /dev/null +++ b/v1/packages/assets/src/mainnet/elys.ts @@ -0,0 +1,766 @@ +import { AssetList } from '@chain-registry/types'; +const assets: AssetList = { + chain_name: 'elys', + assets: [ + { + description: 'Akash Network is a decentralized cloud computing marketplace that connects users with unused computing resources, offering a cost-effective alternative to traditional cloud providers.', + denom_units: [{ + denom: 'ibc/799FDD409719A1122586A629AE8FCA17380351A51C1F47A80A1B8E7F2A491098', + exponent: 0, + aliases: ['uakt'] + }, { + denom: 'akt', + exponent: 6 + }], + base: 'ibc/799FDD409719A1122586A629AE8FCA17380351A51C1F47A80A1B8E7F2A491098', + name: 'Akash Network', + display: 'akt', + symbol: 'AKT', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg' + }, + coingecko_id: 'akash-network', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg', + theme: { + primary_color_hex: '#bc342c' + } + }], + socials: { + website: 'https://akash.network/', + twitter: 'https://twitter.com/akashnet_' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-129', + base_denom: 'uakt', + chain_name: 'akash' + }, + chain: { + channel_id: 'channel-5' + } + }] + }, + { + description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.', + denom_units: [{ + denom: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3', + exponent: 0, + aliases: ['uaxl'] + }, { + denom: 'axl', + exponent: 6 + }], + base: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3', + name: 'Axelar', + display: 'axl', + symbol: 'AXL', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg' + }, + coingecko_id: 'axelar', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg', + theme: { + primary_color_hex: '#040404' + } + }], + socials: { + website: 'https://axelar.network/', + twitter: 'https://twitter.com/axelarnetwork' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-163', + base_denom: 'uaxl', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-3' + } + }] + }, + { + description: 'Celestia is a modular blockchain network focused on data availability, allowing developers to deploy their own customizable blockchains with ease.', + denom_units: [{ + denom: 'ibc/45D6B52CAD911A15BD9C2F5FFDA80E26AFCB05C7CD520070790ABC86D2B24229', + exponent: 0, + aliases: ['utia'] + }, { + denom: 'tia', + exponent: 6 + }], + base: 'ibc/45D6B52CAD911A15BD9C2F5FFDA80E26AFCB05C7CD520070790ABC86D2B24229', + name: 'Celestia', + display: 'tia', + symbol: 'TIA', + coingecko_id: 'celestia', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg', + theme: { + primary_color_hex: '#7c2cfb' + } + }], + socials: { + website: 'https://celestia.org/', + twitter: 'https://twitter.com/CelestiaOrg' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-50', + base_denom: 'utia', + chain_name: 'celestia' + }, + chain: { + channel_id: 'channel-4' + } + }] + }, + { + description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.', + denom_units: [{ + denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9', + exponent: 0, + aliases: ['uatom'] + }, { + denom: 'atom', + exponent: 6 + }], + base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9', + name: 'Cosmos Hub Atom', + display: 'atom', + symbol: 'ATOM', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg' + }, + coingecko_id: 'cosmos', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg', + theme: { + primary_color_hex: '#272d45' + } + }], + socials: { + website: 'https://cosmos.network', + twitter: 'https://twitter.com/cosmoshub' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1266', + base_denom: 'uatom', + chain_name: 'cosmoshub' + }, + chain: { + channel_id: 'channel-1' + } + }] + }, + { + description: 'Akash Network is a decentralized cloud computing marketplace that connects users with unused computing resources, offering a cost-effective alternative to traditional cloud providers.', + denom_units: [{ + denom: 'ibc/799FDD409719A1122586A629AE8FCA17380351A51C1F47A80A1B8E7F2A491098', + exponent: 0, + aliases: ['uakt'] + }, { + denom: 'akt', + exponent: 6 + }], + base: 'ibc/799FDD409719A1122586A629AE8FCA17380351A51C1F47A80A1B8E7F2A491098', + name: 'Akash Network', + display: 'akt', + symbol: 'AKT', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg' + }, + coingecko_id: 'akash-network', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg', + theme: { + primary_color_hex: '#bc342c' + } + }], + socials: { + website: 'https://akash.network/', + twitter: 'https://twitter.com/akashnet_' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-129', + base_denom: 'uakt', + chain_name: 'akash' + }, + chain: { + channel_id: 'channel-5' + } + }] + }, + { + description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.', + denom_units: [{ + denom: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3', + exponent: 0, + aliases: ['uaxl'] + }, { + denom: 'axl', + exponent: 6 + }], + base: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3', + name: 'Axelar', + display: 'axl', + symbol: 'AXL', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg' + }, + coingecko_id: 'axelar', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg', + theme: { + primary_color_hex: '#040404' + } + }], + socials: { + website: 'https://axelar.network/', + twitter: 'https://twitter.com/axelarnetwork' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-163', + base_denom: 'uaxl', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-3' + } + }] + }, + { + description: 'Celestia is a modular blockchain network focused on data availability, allowing developers to deploy their own customizable blockchains with ease.', + denom_units: [{ + denom: 'ibc/45D6B52CAD911A15BD9C2F5FFDA80E26AFCB05C7CD520070790ABC86D2B24229', + exponent: 0, + aliases: ['utia'] + }, { + denom: 'tia', + exponent: 6 + }], + base: 'ibc/45D6B52CAD911A15BD9C2F5FFDA80E26AFCB05C7CD520070790ABC86D2B24229', + name: 'Celestia', + display: 'tia', + symbol: 'TIA', + coingecko_id: 'celestia', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg', + theme: { + primary_color_hex: '#7c2cfb' + } + }], + socials: { + website: 'https://celestia.org/', + twitter: 'https://twitter.com/CelestiaOrg' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-50', + base_denom: 'utia', + chain_name: 'celestia' + }, + chain: { + channel_id: 'channel-4' + } + }] + }, + { + description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.', + denom_units: [{ + denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9', + exponent: 0, + aliases: ['uatom'] + }, { + denom: 'atom', + exponent: 6 + }], + base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9', + name: 'Cosmos Hub Atom', + display: 'atom', + symbol: 'ATOM', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg' + }, + coingecko_id: 'cosmos', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg', + theme: { + primary_color_hex: '#272d45' + } + }], + socials: { + website: 'https://cosmos.network', + twitter: 'https://twitter.com/cosmoshub' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1266', + base_denom: 'uatom', + chain_name: 'cosmoshub' + }, + chain: { + channel_id: 'channel-1' + } + }] + }, + { + description: 'The permissioned staking asset for Noble Chain', + denom_units: [{ + denom: 'ibc/825446D2FFB7DD0FE55C78C9C6D4855F253136BE596FE20E3AFCB856A86340AE', + exponent: 0, + aliases: ['ustake'] + }, { + denom: 'stake', + exponent: 6 + }], + type_asset: 'sdk.coin', + base: 'ibc/825446D2FFB7DD0FE55C78C9C6D4855F253136BE596FE20E3AFCB856A86340AE', + name: 'Stake', + display: 'stake', + symbol: 'STAKE', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg', + theme: { + primary_color_hex: '#a8bbfb' + } + }], + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-117', + base_denom: 'ustake', + chain_name: 'noble' + }, + chain: { + channel_id: 'channel-2' + } + }] + }, + { + description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.', + denom_units: [{ + denom: 'ibc/9E307D24589486770E9F5B965AAF5D11C2D4288D424504CD2EAE21FD3A0E5EDE', + exponent: 0, + aliases: ['ufrienzies'] + }, { + denom: 'frienzies', + exponent: 6 + }], + type_asset: 'sdk.coin', + base: 'ibc/9E307D24589486770E9F5B965AAF5D11C2D4288D424504CD2EAE21FD3A0E5EDE', + display: 'frienzies', + name: 'Frienzies', + symbol: 'FRNZ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg', + theme: { + primary_color_hex: '#04041c' + } + }], + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-117', + base_denom: 'ufrienzies', + chain_name: 'noble' + }, + chain: { + channel_id: 'channel-2' + } + }] + }, + { + description: 'Ondo US Dollar Yield', + denom_units: [{ + denom: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239', + exponent: 0, + aliases: ['ausdy'] + }, { + denom: 'usdy', + exponent: 18 + }], + base: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239', + display: 'usdy', + name: 'Ondo US Dollar Yield', + symbol: 'USDY', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg', + theme: { + primary_color_hex: '#142c5c' + } + }], + coingecko_id: 'ondo-us-dollar-yield', + socials: { + website: 'https://ondo.finance/usdy', + twitter: 'https://x.com/OndoFinance' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-117', + base_denom: 'ausdy', + chain_name: 'noble' + }, + chain: { + channel_id: 'channel-2' + } + }] + }, + { + description: 'The native token of Osmosis', + denom_units: [{ + denom: 'ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85', + exponent: 0, + aliases: ['uosmo'] + }, { + denom: 'osmo', + exponent: 6 + }], + type_asset: 'sdk.coin', + base: 'ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85', + name: 'Osmosis', + display: 'osmo', + symbol: 'OSMO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg', + theme: { + primary_color_hex: '#760dbb' + } + }], + coingecko_id: 'osmosis', + keywords: ['dex', 'staking'], + socials: { + website: 'https://osmosis.zone', + twitter: 'https://twitter.com/osmosiszone' + }, + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-91017', + base_denom: 'uosmo', + chain_name: 'osmosis' + }, + chain: { + channel_id: 'channel-6' + } + }] + }, + { + description: 'ION is the second native token of Osmosis.', + denom_units: [{ + denom: 'ibc/69B4810E989B56FC6CA41F395228236FA7E7F59B9A3B7AF3FB0A344361C38389', + exponent: 0, + aliases: ['uion'] + }, { + denom: 'ion', + exponent: 6 + }], + type_asset: 'sdk.coin', + base: 'ibc/69B4810E989B56FC6CA41F395228236FA7E7F59B9A3B7AF3FB0A344361C38389', + name: 'Ion DAO', + display: 'ion', + symbol: 'ION', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg', + theme: { + primary_color_hex: '#4453c7' + } + }], + coingecko_id: 'ion', + keywords: ['memecoin', 'defi'], + socials: { + website: 'https://ion.wtf', + twitter: 'https://twitter.com/_IONDAO' + }, + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-91017', + base_denom: 'uion', + chain_name: 'osmosis' + }, + chain: { + channel_id: 'channel-6' + } + }] + }, + { + description: 'The permissioned staking asset for Noble Chain', + denom_units: [{ + denom: 'ibc/825446D2FFB7DD0FE55C78C9C6D4855F253136BE596FE20E3AFCB856A86340AE', + exponent: 0, + aliases: ['ustake'] + }, { + denom: 'stake', + exponent: 6 + }], + type_asset: 'sdk.coin', + base: 'ibc/825446D2FFB7DD0FE55C78C9C6D4855F253136BE596FE20E3AFCB856A86340AE', + name: 'Stake', + display: 'stake', + symbol: 'STAKE', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg', + theme: { + primary_color_hex: '#a8bbfb' + } + }], + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-117', + base_denom: 'ustake', + chain_name: 'noble' + }, + chain: { + channel_id: 'channel-2' + } + }] + }, + { + description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.', + denom_units: [{ + denom: 'ibc/9E307D24589486770E9F5B965AAF5D11C2D4288D424504CD2EAE21FD3A0E5EDE', + exponent: 0, + aliases: ['ufrienzies'] + }, { + denom: 'frienzies', + exponent: 6 + }], + type_asset: 'sdk.coin', + base: 'ibc/9E307D24589486770E9F5B965AAF5D11C2D4288D424504CD2EAE21FD3A0E5EDE', + display: 'frienzies', + name: 'Frienzies', + symbol: 'FRNZ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg', + theme: { + primary_color_hex: '#04041c' + } + }], + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-117', + base_denom: 'ufrienzies', + chain_name: 'noble' + }, + chain: { + channel_id: 'channel-2' + } + }] + }, + { + description: 'Ondo US Dollar Yield', + denom_units: [{ + denom: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239', + exponent: 0, + aliases: ['ausdy'] + }, { + denom: 'usdy', + exponent: 18 + }], + base: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239', + display: 'usdy', + name: 'Ondo US Dollar Yield', + symbol: 'USDY', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg', + theme: { + primary_color_hex: '#142c5c' + } + }], + coingecko_id: 'ondo-us-dollar-yield', + socials: { + website: 'https://ondo.finance/usdy', + twitter: 'https://x.com/OndoFinance' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-117', + base_denom: 'ausdy', + chain_name: 'noble' + }, + chain: { + channel_id: 'channel-2' + } + }] + }, + { + description: 'The native token of Osmosis', + denom_units: [{ + denom: 'ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85', + exponent: 0, + aliases: ['uosmo'] + }, { + denom: 'osmo', + exponent: 6 + }], + type_asset: 'sdk.coin', + base: 'ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85', + name: 'Osmosis', + display: 'osmo', + symbol: 'OSMO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg', + theme: { + primary_color_hex: '#760dbb' + } + }], + coingecko_id: 'osmosis', + keywords: ['dex', 'staking'], + socials: { + website: 'https://osmosis.zone', + twitter: 'https://twitter.com/osmosiszone' + }, + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-91017', + base_denom: 'uosmo', + chain_name: 'osmosis' + }, + chain: { + channel_id: 'channel-6' + } + }] + }, + { + description: 'ION is the second native token of Osmosis.', + denom_units: [{ + denom: 'ibc/69B4810E989B56FC6CA41F395228236FA7E7F59B9A3B7AF3FB0A344361C38389', + exponent: 0, + aliases: ['uion'] + }, { + denom: 'ion', + exponent: 6 + }], + type_asset: 'sdk.coin', + base: 'ibc/69B4810E989B56FC6CA41F395228236FA7E7F59B9A3B7AF3FB0A344361C38389', + name: 'Ion DAO', + display: 'ion', + symbol: 'ION', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg', + theme: { + primary_color_hex: '#4453c7' + } + }], + coingecko_id: 'ion', + keywords: ['memecoin', 'defi'], + socials: { + website: 'https://ion.wtf', + twitter: 'https://twitter.com/_IONDAO' + }, + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-91017', + base_denom: 'uion', + chain_name: 'osmosis' + }, + chain: { + channel_id: 'channel-6' + } + }] + } + ] +}; +export default assets; + \ No newline at end of file diff --git a/v1/packages/assets/src/mainnet/index.ts b/v1/packages/assets/src/mainnet/index.ts index ddd401494..789a29fa8 100644 --- a/v1/packages/assets/src/mainnet/index.ts +++ b/v1/packages/assets/src/mainnet/index.ts @@ -41,6 +41,7 @@ export * as dydx from './dydx'; export * as dymension from './dymension'; export * as dyson from './dyson'; export * as echelon from './echelon'; +export * as elys from './elys'; export * as emoney from './emoney'; export * as empowerchain from './empowerchain'; export * as evmos from './evmos'; diff --git a/v1/packages/assets/src/mainnet/injective.ts b/v1/packages/assets/src/mainnet/injective.ts index 112eab722..2c2fe0ebb 100644 --- a/v1/packages/assets/src/mainnet/injective.ts +++ b/v1/packages/assets/src/mainnet/injective.ts @@ -2344,6 +2344,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/DC3B20F3493E422839E1014DB1A0023FDC2860C555CB0202025941271F70F59D', + exponent: 0, + aliases: ['p:uatom:31Mar2025'] + }, { + denom: 'pATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/DC3B20F3493E422839E1014DB1A0023FDC2860C555CB0202025941271F70F59D', + name: 'pAtom (31Mar2025)', + display: 'pATOM31Mar2025', + symbol: 'pATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'p:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, { description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -2484,6 +2519,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/716A5FA12956D62532FAED4BADE819618F7260AEE30DC29C521D95BF7F906BAF', + exponent: 0, + aliases: ['p:uosmo:31Mar2025'] + }, { + denom: 'pOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/716A5FA12956D62532FAED4BADE819618F7260AEE30DC29C521D95BF7F906BAF', + name: 'pOsmo (31Mar2025)', + display: 'pOSMO31Mar2025', + symbol: 'pOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'p:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, { description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -2624,6 +2694,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/4DEC57622AE911DDC1EF809E1E5F83654C71EC155BD8F88F7B10E8E46AE1D9CD', + exponent: 0, + aliases: ['p:inj:31Mar2025'] + }, { + denom: 'pINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/4DEC57622AE911DDC1EF809E1E5F83654C71EC155BD8F88F7B10E8E46AE1D9CD', + name: 'pInj (31Mar2025)', + display: 'pINJ31Mar2025', + symbol: 'pINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'p:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, { description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -2765,19 +2870,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/D15EE42512F25E6E377DE79C290A5181820178482E36F6DDFB460763C462B85F', + denom: 'ibc/83CB4C16D1AB38D30721456154917A5F7FBA0A1DA4D5EC2210EBAD41B5694D88', exponent: 0, - aliases: ['p:uluna:31Dec2026'] + aliases: ['p:uluna:31Mar2025'] }, { - denom: 'pLUNA31Dec2026', + denom: 'pLUNA31Mar2025', exponent: 6 }], - base: 'ibc/D15EE42512F25E6E377DE79C290A5181820178482E36F6DDFB460763C462B85F', - name: 'pLuna (31Dec2026)', - display: 'pLUNA31Dec2026', - symbol: 'pLUNA-31Dec2026', + base: 'ibc/83CB4C16D1AB38D30721456154917A5F7FBA0A1DA4D5EC2210EBAD41B5694D88', + name: 'pLuna (31Mar2025)', + display: 'pLUNA31Mar2025', + symbol: 'pLUNA-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' @@ -2791,7 +2896,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-1', - base_denom: 'p:uluna:31Dec2026', + base_denom: 'p:uluna:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -2834,6 +2939,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + denom_units: [{ + denom: 'ibc/D15EE42512F25E6E377DE79C290A5181820178482E36F6DDFB460763C462B85F', + exponent: 0, + aliases: ['p:uluna:31Dec2026'] + }, { + denom: 'pLUNA31Dec2026', + exponent: 6 + }], + base: 'ibc/D15EE42512F25E6E377DE79C290A5181820178482E36F6DDFB460763C462B85F', + name: 'pLuna (31Dec2026)', + display: 'pLUNA31Dec2026', + symbol: 'pLUNA-31Dec2026', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'p:uluna:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, { description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024', denom_units: [{ @@ -3044,6 +3184,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/550430B3AA6B34C17113694FA66A6BA6F93EAE9AB8C09103279900B52D5046E9', + exponent: 0, + aliases: ['p:stutia:31Mar2025'] + }, { + denom: 'pstTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/550430B3AA6B34C17113694FA66A6BA6F93EAE9AB8C09103279900B52D5046E9', + name: 'pstTia (31Mar2025)', + display: 'pstTIA31Mar2025', + symbol: 'pstTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'p:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -3184,6 +3359,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/F74409013BA5706CB297C2B12F8B47390CD581E17C0CB635C234964D4DA181D3', + exponent: 0, + aliases: ['p:stadydx:31Mar2025'] + }, { + denom: 'pstDYDX31Mar2025', + exponent: 18 + }], + base: 'ibc/F74409013BA5706CB297C2B12F8B47390CD581E17C0CB635C234964D4DA181D3', + name: 'pstDydx (31Mar2025)', + display: 'pstDYDX31Mar2025', + symbol: 'pstDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'p:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -3289,6 +3499,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/035C4C090774D5FCBA012778AC7589776E141C198F8159CBFB7FF073AE8B1F62', + exponent: 0, + aliases: ['p:udatom:31Mar2025'] + }, { + denom: 'pdATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/035C4C090774D5FCBA012778AC7589776E141C198F8159CBFB7FF073AE8B1F62', + name: 'pdAtom (31Mar2025)', + display: 'pdATOM31Mar2025', + symbol: 'pdATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'p:udatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, { description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -3429,6 +3674,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/C058D6081CD68148C347DA740474C0DA341AE9E420476E85DBE6B6EA7262CC0B', + exponent: 0, + aliases: ['p:utia:31Mar2025'] + }, { + denom: 'pTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/C058D6081CD68148C347DA740474C0DA341AE9E420476E85DBE6B6EA7262CC0B', + name: 'pTia (31Mar2025)', + display: 'pTIA31Mar2025', + symbol: 'pTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'p:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, { description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025', denom_units: [{ @@ -3569,6 +3849,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/58E04E7396B4C0A68A40AC82BEEFE7DA34AD2F1B6EFFB2A5019569E85A8A5092', + exponent: 0, + aliases: ['y:uatom:31Mar2025'] + }, { + denom: 'yATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/58E04E7396B4C0A68A40AC82BEEFE7DA34AD2F1B6EFFB2A5019569E85A8A5092', + name: 'yAtom (31Mar2025)', + display: 'yATOM31Mar2025', + symbol: 'yATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'y:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, { description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -3709,6 +4024,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/5DBAB1E761F9083ED825FCA84B0CCB469FB7DE79E58BCC937F070620B77D7ED2', + exponent: 0, + aliases: ['y:uosmo:31Mar2025'] + }, { + denom: 'yOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/5DBAB1E761F9083ED825FCA84B0CCB469FB7DE79E58BCC937F070620B77D7ED2', + name: 'yOsmo (31Mar2025)', + display: 'yOSMO31Mar2025', + symbol: 'yOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'y:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, { description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -3849,6 +4199,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/11C6A3C47C4491B68E01F63C8B31B31296CEE3A4E5E3AABFC7E35FB056940D03', + exponent: 0, + aliases: ['y:inj:31Mar2025'] + }, { + denom: 'yINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/11C6A3C47C4491B68E01F63C8B31B31296CEE3A4E5E3AABFC7E35FB056940D03', + name: 'yInj (31Mar2025)', + display: 'yINJ31Mar2025', + symbol: 'yINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'y:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, { description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -3989,6 +4374,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/2448A2FFE77B7E9122F8880FBE3AB90FA255AFC9B0577E746684CFE681E2E350', + exponent: 0, + aliases: ['y:uluna:31Mar2025'] + }, { + denom: 'yLUNA31Mar2025', + exponent: 6 + }], + base: 'ibc/2448A2FFE77B7E9122F8880FBE3AB90FA255AFC9B0577E746684CFE681E2E350', + name: 'yLuna (31Mar2025)', + display: 'yLUNA31Mar2025', + symbol: 'yLUNA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'y:uluna:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, { description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025', denom_units: [{ @@ -4269,6 +4689,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/37BC0457E6E71B9DEC1316DA9B1474E978632964AE7E4E58E080AC718E07E150', + exponent: 0, + aliases: ['y:stutia:31Mar2025'] + }, { + denom: 'ystTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/37BC0457E6E71B9DEC1316DA9B1474E978632964AE7E4E58E080AC718E07E150', + name: 'ystTia (31Mar2025)', + display: 'ystTIA31Mar2025', + symbol: 'ystTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'y:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -4409,6 +4864,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/2BAAED7B4C16C30346849ECA5B3759EAEE9276D565C3163B847568D92263F7C6', + exponent: 0, + aliases: ['y:stadydx:31Mar2025'] + }, { + denom: 'ystDYDX31Mar2025', + exponent: 6 + }], + base: 'ibc/2BAAED7B4C16C30346849ECA5B3759EAEE9276D565C3163B847568D92263F7C6', + name: 'ystDydx (31Mar2025)', + display: 'ystDYDX31Mar2025', + symbol: 'ystDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'y:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -4459,19 +4949,54 @@ const assets: AssetList = { display: 'ystDYDX31Dec2026', symbol: 'ystDYDX-31Dec2026', logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'y:stadydx:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, + { + description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024', + denom_units: [{ + denom: 'ibc/96BAA9DF835DE5C5BC5731D4CC5F881386211B230065B508B9C53FE34BFCAF51', + exponent: 0, + aliases: ['y:udatom:31Dec2024'] + }, { + denom: 'ydATOM31Dec2024', + exponent: 6 + }], + base: 'ibc/96BAA9DF835DE5C5BC5731D4CC5F881386211B230065B508B9C53FE34BFCAF51', + name: 'ydAtom (31Dec2024)', + display: 'ydATOM31Dec2024', + symbol: 'ydATOM-31Dec2024', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' }, images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' }], type_asset: 'sdk.coin', traces: [{ type: 'ibc', counterparty: { channel_id: 'channel-1', - base_denom: 'y:stadydx:31Dec2026', + base_denom: 'y:udatom:31Dec2024', chain_name: 'pryzm' }, chain: { @@ -4480,19 +5005,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024', + description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/96BAA9DF835DE5C5BC5731D4CC5F881386211B230065B508B9C53FE34BFCAF51', + denom: 'ibc/01D4CA61F26B8847F374080CFA037BB32C69331D52732019FEC646D83174DADF', exponent: 0, - aliases: ['y:udatom:31Dec2024'] + aliases: ['y:udatom:31Mar2025'] }, { - denom: 'ydATOM31Dec2024', + denom: 'ydATOM31Mar2025', exponent: 6 }], - base: 'ibc/96BAA9DF835DE5C5BC5731D4CC5F881386211B230065B508B9C53FE34BFCAF51', - name: 'ydAtom (31Dec2024)', - display: 'ydATOM31Dec2024', - symbol: 'ydATOM-31Dec2024', + base: 'ibc/01D4CA61F26B8847F374080CFA037BB32C69331D52732019FEC646D83174DADF', + name: 'ydAtom (31Mar2025)', + display: 'ydATOM31Mar2025', + symbol: 'ydATOM-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' @@ -4506,7 +5031,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-1', - base_denom: 'y:udatom:31Dec2024', + base_denom: 'y:udatom:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -4654,6 +5179,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/AF1AE2FB2ECDC81306CE694F59632BE02867F492AE3F43688435AC05B3EE2BA4', + exponent: 0, + aliases: ['y:utia:31Mar2025'] + }, { + denom: 'yTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/AF1AE2FB2ECDC81306CE694F59632BE02867F492AE3F43688435AC05B3EE2BA4', + name: 'yTia (31Mar2025)', + display: 'yTIA31Mar2025', + symbol: 'yTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'y:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, { description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025', denom_units: [{ @@ -7274,6 +7834,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/DC3B20F3493E422839E1014DB1A0023FDC2860C555CB0202025941271F70F59D', + exponent: 0, + aliases: ['p:uatom:31Mar2025'] + }, { + denom: 'pATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/DC3B20F3493E422839E1014DB1A0023FDC2860C555CB0202025941271F70F59D', + name: 'pAtom (31Mar2025)', + display: 'pATOM31Mar2025', + symbol: 'pATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'p:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, { description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -7414,6 +8009,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/716A5FA12956D62532FAED4BADE819618F7260AEE30DC29C521D95BF7F906BAF', + exponent: 0, + aliases: ['p:uosmo:31Mar2025'] + }, { + denom: 'pOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/716A5FA12956D62532FAED4BADE819618F7260AEE30DC29C521D95BF7F906BAF', + name: 'pOsmo (31Mar2025)', + display: 'pOSMO31Mar2025', + symbol: 'pOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'p:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, { description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -7554,6 +8184,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/4DEC57622AE911DDC1EF809E1E5F83654C71EC155BD8F88F7B10E8E46AE1D9CD', + exponent: 0, + aliases: ['p:inj:31Mar2025'] + }, { + denom: 'pINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/4DEC57622AE911DDC1EF809E1E5F83654C71EC155BD8F88F7B10E8E46AE1D9CD', + name: 'pInj (31Mar2025)', + display: 'pINJ31Mar2025', + symbol: 'pINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'p:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, { description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -7695,19 +8360,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/D15EE42512F25E6E377DE79C290A5181820178482E36F6DDFB460763C462B85F', + denom: 'ibc/83CB4C16D1AB38D30721456154917A5F7FBA0A1DA4D5EC2210EBAD41B5694D88', exponent: 0, - aliases: ['p:uluna:31Dec2026'] + aliases: ['p:uluna:31Mar2025'] }, { - denom: 'pLUNA31Dec2026', + denom: 'pLUNA31Mar2025', exponent: 6 }], - base: 'ibc/D15EE42512F25E6E377DE79C290A5181820178482E36F6DDFB460763C462B85F', - name: 'pLuna (31Dec2026)', - display: 'pLUNA31Dec2026', - symbol: 'pLUNA-31Dec2026', + base: 'ibc/83CB4C16D1AB38D30721456154917A5F7FBA0A1DA4D5EC2210EBAD41B5694D88', + name: 'pLuna (31Mar2025)', + display: 'pLUNA31Mar2025', + symbol: 'pLUNA-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' @@ -7721,7 +8386,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-1', - base_denom: 'p:uluna:31Dec2026', + base_denom: 'p:uluna:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -7764,6 +8429,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + denom_units: [{ + denom: 'ibc/D15EE42512F25E6E377DE79C290A5181820178482E36F6DDFB460763C462B85F', + exponent: 0, + aliases: ['p:uluna:31Dec2026'] + }, { + denom: 'pLUNA31Dec2026', + exponent: 6 + }], + base: 'ibc/D15EE42512F25E6E377DE79C290A5181820178482E36F6DDFB460763C462B85F', + name: 'pLuna (31Dec2026)', + display: 'pLUNA31Dec2026', + symbol: 'pLUNA-31Dec2026', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'p:uluna:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, { description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024', denom_units: [{ @@ -7974,6 +8674,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/550430B3AA6B34C17113694FA66A6BA6F93EAE9AB8C09103279900B52D5046E9', + exponent: 0, + aliases: ['p:stutia:31Mar2025'] + }, { + denom: 'pstTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/550430B3AA6B34C17113694FA66A6BA6F93EAE9AB8C09103279900B52D5046E9', + name: 'pstTia (31Mar2025)', + display: 'pstTIA31Mar2025', + symbol: 'pstTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'p:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -8114,6 +8849,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/F74409013BA5706CB297C2B12F8B47390CD581E17C0CB635C234964D4DA181D3', + exponent: 0, + aliases: ['p:stadydx:31Mar2025'] + }, { + denom: 'pstDYDX31Mar2025', + exponent: 18 + }], + base: 'ibc/F74409013BA5706CB297C2B12F8B47390CD581E17C0CB635C234964D4DA181D3', + name: 'pstDydx (31Mar2025)', + display: 'pstDYDX31Mar2025', + symbol: 'pstDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'p:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -8164,19 +8934,54 @@ const assets: AssetList = { display: 'pstDYDX31Dec2026', symbol: 'pstDYDX-31Dec2026', logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'p:stadydx:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, + { + description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024', + denom_units: [{ + denom: 'ibc/FB19C7ABF25489E678C4D065F4FE20AA5889DB46E726924909D732948000B329', + exponent: 0, + aliases: ['p:udatom:31Dec2024'] + }, { + denom: 'pdATOM31Dec2024', + exponent: 6 + }], + base: 'ibc/FB19C7ABF25489E678C4D065F4FE20AA5889DB46E726924909D732948000B329', + name: 'pdAtom (31Dec2024)', + display: 'pdATOM31Dec2024', + symbol: 'pdATOM-31Dec2024', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' }, images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' }], type_asset: 'sdk.coin', traces: [{ type: 'ibc', counterparty: { channel_id: 'channel-1', - base_denom: 'p:stadydx:31Dec2026', + base_denom: 'p:udatom:31Dec2024', chain_name: 'pryzm' }, chain: { @@ -8185,19 +8990,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024', + description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/FB19C7ABF25489E678C4D065F4FE20AA5889DB46E726924909D732948000B329', + denom: 'ibc/035C4C090774D5FCBA012778AC7589776E141C198F8159CBFB7FF073AE8B1F62', exponent: 0, - aliases: ['p:udatom:31Dec2024'] + aliases: ['p:udatom:31Mar2025'] }, { - denom: 'pdATOM31Dec2024', + denom: 'pdATOM31Mar2025', exponent: 6 }], - base: 'ibc/FB19C7ABF25489E678C4D065F4FE20AA5889DB46E726924909D732948000B329', - name: 'pdAtom (31Dec2024)', - display: 'pdATOM31Dec2024', - symbol: 'pdATOM-31Dec2024', + base: 'ibc/035C4C090774D5FCBA012778AC7589776E141C198F8159CBFB7FF073AE8B1F62', + name: 'pdAtom (31Mar2025)', + display: 'pdATOM31Mar2025', + symbol: 'pdATOM-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' @@ -8211,7 +9016,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-1', - base_denom: 'p:udatom:31Dec2024', + base_denom: 'p:udatom:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -8359,6 +9164,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/C058D6081CD68148C347DA740474C0DA341AE9E420476E85DBE6B6EA7262CC0B', + exponent: 0, + aliases: ['p:utia:31Mar2025'] + }, { + denom: 'pTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/C058D6081CD68148C347DA740474C0DA341AE9E420476E85DBE6B6EA7262CC0B', + name: 'pTia (31Mar2025)', + display: 'pTIA31Mar2025', + symbol: 'pTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'p:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, { description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025', denom_units: [{ @@ -8499,6 +9339,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/58E04E7396B4C0A68A40AC82BEEFE7DA34AD2F1B6EFFB2A5019569E85A8A5092', + exponent: 0, + aliases: ['y:uatom:31Mar2025'] + }, { + denom: 'yATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/58E04E7396B4C0A68A40AC82BEEFE7DA34AD2F1B6EFFB2A5019569E85A8A5092', + name: 'yAtom (31Mar2025)', + display: 'yATOM31Mar2025', + symbol: 'yATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'y:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, { description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -8639,6 +9514,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/5DBAB1E761F9083ED825FCA84B0CCB469FB7DE79E58BCC937F070620B77D7ED2', + exponent: 0, + aliases: ['y:uosmo:31Mar2025'] + }, { + denom: 'yOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/5DBAB1E761F9083ED825FCA84B0CCB469FB7DE79E58BCC937F070620B77D7ED2', + name: 'yOsmo (31Mar2025)', + display: 'yOSMO31Mar2025', + symbol: 'yOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'y:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, { description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -8779,6 +9689,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/11C6A3C47C4491B68E01F63C8B31B31296CEE3A4E5E3AABFC7E35FB056940D03', + exponent: 0, + aliases: ['y:inj:31Mar2025'] + }, { + denom: 'yINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/11C6A3C47C4491B68E01F63C8B31B31296CEE3A4E5E3AABFC7E35FB056940D03', + name: 'yInj (31Mar2025)', + display: 'yINJ31Mar2025', + symbol: 'yINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'y:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, { description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -8919,6 +9864,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/2448A2FFE77B7E9122F8880FBE3AB90FA255AFC9B0577E746684CFE681E2E350', + exponent: 0, + aliases: ['y:uluna:31Mar2025'] + }, { + denom: 'yLUNA31Mar2025', + exponent: 6 + }], + base: 'ibc/2448A2FFE77B7E9122F8880FBE3AB90FA255AFC9B0577E746684CFE681E2E350', + name: 'yLuna (31Mar2025)', + display: 'yLUNA31Mar2025', + symbol: 'yLUNA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'y:uluna:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, { description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025', denom_units: [{ @@ -9199,6 +10179,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/37BC0457E6E71B9DEC1316DA9B1474E978632964AE7E4E58E080AC718E07E150', + exponent: 0, + aliases: ['y:stutia:31Mar2025'] + }, { + denom: 'ystTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/37BC0457E6E71B9DEC1316DA9B1474E978632964AE7E4E58E080AC718E07E150', + name: 'ystTia (31Mar2025)', + display: 'ystTIA31Mar2025', + symbol: 'ystTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'y:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -9339,6 +10354,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/2BAAED7B4C16C30346849ECA5B3759EAEE9276D565C3163B847568D92263F7C6', + exponent: 0, + aliases: ['y:stadydx:31Mar2025'] + }, { + denom: 'ystDYDX31Mar2025', + exponent: 6 + }], + base: 'ibc/2BAAED7B4C16C30346849ECA5B3759EAEE9276D565C3163B847568D92263F7C6', + name: 'ystDydx (31Mar2025)', + display: 'ystDYDX31Mar2025', + symbol: 'ystDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'y:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -9444,6 +10494,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/01D4CA61F26B8847F374080CFA037BB32C69331D52732019FEC646D83174DADF', + exponent: 0, + aliases: ['y:udatom:31Mar2025'] + }, { + denom: 'ydATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/01D4CA61F26B8847F374080CFA037BB32C69331D52732019FEC646D83174DADF', + name: 'ydAtom (31Mar2025)', + display: 'ydATOM31Mar2025', + symbol: 'ydATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'y:udatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, { description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -9584,6 +10669,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/AF1AE2FB2ECDC81306CE694F59632BE02867F492AE3F43688435AC05B3EE2BA4', + exponent: 0, + aliases: ['y:utia:31Mar2025'] + }, { + denom: 'yTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/AF1AE2FB2ECDC81306CE694F59632BE02867F492AE3F43688435AC05B3EE2BA4', + name: 'yTia (31Mar2025)', + display: 'yTIA31Mar2025', + symbol: 'yTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'y:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-284' + } + }] + }, { description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025', denom_units: [{ diff --git a/v1/packages/assets/src/mainnet/neutron.ts b/v1/packages/assets/src/mainnet/neutron.ts index 51d3259b5..65281ebf4 100644 --- a/v1/packages/assets/src/mainnet/neutron.ts +++ b/v1/packages/assets/src/mainnet/neutron.ts @@ -2554,6 +2554,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/B121C632F1970BD1E6AD0FADCD73A10174513F31EB5E12DC841C37EB01D4818A', + exponent: 0, + aliases: ['p:uatom:31Mar2025'] + }, { + denom: 'pATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/B121C632F1970BD1E6AD0FADCD73A10174513F31EB5E12DC841C37EB01D4818A', + name: 'pAtom (31Mar2025)', + display: 'pATOM31Mar2025', + symbol: 'pATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'p:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, { description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -2694,6 +2729,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/EA022AF3D5ED64FECC523DA7A0DEC6206ADB8BD25369CBB65D803871BC9E7115', + exponent: 0, + aliases: ['p:uosmo:31Mar2025'] + }, { + denom: 'pOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/EA022AF3D5ED64FECC523DA7A0DEC6206ADB8BD25369CBB65D803871BC9E7115', + name: 'pOsmo (31Mar2025)', + display: 'pOSMO31Mar2025', + symbol: 'pOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'p:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, { description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -2834,6 +2904,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/8929B944B697B4FE5023F0D738AE2F903D4BB184677B38BAF4534C0D2CE3A647', + exponent: 0, + aliases: ['p:inj:31Mar2025'] + }, { + denom: 'pINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/8929B944B697B4FE5023F0D738AE2F903D4BB184677B38BAF4534C0D2CE3A647', + name: 'pInj (31Mar2025)', + display: 'pINJ31Mar2025', + symbol: 'pINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'p:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, { description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -2975,19 +3080,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/50BDEFCC24FF96F72B464120A10AEA42E99A6FC2F3A32BAC72EC8CBD85F3728A', + denom: 'ibc/8DA5C485DD0920F7F709EEB04545CBD76E1B150AE54D49AB37F1A2E329FC9DDC', exponent: 0, - aliases: ['p:uluna:31Dec2026'] + aliases: ['p:uluna:31Mar2025'] }, { - denom: 'pLUNA31Dec2026', + denom: 'pLUNA31Mar2025', exponent: 6 }], - base: 'ibc/50BDEFCC24FF96F72B464120A10AEA42E99A6FC2F3A32BAC72EC8CBD85F3728A', - name: 'pLuna (31Dec2026)', - display: 'pLUNA31Dec2026', - symbol: 'pLUNA-31Dec2026', + base: 'ibc/8DA5C485DD0920F7F709EEB04545CBD76E1B150AE54D49AB37F1A2E329FC9DDC', + name: 'pLuna (31Mar2025)', + display: 'pLUNA31Mar2025', + symbol: 'pLUNA-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' @@ -3001,7 +3106,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-6', - base_denom: 'p:uluna:31Dec2026', + base_denom: 'p:uluna:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -3044,6 +3149,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + denom_units: [{ + denom: 'ibc/50BDEFCC24FF96F72B464120A10AEA42E99A6FC2F3A32BAC72EC8CBD85F3728A', + exponent: 0, + aliases: ['p:uluna:31Dec2026'] + }, { + denom: 'pLUNA31Dec2026', + exponent: 6 + }], + base: 'ibc/50BDEFCC24FF96F72B464120A10AEA42E99A6FC2F3A32BAC72EC8CBD85F3728A', + name: 'pLuna (31Dec2026)', + display: 'pLUNA31Dec2026', + symbol: 'pLUNA-31Dec2026', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'p:uluna:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, { description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024', denom_units: [{ @@ -3254,6 +3394,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/180F84B7FBFC1A3A88D4F95DED01D624250A67970E443E79D50A1A66CCBD35FA', + exponent: 0, + aliases: ['p:stutia:31Mar2025'] + }, { + denom: 'pstTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/180F84B7FBFC1A3A88D4F95DED01D624250A67970E443E79D50A1A66CCBD35FA', + name: 'pstTia (31Mar2025)', + display: 'pstTIA31Mar2025', + symbol: 'pstTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'p:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -3394,6 +3569,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/C89B6218E66AFD2D82E88A22CE01283D3D9518FFFDDA1C0E25EED72BA30B69A1', + exponent: 0, + aliases: ['p:stadydx:31Mar2025'] + }, { + denom: 'pstDYDX31Mar2025', + exponent: 18 + }], + base: 'ibc/C89B6218E66AFD2D82E88A22CE01283D3D9518FFFDDA1C0E25EED72BA30B69A1', + name: 'pstDydx (31Mar2025)', + display: 'pstDYDX31Mar2025', + symbol: 'pstDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'p:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -3499,6 +3709,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/2D71D57545F3D462718C55EA04A8F339030131FC4921D3EFB957662C3098088E', + exponent: 0, + aliases: ['p:udatom:31Mar2025'] + }, { + denom: 'pdATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/2D71D57545F3D462718C55EA04A8F339030131FC4921D3EFB957662C3098088E', + name: 'pdAtom (31Mar2025)', + display: 'pdATOM31Mar2025', + symbol: 'pdATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'p:udatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, { description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -3639,6 +3884,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/FCBE19BF79E1FCC786C7DA660FB7EB13295962319F6A403917E65295CADF3794', + exponent: 0, + aliases: ['p:utia:31Mar2025'] + }, { + denom: 'pTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/FCBE19BF79E1FCC786C7DA660FB7EB13295962319F6A403917E65295CADF3794', + name: 'pTia (31Mar2025)', + display: 'pTIA31Mar2025', + symbol: 'pTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'p:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, { description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025', denom_units: [{ @@ -3779,6 +4059,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/7D33A0D8A76858A170F685D82D9DE1714E5C24F5D465941A0A04FB09D2DF0FA2', + exponent: 0, + aliases: ['y:uatom:31Mar2025'] + }, { + denom: 'yATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/7D33A0D8A76858A170F685D82D9DE1714E5C24F5D465941A0A04FB09D2DF0FA2', + name: 'yAtom (31Mar2025)', + display: 'yATOM31Mar2025', + symbol: 'yATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'y:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, { description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -3919,6 +4234,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/8AC42B33C9C524C10301517DDA6A9A54F83490D74F35FC856464F032A66EF1E3', + exponent: 0, + aliases: ['y:uosmo:31Mar2025'] + }, { + denom: 'yOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/8AC42B33C9C524C10301517DDA6A9A54F83490D74F35FC856464F032A66EF1E3', + name: 'yOsmo (31Mar2025)', + display: 'yOSMO31Mar2025', + symbol: 'yOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'y:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, { description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -4059,6 +4409,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/8D15961B5C877AB9544AA0B2A7F01F05360760C3D7FF835DC5D7471A9C73E6BE', + exponent: 0, + aliases: ['y:inj:31Mar2025'] + }, { + denom: 'yINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/8D15961B5C877AB9544AA0B2A7F01F05360760C3D7FF835DC5D7471A9C73E6BE', + name: 'yInj (31Mar2025)', + display: 'yINJ31Mar2025', + symbol: 'yINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'y:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, { description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -4199,6 +4584,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/BCF8B0B61502B28957362E44FA45290D2791E29292E37C61D4CD8E3B4D675161', + exponent: 0, + aliases: ['y:uluna:31Mar2025'] + }, { + denom: 'yLUNA31Mar2025', + exponent: 6 + }], + base: 'ibc/BCF8B0B61502B28957362E44FA45290D2791E29292E37C61D4CD8E3B4D675161', + name: 'yLuna (31Mar2025)', + display: 'yLUNA31Mar2025', + symbol: 'yLUNA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'y:uluna:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, { description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025', denom_units: [{ @@ -4479,6 +4899,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/1CB5970869F3473D111663DEAD3C0D231533A85E587211FD06844BBBCF94B174', + exponent: 0, + aliases: ['y:stutia:31Mar2025'] + }, { + denom: 'ystTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/1CB5970869F3473D111663DEAD3C0D231533A85E587211FD06844BBBCF94B174', + name: 'ystTia (31Mar2025)', + display: 'ystTIA31Mar2025', + symbol: 'ystTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'y:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -4619,6 +5074,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/A29931225B446AF3363AF534E866A01F35E3D324FF0778A5CF02EF44F005485C', + exponent: 0, + aliases: ['y:stadydx:31Mar2025'] + }, { + denom: 'ystDYDX31Mar2025', + exponent: 6 + }], + base: 'ibc/A29931225B446AF3363AF534E866A01F35E3D324FF0778A5CF02EF44F005485C', + name: 'ystDydx (31Mar2025)', + display: 'ystDYDX31Mar2025', + symbol: 'ystDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'y:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -4669,19 +5159,54 @@ const assets: AssetList = { display: 'ystDYDX31Dec2026', symbol: 'ystDYDX-31Dec2026', logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'y:stadydx:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, + { + description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024', + denom_units: [{ + denom: 'ibc/E6A9907D3475A701DEC8202FFEB01FBE8C07676A44E3CF19EB3D679A81BCD53B', + exponent: 0, + aliases: ['y:udatom:31Dec2024'] + }, { + denom: 'ydATOM31Dec2024', + exponent: 6 + }], + base: 'ibc/E6A9907D3475A701DEC8202FFEB01FBE8C07676A44E3CF19EB3D679A81BCD53B', + name: 'ydAtom (31Dec2024)', + display: 'ydATOM31Dec2024', + symbol: 'ydATOM-31Dec2024', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' }, images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' }], type_asset: 'sdk.coin', traces: [{ type: 'ibc', counterparty: { channel_id: 'channel-6', - base_denom: 'y:stadydx:31Dec2026', + base_denom: 'y:udatom:31Dec2024', chain_name: 'pryzm' }, chain: { @@ -4690,19 +5215,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024', + description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/E6A9907D3475A701DEC8202FFEB01FBE8C07676A44E3CF19EB3D679A81BCD53B', + denom: 'ibc/0F7103ECC30CE18A815D7DD7E292498559422FDFB558EBE8B7D7EF1004CE2503', exponent: 0, - aliases: ['y:udatom:31Dec2024'] + aliases: ['y:udatom:31Mar2025'] }, { - denom: 'ydATOM31Dec2024', + denom: 'ydATOM31Mar2025', exponent: 6 }], - base: 'ibc/E6A9907D3475A701DEC8202FFEB01FBE8C07676A44E3CF19EB3D679A81BCD53B', - name: 'ydAtom (31Dec2024)', - display: 'ydATOM31Dec2024', - symbol: 'ydATOM-31Dec2024', + base: 'ibc/0F7103ECC30CE18A815D7DD7E292498559422FDFB558EBE8B7D7EF1004CE2503', + name: 'ydAtom (31Mar2025)', + display: 'ydATOM31Mar2025', + symbol: 'ydATOM-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' @@ -4716,7 +5241,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-6', - base_denom: 'y:udatom:31Dec2024', + base_denom: 'y:udatom:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -4864,6 +5389,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/E323B4B55E11DAFDDB591D26691167DD076DD0689E61A0B0D381B753124911D4', + exponent: 0, + aliases: ['y:utia:31Mar2025'] + }, { + denom: 'yTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/E323B4B55E11DAFDDB591D26691167DD076DD0689E61A0B0D381B753124911D4', + name: 'yTia (31Mar2025)', + display: 'yTIA31Mar2025', + symbol: 'yTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'y:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, { description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025', denom_units: [{ @@ -6585,6 +7145,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/B121C632F1970BD1E6AD0FADCD73A10174513F31EB5E12DC841C37EB01D4818A', + exponent: 0, + aliases: ['p:uatom:31Mar2025'] + }, { + denom: 'pATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/B121C632F1970BD1E6AD0FADCD73A10174513F31EB5E12DC841C37EB01D4818A', + name: 'pAtom (31Mar2025)', + display: 'pATOM31Mar2025', + symbol: 'pATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'p:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, { description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -6725,6 +7320,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/EA022AF3D5ED64FECC523DA7A0DEC6206ADB8BD25369CBB65D803871BC9E7115', + exponent: 0, + aliases: ['p:uosmo:31Mar2025'] + }, { + denom: 'pOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/EA022AF3D5ED64FECC523DA7A0DEC6206ADB8BD25369CBB65D803871BC9E7115', + name: 'pOsmo (31Mar2025)', + display: 'pOSMO31Mar2025', + symbol: 'pOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'p:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, { description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -6865,6 +7495,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/8929B944B697B4FE5023F0D738AE2F903D4BB184677B38BAF4534C0D2CE3A647', + exponent: 0, + aliases: ['p:inj:31Mar2025'] + }, { + denom: 'pINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/8929B944B697B4FE5023F0D738AE2F903D4BB184677B38BAF4534C0D2CE3A647', + name: 'pInj (31Mar2025)', + display: 'pINJ31Mar2025', + symbol: 'pINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'p:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, { description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -7006,19 +7671,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/50BDEFCC24FF96F72B464120A10AEA42E99A6FC2F3A32BAC72EC8CBD85F3728A', + denom: 'ibc/8DA5C485DD0920F7F709EEB04545CBD76E1B150AE54D49AB37F1A2E329FC9DDC', exponent: 0, - aliases: ['p:uluna:31Dec2026'] + aliases: ['p:uluna:31Mar2025'] }, { - denom: 'pLUNA31Dec2026', + denom: 'pLUNA31Mar2025', exponent: 6 }], - base: 'ibc/50BDEFCC24FF96F72B464120A10AEA42E99A6FC2F3A32BAC72EC8CBD85F3728A', - name: 'pLuna (31Dec2026)', - display: 'pLUNA31Dec2026', - symbol: 'pLUNA-31Dec2026', + base: 'ibc/8DA5C485DD0920F7F709EEB04545CBD76E1B150AE54D49AB37F1A2E329FC9DDC', + name: 'pLuna (31Mar2025)', + display: 'pLUNA31Mar2025', + symbol: 'pLUNA-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' @@ -7032,7 +7697,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-6', - base_denom: 'p:uluna:31Dec2026', + base_denom: 'p:uluna:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -7075,6 +7740,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + denom_units: [{ + denom: 'ibc/50BDEFCC24FF96F72B464120A10AEA42E99A6FC2F3A32BAC72EC8CBD85F3728A', + exponent: 0, + aliases: ['p:uluna:31Dec2026'] + }, { + denom: 'pLUNA31Dec2026', + exponent: 6 + }], + base: 'ibc/50BDEFCC24FF96F72B464120A10AEA42E99A6FC2F3A32BAC72EC8CBD85F3728A', + name: 'pLuna (31Dec2026)', + display: 'pLUNA31Dec2026', + symbol: 'pLUNA-31Dec2026', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'p:uluna:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, { description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024', denom_units: [{ @@ -7285,6 +7985,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/180F84B7FBFC1A3A88D4F95DED01D624250A67970E443E79D50A1A66CCBD35FA', + exponent: 0, + aliases: ['p:stutia:31Mar2025'] + }, { + denom: 'pstTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/180F84B7FBFC1A3A88D4F95DED01D624250A67970E443E79D50A1A66CCBD35FA', + name: 'pstTia (31Mar2025)', + display: 'pstTIA31Mar2025', + symbol: 'pstTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'p:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -7425,6 +8160,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/C89B6218E66AFD2D82E88A22CE01283D3D9518FFFDDA1C0E25EED72BA30B69A1', + exponent: 0, + aliases: ['p:stadydx:31Mar2025'] + }, { + denom: 'pstDYDX31Mar2025', + exponent: 18 + }], + base: 'ibc/C89B6218E66AFD2D82E88A22CE01283D3D9518FFFDDA1C0E25EED72BA30B69A1', + name: 'pstDydx (31Mar2025)', + display: 'pstDYDX31Mar2025', + symbol: 'pstDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'p:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -7475,19 +8245,54 @@ const assets: AssetList = { display: 'pstDYDX31Dec2026', symbol: 'pstDYDX-31Dec2026', logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'p:stadydx:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, + { + description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024', + denom_units: [{ + denom: 'ibc/BC52BD4463DE970632DE7C324525ED8DDC8FD22BF19A65C984B80FF5EC30AABF', + exponent: 0, + aliases: ['p:udatom:31Dec2024'] + }, { + denom: 'pdATOM31Dec2024', + exponent: 6 + }], + base: 'ibc/BC52BD4463DE970632DE7C324525ED8DDC8FD22BF19A65C984B80FF5EC30AABF', + name: 'pdAtom (31Dec2024)', + display: 'pdATOM31Dec2024', + symbol: 'pdATOM-31Dec2024', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' }, images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' }], type_asset: 'sdk.coin', traces: [{ type: 'ibc', counterparty: { channel_id: 'channel-6', - base_denom: 'p:stadydx:31Dec2026', + base_denom: 'p:udatom:31Dec2024', chain_name: 'pryzm' }, chain: { @@ -7496,19 +8301,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024', + description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/BC52BD4463DE970632DE7C324525ED8DDC8FD22BF19A65C984B80FF5EC30AABF', + denom: 'ibc/2D71D57545F3D462718C55EA04A8F339030131FC4921D3EFB957662C3098088E', exponent: 0, - aliases: ['p:udatom:31Dec2024'] + aliases: ['p:udatom:31Mar2025'] }, { - denom: 'pdATOM31Dec2024', + denom: 'pdATOM31Mar2025', exponent: 6 }], - base: 'ibc/BC52BD4463DE970632DE7C324525ED8DDC8FD22BF19A65C984B80FF5EC30AABF', - name: 'pdAtom (31Dec2024)', - display: 'pdATOM31Dec2024', - symbol: 'pdATOM-31Dec2024', + base: 'ibc/2D71D57545F3D462718C55EA04A8F339030131FC4921D3EFB957662C3098088E', + name: 'pdAtom (31Mar2025)', + display: 'pdATOM31Mar2025', + symbol: 'pdATOM-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' @@ -7522,7 +8327,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-6', - base_denom: 'p:udatom:31Dec2024', + base_denom: 'p:udatom:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -7670,6 +8475,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/FCBE19BF79E1FCC786C7DA660FB7EB13295962319F6A403917E65295CADF3794', + exponent: 0, + aliases: ['p:utia:31Mar2025'] + }, { + denom: 'pTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/FCBE19BF79E1FCC786C7DA660FB7EB13295962319F6A403917E65295CADF3794', + name: 'pTia (31Mar2025)', + display: 'pTIA31Mar2025', + symbol: 'pTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'p:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, { description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025', denom_units: [{ @@ -7810,6 +8650,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/7D33A0D8A76858A170F685D82D9DE1714E5C24F5D465941A0A04FB09D2DF0FA2', + exponent: 0, + aliases: ['y:uatom:31Mar2025'] + }, { + denom: 'yATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/7D33A0D8A76858A170F685D82D9DE1714E5C24F5D465941A0A04FB09D2DF0FA2', + name: 'yAtom (31Mar2025)', + display: 'yATOM31Mar2025', + symbol: 'yATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'y:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, { description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -7950,6 +8825,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/8AC42B33C9C524C10301517DDA6A9A54F83490D74F35FC856464F032A66EF1E3', + exponent: 0, + aliases: ['y:uosmo:31Mar2025'] + }, { + denom: 'yOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/8AC42B33C9C524C10301517DDA6A9A54F83490D74F35FC856464F032A66EF1E3', + name: 'yOsmo (31Mar2025)', + display: 'yOSMO31Mar2025', + symbol: 'yOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'y:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, { description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -8090,6 +9000,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/8D15961B5C877AB9544AA0B2A7F01F05360760C3D7FF835DC5D7471A9C73E6BE', + exponent: 0, + aliases: ['y:inj:31Mar2025'] + }, { + denom: 'yINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/8D15961B5C877AB9544AA0B2A7F01F05360760C3D7FF835DC5D7471A9C73E6BE', + name: 'yInj (31Mar2025)', + display: 'yINJ31Mar2025', + symbol: 'yINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'y:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, { description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -8230,6 +9175,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/BCF8B0B61502B28957362E44FA45290D2791E29292E37C61D4CD8E3B4D675161', + exponent: 0, + aliases: ['y:uluna:31Mar2025'] + }, { + denom: 'yLUNA31Mar2025', + exponent: 6 + }], + base: 'ibc/BCF8B0B61502B28957362E44FA45290D2791E29292E37C61D4CD8E3B4D675161', + name: 'yLuna (31Mar2025)', + display: 'yLUNA31Mar2025', + symbol: 'yLUNA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'y:uluna:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, { description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025', denom_units: [{ @@ -8510,6 +9490,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/1CB5970869F3473D111663DEAD3C0D231533A85E587211FD06844BBBCF94B174', + exponent: 0, + aliases: ['y:stutia:31Mar2025'] + }, { + denom: 'ystTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/1CB5970869F3473D111663DEAD3C0D231533A85E587211FD06844BBBCF94B174', + name: 'ystTia (31Mar2025)', + display: 'ystTIA31Mar2025', + symbol: 'ystTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'y:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -8650,6 +9665,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/A29931225B446AF3363AF534E866A01F35E3D324FF0778A5CF02EF44F005485C', + exponent: 0, + aliases: ['y:stadydx:31Mar2025'] + }, { + denom: 'ystDYDX31Mar2025', + exponent: 6 + }], + base: 'ibc/A29931225B446AF3363AF534E866A01F35E3D324FF0778A5CF02EF44F005485C', + name: 'ystDydx (31Mar2025)', + display: 'ystDYDX31Mar2025', + symbol: 'ystDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'y:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -8755,6 +9805,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/0F7103ECC30CE18A815D7DD7E292498559422FDFB558EBE8B7D7EF1004CE2503', + exponent: 0, + aliases: ['y:udatom:31Mar2025'] + }, { + denom: 'ydATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/0F7103ECC30CE18A815D7DD7E292498559422FDFB558EBE8B7D7EF1004CE2503', + name: 'ydAtom (31Mar2025)', + display: 'ydATOM31Mar2025', + symbol: 'ydATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'y:udatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, { description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -8895,6 +9980,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/E323B4B55E11DAFDDB591D26691167DD076DD0689E61A0B0D381B753124911D4', + exponent: 0, + aliases: ['y:utia:31Mar2025'] + }, { + denom: 'yTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/E323B4B55E11DAFDDB591D26691167DD076DD0689E61A0B0D381B753124911D4', + name: 'yTia (31Mar2025)', + display: 'yTIA31Mar2025', + symbol: 'yTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'y:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-4329' + } + }] + }, { description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025', denom_units: [{ diff --git a/v1/packages/assets/src/mainnet/noble.ts b/v1/packages/assets/src/mainnet/noble.ts index b65fc3e1e..28a527328 100644 --- a/v1/packages/assets/src/mainnet/noble.ts +++ b/v1/packages/assets/src/mainnet/noble.ts @@ -550,6 +550,91 @@ const assets: AssetList = { } }] }, + { + description: 'The native token of Elys Network', + denom_units: [ + { + denom: 'ibc/7F504CD0771D06502C62C7E76B052BE7B6CD7FE82D1BAC0A69D2041E4AB7C217', + exponent: 0, + aliases: ['uelys'] + }, + { + denom: 'melys', + exponent: 3, + aliases: ['millielys'] + }, + { + denom: 'elys', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/7F504CD0771D06502C62C7E76B052BE7B6CD7FE82D1BAC0A69D2041E4AB7C217', + name: 'Elys Network', + display: 'elys', + symbol: 'ELYS', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png' + }, + coingecko_id: 'elys', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'uelys', + chain_name: 'elys' + }, + chain: { + channel_id: 'channel-117' + } + }] + }, + { + description: 'Eden token definition', + denom_units: [ + { + denom: 'ibc/92855648A97F3757115DDA46EAF80D7A669569691B3C264E2254FE621B1C80B1', + exponent: 0, + aliases: ['ueden'] + }, + { + denom: 'meden', + exponent: 3, + aliases: ['millieden'] + }, + { + denom: 'eden', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/92855648A97F3757115DDA46EAF80D7A669569691B3C264E2254FE621B1C80B1', + name: 'Eden', + display: 'eden', + symbol: 'EDEN', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'ueden', + chain_name: 'elys' + }, + chain: { + channel_id: 'channel-117' + } + }] + }, { description: 'The native EVM, governance and staking token of the Evmos Hub', denom_units: [{ @@ -2731,6 +2816,91 @@ const assets: AssetList = { } }] }, + { + description: 'The native token of Elys Network', + denom_units: [ + { + denom: 'ibc/7F504CD0771D06502C62C7E76B052BE7B6CD7FE82D1BAC0A69D2041E4AB7C217', + exponent: 0, + aliases: ['uelys'] + }, + { + denom: 'melys', + exponent: 3, + aliases: ['millielys'] + }, + { + denom: 'elys', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/7F504CD0771D06502C62C7E76B052BE7B6CD7FE82D1BAC0A69D2041E4AB7C217', + name: 'Elys Network', + display: 'elys', + symbol: 'ELYS', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png' + }, + coingecko_id: 'elys', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'uelys', + chain_name: 'elys' + }, + chain: { + channel_id: 'channel-117' + } + }] + }, + { + description: 'Eden token definition', + denom_units: [ + { + denom: 'ibc/92855648A97F3757115DDA46EAF80D7A669569691B3C264E2254FE621B1C80B1', + exponent: 0, + aliases: ['ueden'] + }, + { + denom: 'meden', + exponent: 3, + aliases: ['millieden'] + }, + { + denom: 'eden', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/92855648A97F3757115DDA46EAF80D7A669569691B3C264E2254FE621B1C80B1', + name: 'Eden', + display: 'eden', + symbol: 'EDEN', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'ueden', + chain_name: 'elys' + }, + chain: { + channel_id: 'channel-117' + } + }] + }, { description: 'The native EVM, governance and staking token of the Evmos Hub', denom_units: [{ @@ -4805,6 +4975,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/B03D58384C5D47E46EF5AFB198D3849A9EA818F53CC5B0C26839749963CF26DA', + exponent: 0, + aliases: ['p:uatom:31Mar2025'] + }, { + denom: 'pATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/B03D58384C5D47E46EF5AFB198D3849A9EA818F53CC5B0C26839749963CF26DA', + name: 'pAtom (31Mar2025)', + display: 'pATOM31Mar2025', + symbol: 'pATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'p:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, { description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -4945,6 +5150,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/10C95F846DA69CCE0A23E2BA753D9D99601E46A8AD3AE309618B1FCD927CEAAE', + exponent: 0, + aliases: ['p:uosmo:31Mar2025'] + }, { + denom: 'pOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/10C95F846DA69CCE0A23E2BA753D9D99601E46A8AD3AE309618B1FCD927CEAAE', + name: 'pOsmo (31Mar2025)', + display: 'pOSMO31Mar2025', + symbol: 'pOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'p:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, { description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -5085,6 +5325,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/FFECA1F19DE5DAEEBA1D9548BF0D88A644D5C0D716DA634AB8A75271CB23AB5B', + exponent: 0, + aliases: ['p:inj:31Mar2025'] + }, { + denom: 'pINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/FFECA1F19DE5DAEEBA1D9548BF0D88A644D5C0D716DA634AB8A75271CB23AB5B', + name: 'pInj (31Mar2025)', + display: 'pINJ31Mar2025', + symbol: 'pINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'p:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, { description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -5226,19 +5501,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/A4B5E1CBD8AAB405A8283D04AEDEEF414B3F7977E446E9DA45F09587CAAEC97C', + denom: 'ibc/18F9DFEC7AA85950CF26E8B10B5BD2918FB9A47836CB9885EF660D68705B3D82', exponent: 0, - aliases: ['p:uluna:31Dec2026'] + aliases: ['p:uluna:31Mar2025'] }, { - denom: 'pLUNA31Dec2026', + denom: 'pLUNA31Mar2025', exponent: 6 }], - base: 'ibc/A4B5E1CBD8AAB405A8283D04AEDEEF414B3F7977E446E9DA45F09587CAAEC97C', - name: 'pLuna (31Dec2026)', - display: 'pLUNA31Dec2026', - symbol: 'pLUNA-31Dec2026', + base: 'ibc/18F9DFEC7AA85950CF26E8B10B5BD2918FB9A47836CB9885EF660D68705B3D82', + name: 'pLuna (31Mar2025)', + display: 'pLUNA31Mar2025', + symbol: 'pLUNA-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' @@ -5252,7 +5527,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-5', - base_denom: 'p:uluna:31Dec2026', + base_denom: 'p:uluna:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -5295,6 +5570,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + denom_units: [{ + denom: 'ibc/A4B5E1CBD8AAB405A8283D04AEDEEF414B3F7977E446E9DA45F09587CAAEC97C', + exponent: 0, + aliases: ['p:uluna:31Dec2026'] + }, { + denom: 'pLUNA31Dec2026', + exponent: 6 + }], + base: 'ibc/A4B5E1CBD8AAB405A8283D04AEDEEF414B3F7977E446E9DA45F09587CAAEC97C', + name: 'pLuna (31Dec2026)', + display: 'pLUNA31Dec2026', + symbol: 'pLUNA-31Dec2026', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'p:uluna:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, { description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024', denom_units: [{ @@ -5505,6 +5815,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/902B77B8A6E3F948D48599CEB933C6814EC7D4A58235F46EBD5E7CBD4503BFB2', + exponent: 0, + aliases: ['p:stutia:31Mar2025'] + }, { + denom: 'pstTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/902B77B8A6E3F948D48599CEB933C6814EC7D4A58235F46EBD5E7CBD4503BFB2', + name: 'pstTia (31Mar2025)', + display: 'pstTIA31Mar2025', + symbol: 'pstTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'p:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -5646,13 +5991,48 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025', + description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/6CFC5813AE0EBEB3A2B9C5E08A3E9295D9A2EC7854CE1E5FF67A8A35978729B2', + denom: 'ibc/243693DA9323600711698B4A85147F0510406962CAE4FCC2EB00C9ECB8C89CCE', exponent: 0, - aliases: ['p:stadydx:31Dec2025'] + aliases: ['p:stadydx:31Mar2025'] }, { - denom: 'pstDYDX31Dec2025', + denom: 'pstDYDX31Mar2025', + exponent: 18 + }], + base: 'ibc/243693DA9323600711698B4A85147F0510406962CAE4FCC2EB00C9ECB8C89CCE', + name: 'pstDydx (31Mar2025)', + display: 'pstDYDX31Mar2025', + symbol: 'pstDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'p:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, + { + description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025', + denom_units: [{ + denom: 'ibc/6CFC5813AE0EBEB3A2B9C5E08A3E9295D9A2EC7854CE1E5FF67A8A35978729B2', + exponent: 0, + aliases: ['p:stadydx:31Dec2025'] + }, { + denom: 'pstDYDX31Dec2025', exponent: 18 }], base: 'ibc/6CFC5813AE0EBEB3A2B9C5E08A3E9295D9A2EC7854CE1E5FF67A8A35978729B2', @@ -5750,6 +6130,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/07E8EB4AA0FC6D9507F40703C95503AF2CEDBB8772A14813EEA6F950D59DA22D', + exponent: 0, + aliases: ['p:udatom:31Mar2025'] + }, { + denom: 'pdATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/07E8EB4AA0FC6D9507F40703C95503AF2CEDBB8772A14813EEA6F950D59DA22D', + name: 'pdAtom (31Mar2025)', + display: 'pdATOM31Mar2025', + symbol: 'pdATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'p:udatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, { description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -5890,6 +6305,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/1E8EE03AA614A6D871E4D406B571D17B393F3F3BC6B093D00F9909C333386991', + exponent: 0, + aliases: ['p:utia:31Mar2025'] + }, { + denom: 'pTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/1E8EE03AA614A6D871E4D406B571D17B393F3F3BC6B093D00F9909C333386991', + name: 'pTia (31Mar2025)', + display: 'pTIA31Mar2025', + symbol: 'pTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'p:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, { description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025', denom_units: [{ @@ -6030,6 +6480,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/B33E5108DB3DCD00E824CD16DB90F38ED5B7B767D1BC4016926E5F3A7F9C8920', + exponent: 0, + aliases: ['y:uatom:31Mar2025'] + }, { + denom: 'yATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/B33E5108DB3DCD00E824CD16DB90F38ED5B7B767D1BC4016926E5F3A7F9C8920', + name: 'yAtom (31Mar2025)', + display: 'yATOM31Mar2025', + symbol: 'yATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'y:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, { description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -6170,6 +6655,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/0FB175BCC362FDA7927C17C394A8A10DC493302EE162B0934ACEE8393A812769', + exponent: 0, + aliases: ['y:uosmo:31Mar2025'] + }, { + denom: 'yOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/0FB175BCC362FDA7927C17C394A8A10DC493302EE162B0934ACEE8393A812769', + name: 'yOsmo (31Mar2025)', + display: 'yOSMO31Mar2025', + symbol: 'yOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'y:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, { description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -6310,6 +6830,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/D2209FC958AA7011BD97AF989ACC00864765D2544DD93E5090D49A0D5D6119D6', + exponent: 0, + aliases: ['y:inj:31Mar2025'] + }, { + denom: 'yINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/D2209FC958AA7011BD97AF989ACC00864765D2544DD93E5090D49A0D5D6119D6', + name: 'yInj (31Mar2025)', + display: 'yINJ31Mar2025', + symbol: 'yINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'y:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, { description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -6450,6 +7005,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/F46314D6AE7C66B7B7977A34BA9846E81C55FA2BA3D5CF4135E44188642BF750', + exponent: 0, + aliases: ['y:uluna:31Mar2025'] + }, { + denom: 'yLUNA31Mar2025', + exponent: 6 + }], + base: 'ibc/F46314D6AE7C66B7B7977A34BA9846E81C55FA2BA3D5CF4135E44188642BF750', + name: 'yLuna (31Mar2025)', + display: 'yLUNA31Mar2025', + symbol: 'yLUNA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'y:uluna:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, { description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025', denom_units: [{ @@ -6730,6 +7320,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/96134C24A7258993B1F15438CBC9C0D9A36FF0B9BE3BD4A911D2DE610AC3DF69', + exponent: 0, + aliases: ['y:stutia:31Mar2025'] + }, { + denom: 'ystTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/96134C24A7258993B1F15438CBC9C0D9A36FF0B9BE3BD4A911D2DE610AC3DF69', + name: 'ystTia (31Mar2025)', + display: 'ystTIA31Mar2025', + symbol: 'ystTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'y:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -6870,6 +7495,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/FA60979083367210D3213E62CCE52E617EB2DB11F0173919265E1BB0AEEA20EF', + exponent: 0, + aliases: ['y:stadydx:31Mar2025'] + }, { + denom: 'ystDYDX31Mar2025', + exponent: 6 + }], + base: 'ibc/FA60979083367210D3213E62CCE52E617EB2DB11F0173919265E1BB0AEEA20EF', + name: 'ystDydx (31Mar2025)', + display: 'ystDYDX31Mar2025', + symbol: 'ystDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'y:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -6975,6 +7635,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/68D3DD9E791B73995D8D33EB8BFF88C47DDD98ADDCDF8AF5554A204244709681', + exponent: 0, + aliases: ['y:udatom:31Mar2025'] + }, { + denom: 'ydATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/68D3DD9E791B73995D8D33EB8BFF88C47DDD98ADDCDF8AF5554A204244709681', + name: 'ydAtom (31Mar2025)', + display: 'ydATOM31Mar2025', + symbol: 'ydATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'y:udatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, { description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -7115,6 +7810,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/A13F63D343A23E61A233B2A4B90A9BCC5BFEF564C8DCEB425B078A170C67894C', + exponent: 0, + aliases: ['y:utia:31Mar2025'] + }, { + denom: 'yTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/A13F63D343A23E61A233B2A4B90A9BCC5BFEF564C8DCEB425B078A170C67894C', + name: 'yTia (31Mar2025)', + display: 'yTIA31Mar2025', + symbol: 'yTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'y:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, { description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025', denom_units: [{ @@ -9036,6 +9766,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/B03D58384C5D47E46EF5AFB198D3849A9EA818F53CC5B0C26839749963CF26DA', + exponent: 0, + aliases: ['p:uatom:31Mar2025'] + }, { + denom: 'pATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/B03D58384C5D47E46EF5AFB198D3849A9EA818F53CC5B0C26839749963CF26DA', + name: 'pAtom (31Mar2025)', + display: 'pATOM31Mar2025', + symbol: 'pATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'p:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, { description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -9176,6 +9941,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/10C95F846DA69CCE0A23E2BA753D9D99601E46A8AD3AE309618B1FCD927CEAAE', + exponent: 0, + aliases: ['p:uosmo:31Mar2025'] + }, { + denom: 'pOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/10C95F846DA69CCE0A23E2BA753D9D99601E46A8AD3AE309618B1FCD927CEAAE', + name: 'pOsmo (31Mar2025)', + display: 'pOSMO31Mar2025', + symbol: 'pOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'p:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, { description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -9316,6 +10116,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/FFECA1F19DE5DAEEBA1D9548BF0D88A644D5C0D716DA634AB8A75271CB23AB5B', + exponent: 0, + aliases: ['p:inj:31Mar2025'] + }, { + denom: 'pINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/FFECA1F19DE5DAEEBA1D9548BF0D88A644D5C0D716DA634AB8A75271CB23AB5B', + name: 'pInj (31Mar2025)', + display: 'pINJ31Mar2025', + symbol: 'pINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'p:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, { description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -9457,19 +10292,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/A4B5E1CBD8AAB405A8283D04AEDEEF414B3F7977E446E9DA45F09587CAAEC97C', + denom: 'ibc/18F9DFEC7AA85950CF26E8B10B5BD2918FB9A47836CB9885EF660D68705B3D82', exponent: 0, - aliases: ['p:uluna:31Dec2026'] + aliases: ['p:uluna:31Mar2025'] }, { - denom: 'pLUNA31Dec2026', + denom: 'pLUNA31Mar2025', exponent: 6 }], - base: 'ibc/A4B5E1CBD8AAB405A8283D04AEDEEF414B3F7977E446E9DA45F09587CAAEC97C', - name: 'pLuna (31Dec2026)', - display: 'pLUNA31Dec2026', - symbol: 'pLUNA-31Dec2026', + base: 'ibc/18F9DFEC7AA85950CF26E8B10B5BD2918FB9A47836CB9885EF660D68705B3D82', + name: 'pLuna (31Mar2025)', + display: 'pLUNA31Mar2025', + symbol: 'pLUNA-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' @@ -9483,7 +10318,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-5', - base_denom: 'p:uluna:31Dec2026', + base_denom: 'p:uluna:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -9526,6 +10361,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + denom_units: [{ + denom: 'ibc/A4B5E1CBD8AAB405A8283D04AEDEEF414B3F7977E446E9DA45F09587CAAEC97C', + exponent: 0, + aliases: ['p:uluna:31Dec2026'] + }, { + denom: 'pLUNA31Dec2026', + exponent: 6 + }], + base: 'ibc/A4B5E1CBD8AAB405A8283D04AEDEEF414B3F7977E446E9DA45F09587CAAEC97C', + name: 'pLuna (31Dec2026)', + display: 'pLUNA31Dec2026', + symbol: 'pLUNA-31Dec2026', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'p:uluna:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, { description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024', denom_units: [{ @@ -9736,6 +10606,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/902B77B8A6E3F948D48599CEB933C6814EC7D4A58235F46EBD5E7CBD4503BFB2', + exponent: 0, + aliases: ['p:stutia:31Mar2025'] + }, { + denom: 'pstTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/902B77B8A6E3F948D48599CEB933C6814EC7D4A58235F46EBD5E7CBD4503BFB2', + name: 'pstTia (31Mar2025)', + display: 'pstTIA31Mar2025', + symbol: 'pstTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'p:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -9876,6 +10781,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/243693DA9323600711698B4A85147F0510406962CAE4FCC2EB00C9ECB8C89CCE', + exponent: 0, + aliases: ['p:stadydx:31Mar2025'] + }, { + denom: 'pstDYDX31Mar2025', + exponent: 18 + }], + base: 'ibc/243693DA9323600711698B4A85147F0510406962CAE4FCC2EB00C9ECB8C89CCE', + name: 'pstDydx (31Mar2025)', + display: 'pstDYDX31Mar2025', + symbol: 'pstDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'p:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -9926,19 +10866,54 @@ const assets: AssetList = { display: 'pstDYDX31Dec2026', symbol: 'pstDYDX-31Dec2026', logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'p:stadydx:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, + { + description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024', + denom_units: [{ + denom: 'ibc/B97C00FE6E5457A25BA3759D582A204F0394E229A5F645CE4359D072E68CAFF3', + exponent: 0, + aliases: ['p:udatom:31Dec2024'] + }, { + denom: 'pdATOM31Dec2024', + exponent: 6 + }], + base: 'ibc/B97C00FE6E5457A25BA3759D582A204F0394E229A5F645CE4359D072E68CAFF3', + name: 'pdAtom (31Dec2024)', + display: 'pdATOM31Dec2024', + symbol: 'pdATOM-31Dec2024', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' }, images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' }], type_asset: 'sdk.coin', traces: [{ type: 'ibc', counterparty: { channel_id: 'channel-5', - base_denom: 'p:stadydx:31Dec2026', + base_denom: 'p:udatom:31Dec2024', chain_name: 'pryzm' }, chain: { @@ -9947,19 +10922,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024', + description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/B97C00FE6E5457A25BA3759D582A204F0394E229A5F645CE4359D072E68CAFF3', + denom: 'ibc/07E8EB4AA0FC6D9507F40703C95503AF2CEDBB8772A14813EEA6F950D59DA22D', exponent: 0, - aliases: ['p:udatom:31Dec2024'] + aliases: ['p:udatom:31Mar2025'] }, { - denom: 'pdATOM31Dec2024', + denom: 'pdATOM31Mar2025', exponent: 6 }], - base: 'ibc/B97C00FE6E5457A25BA3759D582A204F0394E229A5F645CE4359D072E68CAFF3', - name: 'pdAtom (31Dec2024)', - display: 'pdATOM31Dec2024', - symbol: 'pdATOM-31Dec2024', + base: 'ibc/07E8EB4AA0FC6D9507F40703C95503AF2CEDBB8772A14813EEA6F950D59DA22D', + name: 'pdAtom (31Mar2025)', + display: 'pdATOM31Mar2025', + symbol: 'pdATOM-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' @@ -9973,7 +10948,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-5', - base_denom: 'p:udatom:31Dec2024', + base_denom: 'p:udatom:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -10121,6 +11096,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/1E8EE03AA614A6D871E4D406B571D17B393F3F3BC6B093D00F9909C333386991', + exponent: 0, + aliases: ['p:utia:31Mar2025'] + }, { + denom: 'pTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/1E8EE03AA614A6D871E4D406B571D17B393F3F3BC6B093D00F9909C333386991', + name: 'pTia (31Mar2025)', + display: 'pTIA31Mar2025', + symbol: 'pTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'p:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, { description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025', denom_units: [{ @@ -10261,6 +11271,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/B33E5108DB3DCD00E824CD16DB90F38ED5B7B767D1BC4016926E5F3A7F9C8920', + exponent: 0, + aliases: ['y:uatom:31Mar2025'] + }, { + denom: 'yATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/B33E5108DB3DCD00E824CD16DB90F38ED5B7B767D1BC4016926E5F3A7F9C8920', + name: 'yAtom (31Mar2025)', + display: 'yATOM31Mar2025', + symbol: 'yATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'y:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, { description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -10401,6 +11446,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/0FB175BCC362FDA7927C17C394A8A10DC493302EE162B0934ACEE8393A812769', + exponent: 0, + aliases: ['y:uosmo:31Mar2025'] + }, { + denom: 'yOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/0FB175BCC362FDA7927C17C394A8A10DC493302EE162B0934ACEE8393A812769', + name: 'yOsmo (31Mar2025)', + display: 'yOSMO31Mar2025', + symbol: 'yOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'y:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, { description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -10541,6 +11621,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/D2209FC958AA7011BD97AF989ACC00864765D2544DD93E5090D49A0D5D6119D6', + exponent: 0, + aliases: ['y:inj:31Mar2025'] + }, { + denom: 'yINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/D2209FC958AA7011BD97AF989ACC00864765D2544DD93E5090D49A0D5D6119D6', + name: 'yInj (31Mar2025)', + display: 'yINJ31Mar2025', + symbol: 'yINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'y:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, { description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -10681,6 +11796,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/F46314D6AE7C66B7B7977A34BA9846E81C55FA2BA3D5CF4135E44188642BF750', + exponent: 0, + aliases: ['y:uluna:31Mar2025'] + }, { + denom: 'yLUNA31Mar2025', + exponent: 6 + }], + base: 'ibc/F46314D6AE7C66B7B7977A34BA9846E81C55FA2BA3D5CF4135E44188642BF750', + name: 'yLuna (31Mar2025)', + display: 'yLUNA31Mar2025', + symbol: 'yLUNA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'y:uluna:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, { description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025', denom_units: [{ @@ -10961,6 +12111,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/96134C24A7258993B1F15438CBC9C0D9A36FF0B9BE3BD4A911D2DE610AC3DF69', + exponent: 0, + aliases: ['y:stutia:31Mar2025'] + }, { + denom: 'ystTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/96134C24A7258993B1F15438CBC9C0D9A36FF0B9BE3BD4A911D2DE610AC3DF69', + name: 'ystTia (31Mar2025)', + display: 'ystTIA31Mar2025', + symbol: 'ystTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'y:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -11101,6 +12286,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/FA60979083367210D3213E62CCE52E617EB2DB11F0173919265E1BB0AEEA20EF', + exponent: 0, + aliases: ['y:stadydx:31Mar2025'] + }, { + denom: 'ystDYDX31Mar2025', + exponent: 6 + }], + base: 'ibc/FA60979083367210D3213E62CCE52E617EB2DB11F0173919265E1BB0AEEA20EF', + name: 'ystDydx (31Mar2025)', + display: 'ystDYDX31Mar2025', + symbol: 'ystDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'y:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -11206,6 +12426,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/68D3DD9E791B73995D8D33EB8BFF88C47DDD98ADDCDF8AF5554A204244709681', + exponent: 0, + aliases: ['y:udatom:31Mar2025'] + }, { + denom: 'ydATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/68D3DD9E791B73995D8D33EB8BFF88C47DDD98ADDCDF8AF5554A204244709681', + name: 'ydAtom (31Mar2025)', + display: 'ydATOM31Mar2025', + symbol: 'ydATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'y:udatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, { description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -11346,6 +12601,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/A13F63D343A23E61A233B2A4B90A9BCC5BFEF564C8DCEB425B078A170C67894C', + exponent: 0, + aliases: ['y:utia:31Mar2025'] + }, { + denom: 'yTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/A13F63D343A23E61A233B2A4B90A9BCC5BFEF564C8DCEB425B078A170C67894C', + name: 'yTia (31Mar2025)', + display: 'yTIA31Mar2025', + symbol: 'yTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: 'y:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-79' + } + }] + }, { description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025', denom_units: [{ diff --git a/v1/packages/assets/src/mainnet/osmosis.ts b/v1/packages/assets/src/mainnet/osmosis.ts index 8cdec55a3..94b4391fc 100644 --- a/v1/packages/assets/src/mainnet/osmosis.ts +++ b/v1/packages/assets/src/mainnet/osmosis.ts @@ -2200,6 +2200,91 @@ const assets: AssetList = { } }] }, + { + description: 'The native token of Elys Network', + denom_units: [ + { + denom: 'ibc/643EBFFC9D4533E93A5CF144FE786A6FB326F4C0C6224F7CB7563CC374EE56EE', + exponent: 0, + aliases: ['uelys'] + }, + { + denom: 'melys', + exponent: 3, + aliases: ['millielys'] + }, + { + denom: 'elys', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/643EBFFC9D4533E93A5CF144FE786A6FB326F4C0C6224F7CB7563CC374EE56EE', + name: 'Elys Network', + display: 'elys', + symbol: 'ELYS', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png' + }, + coingecko_id: 'elys', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'uelys', + chain_name: 'elys' + }, + chain: { + channel_id: 'channel-91017' + } + }] + }, + { + description: 'Eden token definition', + denom_units: [ + { + denom: 'ibc/759C2B22DFA2D39A9B30BDC053AB59D2376746828B876FD18887F366D3819B11', + exponent: 0, + aliases: ['ueden'] + }, + { + denom: 'meden', + exponent: 3, + aliases: ['millieden'] + }, + { + denom: 'eden', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/759C2B22DFA2D39A9B30BDC053AB59D2376746828B876FD18887F366D3819B11', + name: 'Eden', + display: 'eden', + symbol: 'EDEN', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'ueden', + chain_name: 'elys' + }, + chain: { + channel_id: 'channel-91017' + } + }] + }, { 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.', denom_units: [{ @@ -8006,6 +8091,91 @@ const assets: AssetList = { } }] }, + { + description: 'The native token of Elys Network', + denom_units: [ + { + denom: 'ibc/643EBFFC9D4533E93A5CF144FE786A6FB326F4C0C6224F7CB7563CC374EE56EE', + exponent: 0, + aliases: ['uelys'] + }, + { + denom: 'melys', + exponent: 3, + aliases: ['millielys'] + }, + { + denom: 'elys', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/643EBFFC9D4533E93A5CF144FE786A6FB326F4C0C6224F7CB7563CC374EE56EE', + name: 'Elys Network', + display: 'elys', + symbol: 'ELYS', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png' + }, + coingecko_id: 'elys', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'uelys', + chain_name: 'elys' + }, + chain: { + channel_id: 'channel-91017' + } + }] + }, + { + description: 'Eden token definition', + denom_units: [ + { + denom: 'ibc/759C2B22DFA2D39A9B30BDC053AB59D2376746828B876FD18887F366D3819B11', + exponent: 0, + aliases: ['ueden'] + }, + { + denom: 'meden', + exponent: 3, + aliases: ['millieden'] + }, + { + denom: 'eden', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/759C2B22DFA2D39A9B30BDC053AB59D2376746828B876FD18887F366D3819B11', + name: 'Eden', + display: 'eden', + symbol: 'EDEN', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'ueden', + chain_name: 'elys' + }, + chain: { + channel_id: 'channel-91017' + } + }] + }, { 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.', denom_units: [{ @@ -12003,6 +12173,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/00CE99CC81F5D839621F34A34310A327D24861B9A56BCA4B4189A71EDDD58F6C', + exponent: 0, + aliases: ['p:uatom:31Mar2025'] + }, { + denom: 'pATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/00CE99CC81F5D839621F34A34310A327D24861B9A56BCA4B4189A71EDDD58F6C', + name: 'pAtom (31Mar2025)', + display: 'pATOM31Mar2025', + symbol: 'pATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -12143,6 +12348,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/9F0607DFB6A8DE15C010794774C2A08A739CF9F9211E7729D69E4E06A30D64FC', + exponent: 0, + aliases: ['p:uosmo:31Mar2025'] + }, { + denom: 'pOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/9F0607DFB6A8DE15C010794774C2A08A739CF9F9211E7729D69E4E06A30D64FC', + name: 'pOsmo (31Mar2025)', + display: 'pOSMO31Mar2025', + symbol: 'pOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -12283,6 +12523,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/40F1CB094B33D5AD8987B556CB085D51630F39D703BC6B0CF073B4B37067FDC2', + exponent: 0, + aliases: ['p:inj:31Mar2025'] + }, { + denom: 'pINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/40F1CB094B33D5AD8987B556CB085D51630F39D703BC6B0CF073B4B37067FDC2', + name: 'pInj (31Mar2025)', + display: 'pINJ31Mar2025', + symbol: 'pINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -12424,19 +12699,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/78081C7DC880CFE1905F443A5B708DAA3E0FE3D2E696B43387D8CC8F5D810DED', + denom: 'ibc/63EAE682B21E3C6F225461D5A21B84EC58DD4FB31210BFF67AEB2F34C184DD62', exponent: 0, - aliases: ['p:uluna:31Dec2026'] + aliases: ['p:uluna:31Mar2025'] }, { - denom: 'pLUNA31Dec2026', + denom: 'pLUNA31Mar2025', exponent: 6 }], - base: 'ibc/78081C7DC880CFE1905F443A5B708DAA3E0FE3D2E696B43387D8CC8F5D810DED', - name: 'pLuna (31Dec2026)', - display: 'pLUNA31Dec2026', - symbol: 'pLUNA-31Dec2026', + base: 'ibc/63EAE682B21E3C6F225461D5A21B84EC58DD4FB31210BFF67AEB2F34C184DD62', + name: 'pLuna (31Mar2025)', + display: 'pLUNA31Mar2025', + symbol: 'pLUNA-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' @@ -12450,7 +12725,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-2', - base_denom: 'p:uluna:31Dec2026', + base_denom: 'p:uluna:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -12493,6 +12768,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + denom_units: [{ + denom: 'ibc/78081C7DC880CFE1905F443A5B708DAA3E0FE3D2E696B43387D8CC8F5D810DED', + exponent: 0, + aliases: ['p:uluna:31Dec2026'] + }, { + denom: 'pLUNA31Dec2026', + exponent: 6 + }], + base: 'ibc/78081C7DC880CFE1905F443A5B708DAA3E0FE3D2E696B43387D8CC8F5D810DED', + name: 'pLuna (31Dec2026)', + display: 'pLUNA31Dec2026', + symbol: 'pLUNA-31Dec2026', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:uluna:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024', denom_units: [{ @@ -12703,6 +13013,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/8DDEC9407527353400F36B5A90341D9C49C8C596B06BB59CCD358D0709F290C3', + exponent: 0, + aliases: ['p:stutia:31Mar2025'] + }, { + denom: 'pstTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/8DDEC9407527353400F36B5A90341D9C49C8C596B06BB59CCD358D0709F290C3', + name: 'pstTia (31Mar2025)', + display: 'pstTIA31Mar2025', + symbol: 'pstTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -12843,6 +13188,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/119AE70C773F15CD27490D8CA5CD58E422A719A423E14C1FFFD80045F93CC51E', + exponent: 0, + aliases: ['p:stadydx:31Mar2025'] + }, { + denom: 'pstDYDX31Mar2025', + exponent: 18 + }], + base: 'ibc/119AE70C773F15CD27490D8CA5CD58E422A719A423E14C1FFFD80045F93CC51E', + name: 'pstDydx (31Mar2025)', + display: 'pstDYDX31Mar2025', + symbol: 'pstDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -12948,6 +13328,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/8098FA444F096C18BBC10CD7304583BE0672D07F69BCDBE46074DB45D43AEB8A', + exponent: 0, + aliases: ['p:udatom:31Mar2025'] + }, { + denom: 'pdATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/8098FA444F096C18BBC10CD7304583BE0672D07F69BCDBE46074DB45D43AEB8A', + name: 'pdAtom (31Mar2025)', + display: 'pdATOM31Mar2025', + symbol: 'pdATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:udatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -13088,6 +13503,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/FDE0E4427A93D59006CF9F373B4E635F2CAA7789A2993E472833A77FF4CED947', + exponent: 0, + aliases: ['p:utia:31Mar2025'] + }, { + denom: 'pTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/FDE0E4427A93D59006CF9F373B4E635F2CAA7789A2993E472833A77FF4CED947', + name: 'pTia (31Mar2025)', + display: 'pTIA31Mar2025', + symbol: 'pTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025', denom_units: [{ @@ -13228,6 +13678,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/41548C812173671CBF300056C3F87C1457248C2E8233A4671CC35ED846562BE2', + exponent: 0, + aliases: ['y:uatom:31Mar2025'] + }, { + denom: 'yATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/41548C812173671CBF300056C3F87C1457248C2E8233A4671CC35ED846562BE2', + name: 'yAtom (31Mar2025)', + display: 'yATOM31Mar2025', + symbol: 'yATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -13368,6 +13853,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/A04CA107774AC5362B86EC795AE4DBE1A417F5226BC732A1316F0C4306F13C7F', + exponent: 0, + aliases: ['y:uosmo:31Mar2025'] + }, { + denom: 'yOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/A04CA107774AC5362B86EC795AE4DBE1A417F5226BC732A1316F0C4306F13C7F', + name: 'yOsmo (31Mar2025)', + display: 'yOSMO31Mar2025', + symbol: 'yOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -13508,6 +14028,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/8A93A6107BEB28DBDF170E86742FF60E5B44C8216A7F8A0270CA6CD399209767', + exponent: 0, + aliases: ['y:inj:31Mar2025'] + }, { + denom: 'yINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/8A93A6107BEB28DBDF170E86742FF60E5B44C8216A7F8A0270CA6CD399209767', + name: 'yInj (31Mar2025)', + display: 'yINJ31Mar2025', + symbol: 'yINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -13648,6 +14203,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/0E18B0E689C80338F4BF2BB653DFEB42F55F47780D6D0160CE04403F6C8CE75D', + exponent: 0, + aliases: ['y:uluna:31Mar2025'] + }, { + denom: 'yLUNA31Mar2025', + exponent: 6 + }], + base: 'ibc/0E18B0E689C80338F4BF2BB653DFEB42F55F47780D6D0160CE04403F6C8CE75D', + name: 'yLuna (31Mar2025)', + display: 'yLUNA31Mar2025', + symbol: 'yLUNA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:uluna:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025', denom_units: [{ @@ -13928,6 +14518,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/79272BD3235917A54671D117744F16B19881FD848770B047C655BC439402E684', + exponent: 0, + aliases: ['y:stutia:31Mar2025'] + }, { + denom: 'ystTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/79272BD3235917A54671D117744F16B19881FD848770B047C655BC439402E684', + name: 'ystTia (31Mar2025)', + display: 'ystTIA31Mar2025', + symbol: 'ystTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -14068,6 +14693,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/7E022B7DF1C6239320E1CD2C4E1180A0DC93DF3C2D2333BF88F18297E49C8EE3', + exponent: 0, + aliases: ['y:stadydx:31Mar2025'] + }, { + denom: 'ystDYDX31Mar2025', + exponent: 6 + }], + base: 'ibc/7E022B7DF1C6239320E1CD2C4E1180A0DC93DF3C2D2333BF88F18297E49C8EE3', + name: 'ystDydx (31Mar2025)', + display: 'ystDYDX31Mar2025', + symbol: 'ystDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -14173,6 +14833,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/BBF0972F80318E58F9C5B46ED310CB4C1B47585542347027F9A08E200D4721B5', + exponent: 0, + aliases: ['y:udatom:31Mar2025'] + }, { + denom: 'ydATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/BBF0972F80318E58F9C5B46ED310CB4C1B47585542347027F9A08E200D4721B5', + name: 'ydAtom (31Mar2025)', + display: 'ydATOM31Mar2025', + symbol: 'ydATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:udatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -14313,6 +15008,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/AF32DD96993860F979BAF9A8B35D3A9887E63AE5D33FB8A16A81F10ED5779A94', + exponent: 0, + aliases: ['y:utia:31Mar2025'] + }, { + denom: 'yTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/AF32DD96993860F979BAF9A8B35D3A9887E63AE5D33FB8A16A81F10ED5779A94', + name: 'yTia (31Mar2025)', + display: 'yTIA31Mar2025', + symbol: 'yTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025', denom_units: [{ @@ -18394,6 +19124,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/00CE99CC81F5D839621F34A34310A327D24861B9A56BCA4B4189A71EDDD58F6C', + exponent: 0, + aliases: ['p:uatom:31Mar2025'] + }, { + denom: 'pATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/00CE99CC81F5D839621F34A34310A327D24861B9A56BCA4B4189A71EDDD58F6C', + name: 'pAtom (31Mar2025)', + display: 'pATOM31Mar2025', + symbol: 'pATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -18534,6 +19299,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/9F0607DFB6A8DE15C010794774C2A08A739CF9F9211E7729D69E4E06A30D64FC', + exponent: 0, + aliases: ['p:uosmo:31Mar2025'] + }, { + denom: 'pOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/9F0607DFB6A8DE15C010794774C2A08A739CF9F9211E7729D69E4E06A30D64FC', + name: 'pOsmo (31Mar2025)', + display: 'pOSMO31Mar2025', + symbol: 'pOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -18674,6 +19474,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/40F1CB094B33D5AD8987B556CB085D51630F39D703BC6B0CF073B4B37067FDC2', + exponent: 0, + aliases: ['p:inj:31Mar2025'] + }, { + denom: 'pINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/40F1CB094B33D5AD8987B556CB085D51630F39D703BC6B0CF073B4B37067FDC2', + name: 'pInj (31Mar2025)', + display: 'pINJ31Mar2025', + symbol: 'pINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -18815,19 +19650,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/78081C7DC880CFE1905F443A5B708DAA3E0FE3D2E696B43387D8CC8F5D810DED', + denom: 'ibc/63EAE682B21E3C6F225461D5A21B84EC58DD4FB31210BFF67AEB2F34C184DD62', exponent: 0, - aliases: ['p:uluna:31Dec2026'] + aliases: ['p:uluna:31Mar2025'] }, { - denom: 'pLUNA31Dec2026', + denom: 'pLUNA31Mar2025', exponent: 6 }], - base: 'ibc/78081C7DC880CFE1905F443A5B708DAA3E0FE3D2E696B43387D8CC8F5D810DED', - name: 'pLuna (31Dec2026)', - display: 'pLUNA31Dec2026', - symbol: 'pLUNA-31Dec2026', + base: 'ibc/63EAE682B21E3C6F225461D5A21B84EC58DD4FB31210BFF67AEB2F34C184DD62', + name: 'pLuna (31Mar2025)', + display: 'pLUNA31Mar2025', + symbol: 'pLUNA-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' @@ -18841,7 +19676,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-2', - base_denom: 'p:uluna:31Dec2026', + base_denom: 'p:uluna:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -18884,6 +19719,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + denom_units: [{ + denom: 'ibc/78081C7DC880CFE1905F443A5B708DAA3E0FE3D2E696B43387D8CC8F5D810DED', + exponent: 0, + aliases: ['p:uluna:31Dec2026'] + }, { + denom: 'pLUNA31Dec2026', + exponent: 6 + }], + base: 'ibc/78081C7DC880CFE1905F443A5B708DAA3E0FE3D2E696B43387D8CC8F5D810DED', + name: 'pLuna (31Dec2026)', + display: 'pLUNA31Dec2026', + symbol: 'pLUNA-31Dec2026', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:uluna:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024', denom_units: [{ @@ -19094,6 +19964,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/8DDEC9407527353400F36B5A90341D9C49C8C596B06BB59CCD358D0709F290C3', + exponent: 0, + aliases: ['p:stutia:31Mar2025'] + }, { + denom: 'pstTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/8DDEC9407527353400F36B5A90341D9C49C8C596B06BB59CCD358D0709F290C3', + name: 'pstTia (31Mar2025)', + display: 'pstTIA31Mar2025', + symbol: 'pstTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -19234,6 +20139,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/119AE70C773F15CD27490D8CA5CD58E422A719A423E14C1FFFD80045F93CC51E', + exponent: 0, + aliases: ['p:stadydx:31Mar2025'] + }, { + denom: 'pstDYDX31Mar2025', + exponent: 18 + }], + base: 'ibc/119AE70C773F15CD27490D8CA5CD58E422A719A423E14C1FFFD80045F93CC51E', + name: 'pstDydx (31Mar2025)', + display: 'pstDYDX31Mar2025', + symbol: 'pstDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -19284,19 +20224,54 @@ const assets: AssetList = { display: 'pstDYDX31Dec2026', symbol: 'pstDYDX-31Dec2026', logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:stadydx:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, + { + description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024', + denom_units: [{ + denom: 'ibc/0B05519DE4B0DB3738EA4682E5220D1847C52701C13E175723332AB1ACE44DDD', + exponent: 0, + aliases: ['p:udatom:31Dec2024'] + }, { + denom: 'pdATOM31Dec2024', + exponent: 6 + }], + base: 'ibc/0B05519DE4B0DB3738EA4682E5220D1847C52701C13E175723332AB1ACE44DDD', + name: 'pdAtom (31Dec2024)', + display: 'pdATOM31Dec2024', + symbol: 'pdATOM-31Dec2024', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' }, images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' }], type_asset: 'sdk.coin', traces: [{ type: 'ibc', counterparty: { channel_id: 'channel-2', - base_denom: 'p:stadydx:31Dec2026', + base_denom: 'p:udatom:31Dec2024', chain_name: 'pryzm' }, chain: { @@ -19305,19 +20280,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024', + description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/0B05519DE4B0DB3738EA4682E5220D1847C52701C13E175723332AB1ACE44DDD', + denom: 'ibc/8098FA444F096C18BBC10CD7304583BE0672D07F69BCDBE46074DB45D43AEB8A', exponent: 0, - aliases: ['p:udatom:31Dec2024'] + aliases: ['p:udatom:31Mar2025'] }, { - denom: 'pdATOM31Dec2024', + denom: 'pdATOM31Mar2025', exponent: 6 }], - base: 'ibc/0B05519DE4B0DB3738EA4682E5220D1847C52701C13E175723332AB1ACE44DDD', - name: 'pdAtom (31Dec2024)', - display: 'pdATOM31Dec2024', - symbol: 'pdATOM-31Dec2024', + base: 'ibc/8098FA444F096C18BBC10CD7304583BE0672D07F69BCDBE46074DB45D43AEB8A', + name: 'pdAtom (31Mar2025)', + display: 'pdATOM31Mar2025', + symbol: 'pdATOM-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' @@ -19331,7 +20306,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-2', - base_denom: 'p:udatom:31Dec2024', + base_denom: 'p:udatom:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -19479,6 +20454,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/FDE0E4427A93D59006CF9F373B4E635F2CAA7789A2993E472833A77FF4CED947', + exponent: 0, + aliases: ['p:utia:31Mar2025'] + }, { + denom: 'pTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/FDE0E4427A93D59006CF9F373B4E635F2CAA7789A2993E472833A77FF4CED947', + name: 'pTia (31Mar2025)', + display: 'pTIA31Mar2025', + symbol: 'pTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025', denom_units: [{ @@ -19619,6 +20629,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/41548C812173671CBF300056C3F87C1457248C2E8233A4671CC35ED846562BE2', + exponent: 0, + aliases: ['y:uatom:31Mar2025'] + }, { + denom: 'yATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/41548C812173671CBF300056C3F87C1457248C2E8233A4671CC35ED846562BE2', + name: 'yAtom (31Mar2025)', + display: 'yATOM31Mar2025', + symbol: 'yATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -19759,6 +20804,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/A04CA107774AC5362B86EC795AE4DBE1A417F5226BC732A1316F0C4306F13C7F', + exponent: 0, + aliases: ['y:uosmo:31Mar2025'] + }, { + denom: 'yOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/A04CA107774AC5362B86EC795AE4DBE1A417F5226BC732A1316F0C4306F13C7F', + name: 'yOsmo (31Mar2025)', + display: 'yOSMO31Mar2025', + symbol: 'yOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -19899,6 +20979,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/8A93A6107BEB28DBDF170E86742FF60E5B44C8216A7F8A0270CA6CD399209767', + exponent: 0, + aliases: ['y:inj:31Mar2025'] + }, { + denom: 'yINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/8A93A6107BEB28DBDF170E86742FF60E5B44C8216A7F8A0270CA6CD399209767', + name: 'yInj (31Mar2025)', + display: 'yINJ31Mar2025', + symbol: 'yINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -20039,6 +21154,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/0E18B0E689C80338F4BF2BB653DFEB42F55F47780D6D0160CE04403F6C8CE75D', + exponent: 0, + aliases: ['y:uluna:31Mar2025'] + }, { + denom: 'yLUNA31Mar2025', + exponent: 6 + }], + base: 'ibc/0E18B0E689C80338F4BF2BB653DFEB42F55F47780D6D0160CE04403F6C8CE75D', + name: 'yLuna (31Mar2025)', + display: 'yLUNA31Mar2025', + symbol: 'yLUNA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:uluna:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025', denom_units: [{ @@ -20319,6 +21469,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/79272BD3235917A54671D117744F16B19881FD848770B047C655BC439402E684', + exponent: 0, + aliases: ['y:stutia:31Mar2025'] + }, { + denom: 'ystTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/79272BD3235917A54671D117744F16B19881FD848770B047C655BC439402E684', + name: 'ystTia (31Mar2025)', + display: 'ystTIA31Mar2025', + symbol: 'ystTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -20459,6 +21644,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/7E022B7DF1C6239320E1CD2C4E1180A0DC93DF3C2D2333BF88F18297E49C8EE3', + exponent: 0, + aliases: ['y:stadydx:31Mar2025'] + }, { + denom: 'ystDYDX31Mar2025', + exponent: 6 + }], + base: 'ibc/7E022B7DF1C6239320E1CD2C4E1180A0DC93DF3C2D2333BF88F18297E49C8EE3', + name: 'ystDydx (31Mar2025)', + display: 'ystDYDX31Mar2025', + symbol: 'ystDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -20564,6 +21784,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/BBF0972F80318E58F9C5B46ED310CB4C1B47585542347027F9A08E200D4721B5', + exponent: 0, + aliases: ['y:udatom:31Mar2025'] + }, { + denom: 'ydATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/BBF0972F80318E58F9C5B46ED310CB4C1B47585542347027F9A08E200D4721B5', + name: 'ydAtom (31Mar2025)', + display: 'ydATOM31Mar2025', + symbol: 'ydATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:udatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -20704,6 +21959,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/AF32DD96993860F979BAF9A8B35D3A9887E63AE5D33FB8A16A81F10ED5779A94', + exponent: 0, + aliases: ['y:utia:31Mar2025'] + }, { + denom: 'yTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/AF32DD96993860F979BAF9A8B35D3A9887E63AE5D33FB8A16A81F10ED5779A94', + name: 'yTia (31Mar2025)', + display: 'yTIA31Mar2025', + symbol: 'yTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025', denom_units: [{ diff --git a/v1/packages/assets/src/mainnet/stride.ts b/v1/packages/assets/src/mainnet/stride.ts index 66b22dd1d..a1503bdc4 100644 --- a/v1/packages/assets/src/mainnet/stride.ts +++ b/v1/packages/assets/src/mainnet/stride.ts @@ -1834,6 +1834,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/2F042D64EFA7F4BB4AB581F922332507C2DCE01896FECEEC6F1F7356E1D55D9A', + exponent: 0, + aliases: ['p:uatom:31Mar2025'] + }, { + denom: 'pATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/2F042D64EFA7F4BB4AB581F922332507C2DCE01896FECEEC6F1F7356E1D55D9A', + name: 'pAtom (31Mar2025)', + display: 'pATOM31Mar2025', + symbol: 'pATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'p:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, { description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -1974,6 +2009,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/EFF462661AE1C257F08A7CE72C23AB79D1AF6A5EE0F7AA22AFC73E8709EBB340', + exponent: 0, + aliases: ['p:uosmo:31Mar2025'] + }, { + denom: 'pOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/EFF462661AE1C257F08A7CE72C23AB79D1AF6A5EE0F7AA22AFC73E8709EBB340', + name: 'pOsmo (31Mar2025)', + display: 'pOSMO31Mar2025', + symbol: 'pOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'p:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, { description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -2114,6 +2184,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/066F65BE987FF88A682CBA23C73C231F1768CFFCBA783BE220553617B7A7627B', + exponent: 0, + aliases: ['p:inj:31Mar2025'] + }, { + denom: 'pINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/066F65BE987FF88A682CBA23C73C231F1768CFFCBA783BE220553617B7A7627B', + name: 'pInj (31Mar2025)', + display: 'pINJ31Mar2025', + symbol: 'pINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'p:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, { description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -2255,19 +2360,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/A7489C24FB6625AF5B2AF7A0B9D505AD32DA93C1812188BF00D1EC4B52D614A2', + denom: 'ibc/14D736AD0862CBF59318775DB6FAADBF3A775D6EA68D8EACC70BD03A548DA822', exponent: 0, - aliases: ['p:uluna:31Dec2026'] + aliases: ['p:uluna:31Mar2025'] }, { - denom: 'pLUNA31Dec2026', + denom: 'pLUNA31Mar2025', exponent: 6 }], - base: 'ibc/A7489C24FB6625AF5B2AF7A0B9D505AD32DA93C1812188BF00D1EC4B52D614A2', - name: 'pLuna (31Dec2026)', - display: 'pLUNA31Dec2026', - symbol: 'pLUNA-31Dec2026', + base: 'ibc/14D736AD0862CBF59318775DB6FAADBF3A775D6EA68D8EACC70BD03A548DA822', + name: 'pLuna (31Mar2025)', + display: 'pLUNA31Mar2025', + symbol: 'pLUNA-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' @@ -2281,7 +2386,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-23', - base_denom: 'p:uluna:31Dec2026', + base_denom: 'p:uluna:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -2324,6 +2429,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + denom_units: [{ + denom: 'ibc/A7489C24FB6625AF5B2AF7A0B9D505AD32DA93C1812188BF00D1EC4B52D614A2', + exponent: 0, + aliases: ['p:uluna:31Dec2026'] + }, { + denom: 'pLUNA31Dec2026', + exponent: 6 + }], + base: 'ibc/A7489C24FB6625AF5B2AF7A0B9D505AD32DA93C1812188BF00D1EC4B52D614A2', + name: 'pLuna (31Dec2026)', + display: 'pLUNA31Dec2026', + symbol: 'pLUNA-31Dec2026', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'p:uluna:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, { description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024', denom_units: [{ @@ -2534,6 +2674,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/421555677E59D606EC931E1576BB99E04A70EC028A5588B9224820C76319CF32', + exponent: 0, + aliases: ['p:stutia:31Mar2025'] + }, { + denom: 'pstTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/421555677E59D606EC931E1576BB99E04A70EC028A5588B9224820C76319CF32', + name: 'pstTia (31Mar2025)', + display: 'pstTIA31Mar2025', + symbol: 'pstTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'p:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -2674,6 +2849,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/3B719E7E5298395A72AF68FCF5164D25DA42A0F78658BA446E79C3F3058BFA0A', + exponent: 0, + aliases: ['p:stadydx:31Mar2025'] + }, { + denom: 'pstDYDX31Mar2025', + exponent: 18 + }], + base: 'ibc/3B719E7E5298395A72AF68FCF5164D25DA42A0F78658BA446E79C3F3058BFA0A', + name: 'pstDydx (31Mar2025)', + display: 'pstDYDX31Mar2025', + symbol: 'pstDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'p:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -2779,6 +2989,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/FFEA306531922A10F3D7A986F7E9F7E90729ADDBC8A47FE60602985C94D8C2A6', + exponent: 0, + aliases: ['p:udatom:31Mar2025'] + }, { + denom: 'pdATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/FFEA306531922A10F3D7A986F7E9F7E90729ADDBC8A47FE60602985C94D8C2A6', + name: 'pdAtom (31Mar2025)', + display: 'pdATOM31Mar2025', + symbol: 'pdATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'p:udatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, { description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -2919,6 +3164,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/F82942E32BCF3C3DD8ADE4A65330FE790D6FCC8EE95F1A6B340CC576B38EBAE2', + exponent: 0, + aliases: ['p:utia:31Mar2025'] + }, { + denom: 'pTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/F82942E32BCF3C3DD8ADE4A65330FE790D6FCC8EE95F1A6B340CC576B38EBAE2', + name: 'pTia (31Mar2025)', + display: 'pTIA31Mar2025', + symbol: 'pTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'p:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, { description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025', denom_units: [{ @@ -3059,6 +3339,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/14CAAF787CBC1584F4A5338E0B82C9618866F86B7DF870BE85EB49ACC369B3DD', + exponent: 0, + aliases: ['y:uatom:31Mar2025'] + }, { + denom: 'yATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/14CAAF787CBC1584F4A5338E0B82C9618866F86B7DF870BE85EB49ACC369B3DD', + name: 'yAtom (31Mar2025)', + display: 'yATOM31Mar2025', + symbol: 'yATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'y:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, { description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -3199,6 +3514,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/B90472F39CE5DBCE833AF960932A8019B082FB1FBD58FF3622A46A850CDB39BC', + exponent: 0, + aliases: ['y:uosmo:31Mar2025'] + }, { + denom: 'yOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/B90472F39CE5DBCE833AF960932A8019B082FB1FBD58FF3622A46A850CDB39BC', + name: 'yOsmo (31Mar2025)', + display: 'yOSMO31Mar2025', + symbol: 'yOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'y:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, { description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -3339,6 +3689,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/D3B34BD506DB1AE446C85842768D6FAD64BEB218E36703979D4D22B892A83B6A', + exponent: 0, + aliases: ['y:inj:31Mar2025'] + }, { + denom: 'yINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/D3B34BD506DB1AE446C85842768D6FAD64BEB218E36703979D4D22B892A83B6A', + name: 'yInj (31Mar2025)', + display: 'yINJ31Mar2025', + symbol: 'yINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'y:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, { description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -3479,6 +3864,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/785259DA3B08E5DD9610792200F3BA26F246421DB0C6AB0882B93AB42433427D', + exponent: 0, + aliases: ['y:uluna:31Mar2025'] + }, { + denom: 'yLUNA31Mar2025', + exponent: 6 + }], + base: 'ibc/785259DA3B08E5DD9610792200F3BA26F246421DB0C6AB0882B93AB42433427D', + name: 'yLuna (31Mar2025)', + display: 'yLUNA31Mar2025', + symbol: 'yLUNA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'y:uluna:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, { description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025', denom_units: [{ @@ -3759,6 +4179,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/3B91B6DD5DE15986C587752D7C2365768CBF0C6B7A93A4DF8CFD052C76CE9E6E', + exponent: 0, + aliases: ['y:stutia:31Mar2025'] + }, { + denom: 'ystTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/3B91B6DD5DE15986C587752D7C2365768CBF0C6B7A93A4DF8CFD052C76CE9E6E', + name: 'ystTia (31Mar2025)', + display: 'ystTIA31Mar2025', + symbol: 'ystTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'y:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -3899,6 +4354,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/8D726646063536529D99F51A146A61680D390775DBA74FA2291821B47FAC09CF', + exponent: 0, + aliases: ['y:stadydx:31Mar2025'] + }, { + denom: 'ystDYDX31Mar2025', + exponent: 6 + }], + base: 'ibc/8D726646063536529D99F51A146A61680D390775DBA74FA2291821B47FAC09CF', + name: 'ystDydx (31Mar2025)', + display: 'ystDYDX31Mar2025', + symbol: 'ystDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'y:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -3949,19 +4439,54 @@ const assets: AssetList = { display: 'ystDYDX31Dec2026', symbol: 'ystDYDX-31Dec2026', logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'y:stadydx:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, + { + description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024', + denom_units: [{ + denom: 'ibc/1C2A34E5C1E68510752B42378C50E5B6DF6866AD93ABF6379BEFAE02B1678BA3', + exponent: 0, + aliases: ['y:udatom:31Dec2024'] + }, { + denom: 'ydATOM31Dec2024', + exponent: 6 + }], + base: 'ibc/1C2A34E5C1E68510752B42378C50E5B6DF6866AD93ABF6379BEFAE02B1678BA3', + name: 'ydAtom (31Dec2024)', + display: 'ydATOM31Dec2024', + symbol: 'ydATOM-31Dec2024', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' }, images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' }], type_asset: 'sdk.coin', traces: [{ type: 'ibc', counterparty: { channel_id: 'channel-23', - base_denom: 'y:stadydx:31Dec2026', + base_denom: 'y:udatom:31Dec2024', chain_name: 'pryzm' }, chain: { @@ -3970,19 +4495,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024', + description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/1C2A34E5C1E68510752B42378C50E5B6DF6866AD93ABF6379BEFAE02B1678BA3', + denom: 'ibc/2D88B0DB5D1712F39985E57C91F486B9D084CD8094743CFBA2ABE827C751E138', exponent: 0, - aliases: ['y:udatom:31Dec2024'] + aliases: ['y:udatom:31Mar2025'] }, { - denom: 'ydATOM31Dec2024', + denom: 'ydATOM31Mar2025', exponent: 6 }], - base: 'ibc/1C2A34E5C1E68510752B42378C50E5B6DF6866AD93ABF6379BEFAE02B1678BA3', - name: 'ydAtom (31Dec2024)', - display: 'ydATOM31Dec2024', - symbol: 'ydATOM-31Dec2024', + base: 'ibc/2D88B0DB5D1712F39985E57C91F486B9D084CD8094743CFBA2ABE827C751E138', + name: 'ydAtom (31Mar2025)', + display: 'ydATOM31Mar2025', + symbol: 'ydATOM-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' @@ -3996,7 +4521,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-23', - base_denom: 'y:udatom:31Dec2024', + base_denom: 'y:udatom:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -4144,6 +4669,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/847950234BB9220FECB1329A11E733C708B07870D5F46477D71464EF9928DA96', + exponent: 0, + aliases: ['y:utia:31Mar2025'] + }, { + denom: 'yTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/847950234BB9220FECB1329A11E733C708B07870D5F46477D71464EF9928DA96', + name: 'yTia (31Mar2025)', + display: 'yTIA31Mar2025', + symbol: 'yTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'y:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, { description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025', denom_units: [{ @@ -7221,6 +7781,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/2F042D64EFA7F4BB4AB581F922332507C2DCE01896FECEEC6F1F7356E1D55D9A', + exponent: 0, + aliases: ['p:uatom:31Mar2025'] + }, { + denom: 'pATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/2F042D64EFA7F4BB4AB581F922332507C2DCE01896FECEEC6F1F7356E1D55D9A', + name: 'pAtom (31Mar2025)', + display: 'pATOM31Mar2025', + symbol: 'pATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'p:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, { description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -7361,6 +7956,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/EFF462661AE1C257F08A7CE72C23AB79D1AF6A5EE0F7AA22AFC73E8709EBB340', + exponent: 0, + aliases: ['p:uosmo:31Mar2025'] + }, { + denom: 'pOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/EFF462661AE1C257F08A7CE72C23AB79D1AF6A5EE0F7AA22AFC73E8709EBB340', + name: 'pOsmo (31Mar2025)', + display: 'pOSMO31Mar2025', + symbol: 'pOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'p:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, { description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -7501,6 +8131,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/066F65BE987FF88A682CBA23C73C231F1768CFFCBA783BE220553617B7A7627B', + exponent: 0, + aliases: ['p:inj:31Mar2025'] + }, { + denom: 'pINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/066F65BE987FF88A682CBA23C73C231F1768CFFCBA783BE220553617B7A7627B', + name: 'pInj (31Mar2025)', + display: 'pINJ31Mar2025', + symbol: 'pINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'p:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, { description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -7642,19 +8307,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/A7489C24FB6625AF5B2AF7A0B9D505AD32DA93C1812188BF00D1EC4B52D614A2', + denom: 'ibc/14D736AD0862CBF59318775DB6FAADBF3A775D6EA68D8EACC70BD03A548DA822', exponent: 0, - aliases: ['p:uluna:31Dec2026'] + aliases: ['p:uluna:31Mar2025'] }, { - denom: 'pLUNA31Dec2026', + denom: 'pLUNA31Mar2025', exponent: 6 }], - base: 'ibc/A7489C24FB6625AF5B2AF7A0B9D505AD32DA93C1812188BF00D1EC4B52D614A2', - name: 'pLuna (31Dec2026)', - display: 'pLUNA31Dec2026', - symbol: 'pLUNA-31Dec2026', + base: 'ibc/14D736AD0862CBF59318775DB6FAADBF3A775D6EA68D8EACC70BD03A548DA822', + name: 'pLuna (31Mar2025)', + display: 'pLUNA31Mar2025', + symbol: 'pLUNA-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' @@ -7668,7 +8333,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-23', - base_denom: 'p:uluna:31Dec2026', + base_denom: 'p:uluna:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -7711,6 +8376,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + denom_units: [{ + denom: 'ibc/A7489C24FB6625AF5B2AF7A0B9D505AD32DA93C1812188BF00D1EC4B52D614A2', + exponent: 0, + aliases: ['p:uluna:31Dec2026'] + }, { + denom: 'pLUNA31Dec2026', + exponent: 6 + }], + base: 'ibc/A7489C24FB6625AF5B2AF7A0B9D505AD32DA93C1812188BF00D1EC4B52D614A2', + name: 'pLuna (31Dec2026)', + display: 'pLUNA31Dec2026', + symbol: 'pLUNA-31Dec2026', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'p:uluna:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, { description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024', denom_units: [{ @@ -7921,6 +8621,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/421555677E59D606EC931E1576BB99E04A70EC028A5588B9224820C76319CF32', + exponent: 0, + aliases: ['p:stutia:31Mar2025'] + }, { + denom: 'pstTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/421555677E59D606EC931E1576BB99E04A70EC028A5588B9224820C76319CF32', + name: 'pstTia (31Mar2025)', + display: 'pstTIA31Mar2025', + symbol: 'pstTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'p:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -8061,6 +8796,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/3B719E7E5298395A72AF68FCF5164D25DA42A0F78658BA446E79C3F3058BFA0A', + exponent: 0, + aliases: ['p:stadydx:31Mar2025'] + }, { + denom: 'pstDYDX31Mar2025', + exponent: 18 + }], + base: 'ibc/3B719E7E5298395A72AF68FCF5164D25DA42A0F78658BA446E79C3F3058BFA0A', + name: 'pstDydx (31Mar2025)', + display: 'pstDYDX31Mar2025', + symbol: 'pstDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'p:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -8111,19 +8881,54 @@ const assets: AssetList = { display: 'pstDYDX31Dec2026', symbol: 'pstDYDX-31Dec2026', logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'p:stadydx:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, + { + description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024', + denom_units: [{ + denom: 'ibc/1E7C8E1E24029105A717D6AD40D8A09E5492D710393898442C3CECEF215DBCD1', + exponent: 0, + aliases: ['p:udatom:31Dec2024'] + }, { + denom: 'pdATOM31Dec2024', + exponent: 6 + }], + base: 'ibc/1E7C8E1E24029105A717D6AD40D8A09E5492D710393898442C3CECEF215DBCD1', + name: 'pdAtom (31Dec2024)', + display: 'pdATOM31Dec2024', + symbol: 'pdATOM-31Dec2024', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' }, images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' }], type_asset: 'sdk.coin', traces: [{ type: 'ibc', counterparty: { channel_id: 'channel-23', - base_denom: 'p:stadydx:31Dec2026', + base_denom: 'p:udatom:31Dec2024', chain_name: 'pryzm' }, chain: { @@ -8132,19 +8937,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024', + description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/1E7C8E1E24029105A717D6AD40D8A09E5492D710393898442C3CECEF215DBCD1', + denom: 'ibc/FFEA306531922A10F3D7A986F7E9F7E90729ADDBC8A47FE60602985C94D8C2A6', exponent: 0, - aliases: ['p:udatom:31Dec2024'] + aliases: ['p:udatom:31Mar2025'] }, { - denom: 'pdATOM31Dec2024', + denom: 'pdATOM31Mar2025', exponent: 6 }], - base: 'ibc/1E7C8E1E24029105A717D6AD40D8A09E5492D710393898442C3CECEF215DBCD1', - name: 'pdAtom (31Dec2024)', - display: 'pdATOM31Dec2024', - symbol: 'pdATOM-31Dec2024', + base: 'ibc/FFEA306531922A10F3D7A986F7E9F7E90729ADDBC8A47FE60602985C94D8C2A6', + name: 'pdAtom (31Mar2025)', + display: 'pdATOM31Mar2025', + symbol: 'pdATOM-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' @@ -8158,7 +8963,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-23', - base_denom: 'p:udatom:31Dec2024', + base_denom: 'p:udatom:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -8306,6 +9111,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/F82942E32BCF3C3DD8ADE4A65330FE790D6FCC8EE95F1A6B340CC576B38EBAE2', + exponent: 0, + aliases: ['p:utia:31Mar2025'] + }, { + denom: 'pTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/F82942E32BCF3C3DD8ADE4A65330FE790D6FCC8EE95F1A6B340CC576B38EBAE2', + name: 'pTia (31Mar2025)', + display: 'pTIA31Mar2025', + symbol: 'pTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'p:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, { description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025', denom_units: [{ @@ -8446,6 +9286,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/14CAAF787CBC1584F4A5338E0B82C9618866F86B7DF870BE85EB49ACC369B3DD', + exponent: 0, + aliases: ['y:uatom:31Mar2025'] + }, { + denom: 'yATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/14CAAF787CBC1584F4A5338E0B82C9618866F86B7DF870BE85EB49ACC369B3DD', + name: 'yAtom (31Mar2025)', + display: 'yATOM31Mar2025', + symbol: 'yATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'y:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, { description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -8586,6 +9461,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/B90472F39CE5DBCE833AF960932A8019B082FB1FBD58FF3622A46A850CDB39BC', + exponent: 0, + aliases: ['y:uosmo:31Mar2025'] + }, { + denom: 'yOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/B90472F39CE5DBCE833AF960932A8019B082FB1FBD58FF3622A46A850CDB39BC', + name: 'yOsmo (31Mar2025)', + display: 'yOSMO31Mar2025', + symbol: 'yOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'y:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, { description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -8726,6 +9636,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/D3B34BD506DB1AE446C85842768D6FAD64BEB218E36703979D4D22B892A83B6A', + exponent: 0, + aliases: ['y:inj:31Mar2025'] + }, { + denom: 'yINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/D3B34BD506DB1AE446C85842768D6FAD64BEB218E36703979D4D22B892A83B6A', + name: 'yInj (31Mar2025)', + display: 'yINJ31Mar2025', + symbol: 'yINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'y:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, { description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -8866,6 +9811,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/785259DA3B08E5DD9610792200F3BA26F246421DB0C6AB0882B93AB42433427D', + exponent: 0, + aliases: ['y:uluna:31Mar2025'] + }, { + denom: 'yLUNA31Mar2025', + exponent: 6 + }], + base: 'ibc/785259DA3B08E5DD9610792200F3BA26F246421DB0C6AB0882B93AB42433427D', + name: 'yLuna (31Mar2025)', + display: 'yLUNA31Mar2025', + symbol: 'yLUNA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'y:uluna:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, { description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025', denom_units: [{ @@ -9146,6 +10126,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/3B91B6DD5DE15986C587752D7C2365768CBF0C6B7A93A4DF8CFD052C76CE9E6E', + exponent: 0, + aliases: ['y:stutia:31Mar2025'] + }, { + denom: 'ystTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/3B91B6DD5DE15986C587752D7C2365768CBF0C6B7A93A4DF8CFD052C76CE9E6E', + name: 'ystTia (31Mar2025)', + display: 'ystTIA31Mar2025', + symbol: 'ystTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'y:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -9286,6 +10301,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/8D726646063536529D99F51A146A61680D390775DBA74FA2291821B47FAC09CF', + exponent: 0, + aliases: ['y:stadydx:31Mar2025'] + }, { + denom: 'ystDYDX31Mar2025', + exponent: 6 + }], + base: 'ibc/8D726646063536529D99F51A146A61680D390775DBA74FA2291821B47FAC09CF', + name: 'ystDydx (31Mar2025)', + display: 'ystDYDX31Mar2025', + symbol: 'ystDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'y:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -9391,6 +10441,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/2D88B0DB5D1712F39985E57C91F486B9D084CD8094743CFBA2ABE827C751E138', + exponent: 0, + aliases: ['y:udatom:31Mar2025'] + }, { + denom: 'ydATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/2D88B0DB5D1712F39985E57C91F486B9D084CD8094743CFBA2ABE827C751E138', + name: 'ydAtom (31Mar2025)', + display: 'ydATOM31Mar2025', + symbol: 'ydATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'y:udatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, { description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -9531,6 +10616,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/847950234BB9220FECB1329A11E733C708B07870D5F46477D71464EF9928DA96', + exponent: 0, + aliases: ['y:utia:31Mar2025'] + }, { + denom: 'yTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/847950234BB9220FECB1329A11E733C708B07870D5F46477D71464EF9928DA96', + name: 'yTia (31Mar2025)', + display: 'yTIA31Mar2025', + symbol: 'yTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'y:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-257' + } + }] + }, { description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025', denom_units: [{ diff --git a/v1/packages/assets/src/mainnet/terra2.ts b/v1/packages/assets/src/mainnet/terra2.ts index 28c9a461a..a59fac35f 100644 --- a/v1/packages/assets/src/mainnet/terra2.ts +++ b/v1/packages/assets/src/mainnet/terra2.ts @@ -2234,6 +2234,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/17FD91C348B548A73CFF3A3245B0F9F5D2F228F3C7C854BDC1120F59572D1118', + exponent: 0, + aliases: ['p:uatom:31Mar2025'] + }, { + denom: 'pATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/17FD91C348B548A73CFF3A3245B0F9F5D2F228F3C7C854BDC1120F59572D1118', + name: 'pAtom (31Mar2025)', + display: 'pATOM31Mar2025', + symbol: 'pATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'p:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, { description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -2374,6 +2409,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/096B40787C229D7C84AC5D68D06071738B7D6919F79DB44CBEEF3B8100DE1A60', + exponent: 0, + aliases: ['p:uosmo:31Mar2025'] + }, { + denom: 'pOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/096B40787C229D7C84AC5D68D06071738B7D6919F79DB44CBEEF3B8100DE1A60', + name: 'pOsmo (31Mar2025)', + display: 'pOSMO31Mar2025', + symbol: 'pOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'p:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, { description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -2514,6 +2584,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/E9BA7E6E8E664FFBA239A8B76EABAC09D68776B57218F673172FAE302242BB98', + exponent: 0, + aliases: ['p:inj:31Mar2025'] + }, { + denom: 'pINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/E9BA7E6E8E664FFBA239A8B76EABAC09D68776B57218F673172FAE302242BB98', + name: 'pInj (31Mar2025)', + display: 'pINJ31Mar2025', + symbol: 'pINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'p:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, { description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -2655,19 +2760,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/31E7EA2585280541FCED4D2FC56FCDDC1809B2825F18C2CFE44DA0008D8005B5', + denom: 'ibc/0654B7D751A40BC74BE0D82CF1A34487B68CC456AD1B624568A8922008F7D32E', exponent: 0, - aliases: ['p:uluna:31Dec2026'] + aliases: ['p:uluna:31Mar2025'] }, { - denom: 'pLUNA31Dec2026', + denom: 'pLUNA31Mar2025', exponent: 6 }], - base: 'ibc/31E7EA2585280541FCED4D2FC56FCDDC1809B2825F18C2CFE44DA0008D8005B5', - name: 'pLuna (31Dec2026)', - display: 'pLUNA31Dec2026', - symbol: 'pLUNA-31Dec2026', + base: 'ibc/0654B7D751A40BC74BE0D82CF1A34487B68CC456AD1B624568A8922008F7D32E', + name: 'pLuna (31Mar2025)', + display: 'pLUNA31Mar2025', + symbol: 'pLUNA-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' @@ -2681,7 +2786,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-4', - base_denom: 'p:uluna:31Dec2026', + base_denom: 'p:uluna:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -2724,6 +2829,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + denom_units: [{ + denom: 'ibc/31E7EA2585280541FCED4D2FC56FCDDC1809B2825F18C2CFE44DA0008D8005B5', + exponent: 0, + aliases: ['p:uluna:31Dec2026'] + }, { + denom: 'pLUNA31Dec2026', + exponent: 6 + }], + base: 'ibc/31E7EA2585280541FCED4D2FC56FCDDC1809B2825F18C2CFE44DA0008D8005B5', + name: 'pLuna (31Dec2026)', + display: 'pLUNA31Dec2026', + symbol: 'pLUNA-31Dec2026', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'p:uluna:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, { description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024', denom_units: [{ @@ -2934,6 +3074,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/F188874E82745A208FCC32F6A97DD9C2993D4AF27D18B62B4719B22F121D5E4E', + exponent: 0, + aliases: ['p:stutia:31Mar2025'] + }, { + denom: 'pstTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/F188874E82745A208FCC32F6A97DD9C2993D4AF27D18B62B4719B22F121D5E4E', + name: 'pstTia (31Mar2025)', + display: 'pstTIA31Mar2025', + symbol: 'pstTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'p:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -3074,6 +3249,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/480633D1B0F3D87ACCBDACDA1DF66D8181E67FB2C3625B86251F2F696ACB1C48', + exponent: 0, + aliases: ['p:stadydx:31Mar2025'] + }, { + denom: 'pstDYDX31Mar2025', + exponent: 18 + }], + base: 'ibc/480633D1B0F3D87ACCBDACDA1DF66D8181E67FB2C3625B86251F2F696ACB1C48', + name: 'pstDydx (31Mar2025)', + display: 'pstDYDX31Mar2025', + symbol: 'pstDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'p:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -3179,6 +3389,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/6E40DC0A2AB6117B25D6C5AC93014EECACD0D0ED6EC48AA2EE3F17AB633E0D48', + exponent: 0, + aliases: ['p:udatom:31Mar2025'] + }, { + denom: 'pdATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/6E40DC0A2AB6117B25D6C5AC93014EECACD0D0ED6EC48AA2EE3F17AB633E0D48', + name: 'pdAtom (31Mar2025)', + display: 'pdATOM31Mar2025', + symbol: 'pdATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'p:udatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, { description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -3319,6 +3564,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/59286508822FB4CBAC70F5452C1719181AE97A8D694629FE49503A477E625C68', + exponent: 0, + aliases: ['p:utia:31Mar2025'] + }, { + denom: 'pTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/59286508822FB4CBAC70F5452C1719181AE97A8D694629FE49503A477E625C68', + name: 'pTia (31Mar2025)', + display: 'pTIA31Mar2025', + symbol: 'pTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'p:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, { description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025', denom_units: [{ @@ -3459,6 +3739,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/7AC1099E30B327B4AD11DEE3A3B11CEB9DB017AE6E1B34CD0FC9FA8D427C6790', + exponent: 0, + aliases: ['y:uatom:31Mar2025'] + }, { + denom: 'yATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/7AC1099E30B327B4AD11DEE3A3B11CEB9DB017AE6E1B34CD0FC9FA8D427C6790', + name: 'yAtom (31Mar2025)', + display: 'yATOM31Mar2025', + symbol: 'yATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'y:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, { description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -3599,6 +3914,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/73201491785A717C7F15D8E0DA15CB966DED0CCF4F15C46181BC8E86C3AA89D0', + exponent: 0, + aliases: ['y:uosmo:31Mar2025'] + }, { + denom: 'yOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/73201491785A717C7F15D8E0DA15CB966DED0CCF4F15C46181BC8E86C3AA89D0', + name: 'yOsmo (31Mar2025)', + display: 'yOSMO31Mar2025', + symbol: 'yOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'y:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, { description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -3739,6 +4089,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/E0069931F6A257020D99DDA2988971392109B7D9EE9471E23E8018AC0F50F410', + exponent: 0, + aliases: ['y:inj:31Mar2025'] + }, { + denom: 'yINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/E0069931F6A257020D99DDA2988971392109B7D9EE9471E23E8018AC0F50F410', + name: 'yInj (31Mar2025)', + display: 'yINJ31Mar2025', + symbol: 'yINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'y:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, { description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -3879,6 +4264,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/78BC4FD4DBF3ADCD526A9D6702E6CA2F30C3EC55E74E2320A54FB6F3E3941D98', + exponent: 0, + aliases: ['y:uluna:31Mar2025'] + }, { + denom: 'yLUNA31Mar2025', + exponent: 6 + }], + base: 'ibc/78BC4FD4DBF3ADCD526A9D6702E6CA2F30C3EC55E74E2320A54FB6F3E3941D98', + name: 'yLuna (31Mar2025)', + display: 'yLUNA31Mar2025', + symbol: 'yLUNA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'y:uluna:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, { description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025', denom_units: [{ @@ -4159,6 +4579,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/ABB76C311E7B9BD7A39A3FB1627681566FF4F5F04928588CF4F68DDC315F277B', + exponent: 0, + aliases: ['y:stutia:31Mar2025'] + }, { + denom: 'ystTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/ABB76C311E7B9BD7A39A3FB1627681566FF4F5F04928588CF4F68DDC315F277B', + name: 'ystTia (31Mar2025)', + display: 'ystTIA31Mar2025', + symbol: 'ystTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'y:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -4299,6 +4754,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/F832B285D10D7217CB376D972BD8443CF9D47CDAE8C5184D04BB07B2D4414AF9', + exponent: 0, + aliases: ['y:stadydx:31Mar2025'] + }, { + denom: 'ystDYDX31Mar2025', + exponent: 6 + }], + base: 'ibc/F832B285D10D7217CB376D972BD8443CF9D47CDAE8C5184D04BB07B2D4414AF9', + name: 'ystDydx (31Mar2025)', + display: 'ystDYDX31Mar2025', + symbol: 'ystDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'y:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -4349,19 +4839,54 @@ const assets: AssetList = { display: 'ystDYDX31Dec2026', symbol: 'ystDYDX-31Dec2026', logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'y:stadydx:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, + { + description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024', + denom_units: [{ + denom: 'ibc/C426C0A4EF067E39FFE4682CF41F6189097B405FBF3A2053EF1ABAE4294B71F5', + exponent: 0, + aliases: ['y:udatom:31Dec2024'] + }, { + denom: 'ydATOM31Dec2024', + exponent: 6 + }], + base: 'ibc/C426C0A4EF067E39FFE4682CF41F6189097B405FBF3A2053EF1ABAE4294B71F5', + name: 'ydAtom (31Dec2024)', + display: 'ydATOM31Dec2024', + symbol: 'ydATOM-31Dec2024', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' }, images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' }], type_asset: 'sdk.coin', traces: [{ type: 'ibc', counterparty: { channel_id: 'channel-4', - base_denom: 'y:stadydx:31Dec2026', + base_denom: 'y:udatom:31Dec2024', chain_name: 'pryzm' }, chain: { @@ -4370,19 +4895,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024', + description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/C426C0A4EF067E39FFE4682CF41F6189097B405FBF3A2053EF1ABAE4294B71F5', + denom: 'ibc/DCEF1650E34439670E20BD95F279D41A172C81DDC8B3F122977D57EAFB715F76', exponent: 0, - aliases: ['y:udatom:31Dec2024'] + aliases: ['y:udatom:31Mar2025'] }, { - denom: 'ydATOM31Dec2024', + denom: 'ydATOM31Mar2025', exponent: 6 }], - base: 'ibc/C426C0A4EF067E39FFE4682CF41F6189097B405FBF3A2053EF1ABAE4294B71F5', - name: 'ydAtom (31Dec2024)', - display: 'ydATOM31Dec2024', - symbol: 'ydATOM-31Dec2024', + base: 'ibc/DCEF1650E34439670E20BD95F279D41A172C81DDC8B3F122977D57EAFB715F76', + name: 'ydAtom (31Mar2025)', + display: 'ydATOM31Mar2025', + symbol: 'ydATOM-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' @@ -4396,7 +4921,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-4', - base_denom: 'y:udatom:31Dec2024', + base_denom: 'y:udatom:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -4544,6 +5069,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/AFCC721B98A7D461FB02578D998695136B3EC20CA93585660A75473E23D394A0', + exponent: 0, + aliases: ['y:utia:31Mar2025'] + }, { + denom: 'yTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/AFCC721B98A7D461FB02578D998695136B3EC20CA93585660A75473E23D394A0', + name: 'yTia (31Mar2025)', + display: 'yTIA31Mar2025', + symbol: 'yTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'y:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, { description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025', denom_units: [{ @@ -8999,6 +9559,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/17FD91C348B548A73CFF3A3245B0F9F5D2F228F3C7C854BDC1120F59572D1118', + exponent: 0, + aliases: ['p:uatom:31Mar2025'] + }, { + denom: 'pATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/17FD91C348B548A73CFF3A3245B0F9F5D2F228F3C7C854BDC1120F59572D1118', + name: 'pAtom (31Mar2025)', + display: 'pATOM31Mar2025', + symbol: 'pATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'p:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, { description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -9139,6 +9734,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/096B40787C229D7C84AC5D68D06071738B7D6919F79DB44CBEEF3B8100DE1A60', + exponent: 0, + aliases: ['p:uosmo:31Mar2025'] + }, { + denom: 'pOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/096B40787C229D7C84AC5D68D06071738B7D6919F79DB44CBEEF3B8100DE1A60', + name: 'pOsmo (31Mar2025)', + display: 'pOSMO31Mar2025', + symbol: 'pOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'p:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, { description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -9279,6 +9909,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/E9BA7E6E8E664FFBA239A8B76EABAC09D68776B57218F673172FAE302242BB98', + exponent: 0, + aliases: ['p:inj:31Mar2025'] + }, { + denom: 'pINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/E9BA7E6E8E664FFBA239A8B76EABAC09D68776B57218F673172FAE302242BB98', + name: 'pInj (31Mar2025)', + display: 'pINJ31Mar2025', + symbol: 'pINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'p:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, { description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -9420,19 +10085,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/31E7EA2585280541FCED4D2FC56FCDDC1809B2825F18C2CFE44DA0008D8005B5', + denom: 'ibc/0654B7D751A40BC74BE0D82CF1A34487B68CC456AD1B624568A8922008F7D32E', exponent: 0, - aliases: ['p:uluna:31Dec2026'] + aliases: ['p:uluna:31Mar2025'] }, { - denom: 'pLUNA31Dec2026', + denom: 'pLUNA31Mar2025', exponent: 6 }], - base: 'ibc/31E7EA2585280541FCED4D2FC56FCDDC1809B2825F18C2CFE44DA0008D8005B5', - name: 'pLuna (31Dec2026)', - display: 'pLUNA31Dec2026', - symbol: 'pLUNA-31Dec2026', + base: 'ibc/0654B7D751A40BC74BE0D82CF1A34487B68CC456AD1B624568A8922008F7D32E', + name: 'pLuna (31Mar2025)', + display: 'pLUNA31Mar2025', + symbol: 'pLUNA-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' @@ -9446,7 +10111,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-4', - base_denom: 'p:uluna:31Dec2026', + base_denom: 'p:uluna:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -9489,6 +10154,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + denom_units: [{ + denom: 'ibc/31E7EA2585280541FCED4D2FC56FCDDC1809B2825F18C2CFE44DA0008D8005B5', + exponent: 0, + aliases: ['p:uluna:31Dec2026'] + }, { + denom: 'pLUNA31Dec2026', + exponent: 6 + }], + base: 'ibc/31E7EA2585280541FCED4D2FC56FCDDC1809B2825F18C2CFE44DA0008D8005B5', + name: 'pLuna (31Dec2026)', + display: 'pLUNA31Dec2026', + symbol: 'pLUNA-31Dec2026', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'p:uluna:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, { description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024', denom_units: [{ @@ -9699,6 +10399,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/F188874E82745A208FCC32F6A97DD9C2993D4AF27D18B62B4719B22F121D5E4E', + exponent: 0, + aliases: ['p:stutia:31Mar2025'] + }, { + denom: 'pstTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/F188874E82745A208FCC32F6A97DD9C2993D4AF27D18B62B4719B22F121D5E4E', + name: 'pstTia (31Mar2025)', + display: 'pstTIA31Mar2025', + symbol: 'pstTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'p:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -9839,6 +10574,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/480633D1B0F3D87ACCBDACDA1DF66D8181E67FB2C3625B86251F2F696ACB1C48', + exponent: 0, + aliases: ['p:stadydx:31Mar2025'] + }, { + denom: 'pstDYDX31Mar2025', + exponent: 18 + }], + base: 'ibc/480633D1B0F3D87ACCBDACDA1DF66D8181E67FB2C3625B86251F2F696ACB1C48', + name: 'pstDydx (31Mar2025)', + display: 'pstDYDX31Mar2025', + symbol: 'pstDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'p:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -9889,19 +10659,54 @@ const assets: AssetList = { display: 'pstDYDX31Dec2026', symbol: 'pstDYDX-31Dec2026', logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'p:stadydx:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, + { + description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024', + denom_units: [{ + denom: 'ibc/7E436F713249F1B32ADAE9E77384C4842F6D08A8C8091D2BDBC81C70E05E0D22', + exponent: 0, + aliases: ['p:udatom:31Dec2024'] + }, { + denom: 'pdATOM31Dec2024', + exponent: 6 + }], + base: 'ibc/7E436F713249F1B32ADAE9E77384C4842F6D08A8C8091D2BDBC81C70E05E0D22', + name: 'pdAtom (31Dec2024)', + display: 'pdATOM31Dec2024', + symbol: 'pdATOM-31Dec2024', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' }, images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' }], type_asset: 'sdk.coin', traces: [{ type: 'ibc', counterparty: { channel_id: 'channel-4', - base_denom: 'p:stadydx:31Dec2026', + base_denom: 'p:udatom:31Dec2024', chain_name: 'pryzm' }, chain: { @@ -9910,19 +10715,19 @@ const assets: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024', + description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/7E436F713249F1B32ADAE9E77384C4842F6D08A8C8091D2BDBC81C70E05E0D22', + denom: 'ibc/6E40DC0A2AB6117B25D6C5AC93014EECACD0D0ED6EC48AA2EE3F17AB633E0D48', exponent: 0, - aliases: ['p:udatom:31Dec2024'] + aliases: ['p:udatom:31Mar2025'] }, { - denom: 'pdATOM31Dec2024', + denom: 'pdATOM31Mar2025', exponent: 6 }], - base: 'ibc/7E436F713249F1B32ADAE9E77384C4842F6D08A8C8091D2BDBC81C70E05E0D22', - name: 'pdAtom (31Dec2024)', - display: 'pdATOM31Dec2024', - symbol: 'pdATOM-31Dec2024', + base: 'ibc/6E40DC0A2AB6117B25D6C5AC93014EECACD0D0ED6EC48AA2EE3F17AB633E0D48', + name: 'pdAtom (31Mar2025)', + display: 'pdATOM31Mar2025', + symbol: 'pdATOM-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' @@ -9936,7 +10741,7 @@ const assets: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-4', - base_denom: 'p:udatom:31Dec2024', + base_denom: 'p:udatom:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -10084,6 +10889,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/59286508822FB4CBAC70F5452C1719181AE97A8D694629FE49503A477E625C68', + exponent: 0, + aliases: ['p:utia:31Mar2025'] + }, { + denom: 'pTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/59286508822FB4CBAC70F5452C1719181AE97A8D694629FE49503A477E625C68', + name: 'pTia (31Mar2025)', + display: 'pTIA31Mar2025', + symbol: 'pTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'p:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, { description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025', denom_units: [{ @@ -10224,6 +11064,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/7AC1099E30B327B4AD11DEE3A3B11CEB9DB017AE6E1B34CD0FC9FA8D427C6790', + exponent: 0, + aliases: ['y:uatom:31Mar2025'] + }, { + denom: 'yATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/7AC1099E30B327B4AD11DEE3A3B11CEB9DB017AE6E1B34CD0FC9FA8D427C6790', + name: 'yAtom (31Mar2025)', + display: 'yATOM31Mar2025', + symbol: 'yATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'y:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, { description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -10364,6 +11239,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/73201491785A717C7F15D8E0DA15CB966DED0CCF4F15C46181BC8E86C3AA89D0', + exponent: 0, + aliases: ['y:uosmo:31Mar2025'] + }, { + denom: 'yOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/73201491785A717C7F15D8E0DA15CB966DED0CCF4F15C46181BC8E86C3AA89D0', + name: 'yOsmo (31Mar2025)', + display: 'yOSMO31Mar2025', + symbol: 'yOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'y:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, { description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -10504,6 +11414,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/E0069931F6A257020D99DDA2988971392109B7D9EE9471E23E8018AC0F50F410', + exponent: 0, + aliases: ['y:inj:31Mar2025'] + }, { + denom: 'yINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/E0069931F6A257020D99DDA2988971392109B7D9EE9471E23E8018AC0F50F410', + name: 'yInj (31Mar2025)', + display: 'yINJ31Mar2025', + symbol: 'yINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'y:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, { description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -10644,6 +11589,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/78BC4FD4DBF3ADCD526A9D6702E6CA2F30C3EC55E74E2320A54FB6F3E3941D98', + exponent: 0, + aliases: ['y:uluna:31Mar2025'] + }, { + denom: 'yLUNA31Mar2025', + exponent: 6 + }], + base: 'ibc/78BC4FD4DBF3ADCD526A9D6702E6CA2F30C3EC55E74E2320A54FB6F3E3941D98', + name: 'yLuna (31Mar2025)', + display: 'yLUNA31Mar2025', + symbol: 'yLUNA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'y:uluna:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, { description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025', denom_units: [{ @@ -10924,6 +11904,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/ABB76C311E7B9BD7A39A3FB1627681566FF4F5F04928588CF4F68DDC315F277B', + exponent: 0, + aliases: ['y:stutia:31Mar2025'] + }, { + denom: 'ystTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/ABB76C311E7B9BD7A39A3FB1627681566FF4F5F04928588CF4F68DDC315F277B', + name: 'ystTia (31Mar2025)', + display: 'ystTIA31Mar2025', + symbol: 'ystTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'y:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -11064,6 +12079,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/F832B285D10D7217CB376D972BD8443CF9D47CDAE8C5184D04BB07B2D4414AF9', + exponent: 0, + aliases: ['y:stadydx:31Mar2025'] + }, { + denom: 'ystDYDX31Mar2025', + exponent: 6 + }], + base: 'ibc/F832B285D10D7217CB376D972BD8443CF9D47CDAE8C5184D04BB07B2D4414AF9', + name: 'ystDydx (31Mar2025)', + display: 'ystDYDX31Mar2025', + symbol: 'ystDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'y:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -11169,6 +12219,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/DCEF1650E34439670E20BD95F279D41A172C81DDC8B3F122977D57EAFB715F76', + exponent: 0, + aliases: ['y:udatom:31Mar2025'] + }, { + denom: 'ydATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/DCEF1650E34439670E20BD95F279D41A172C81DDC8B3F122977D57EAFB715F76', + name: 'ydAtom (31Mar2025)', + display: 'ydATOM31Mar2025', + symbol: 'ydATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'y:udatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, { description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -11309,6 +12394,41 @@ const assets: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/AFCC721B98A7D461FB02578D998695136B3EC20CA93585660A75473E23D394A0', + exponent: 0, + aliases: ['y:utia:31Mar2025'] + }, { + denom: 'yTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/AFCC721B98A7D461FB02578D998695136B3EC20CA93585660A75473E23D394A0', + name: 'yTia (31Mar2025)', + display: 'yTIA31Mar2025', + symbol: 'yTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'y:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-473' + } + }] + }, { description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025', denom_units: [{ diff --git a/v1/packages/assets/src/testnet/cosmoshubtestnet.ts b/v1/packages/assets/src/testnet/cosmoshubtestnet.ts index 0d0aef986..81dad2de5 100644 --- a/v1/packages/assets/src/testnet/cosmoshubtestnet.ts +++ b/v1/packages/assets/src/testnet/cosmoshubtestnet.ts @@ -2,6 +2,40 @@ import { AssetList } from '@chain-registry/types'; const assets: AssetList = { chain_name: 'cosmoshubtestnet', assets: [ + { + denom_units: [{ + denom: 'ibc/0171A118CC803DBD96B62593C957A8D663961DFE8E9E15AD47C252F6BB3CF308', + exponent: 0, + aliases: ['utia'] + }, { + denom: 'tia', + exponent: 6 + }], + base: 'ibc/0171A118CC803DBD96B62593C957A8D663961DFE8E9E15AD47C252F6BB3CF308', + name: 'Celestia', + display: 'tia', + symbol: 'TIA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.svg' + }, + images: [{ + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.png' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'utia', + chain_name: 'celestiatestnet3' + }, + chain: { + channel_id: 'channel-3152' + } + }] + }, { denom_units: [{ denom: 'ibc/0171A118CC803DBD96B62593C957A8D663961DFE8E9E15AD47C252F6BB3CF308', @@ -121,176 +155,6 @@ const assets: AssetList = { } }] }, - { - description: 'The native token of Symphony', - denom_units: [{ - denom: 'ibc/065F5694CAF3A348D9504765C1BB40EA60E7CB2ABD2EC0141904C189A1A734BC', - exponent: 0, - aliases: ['note'] - }, { - denom: 'mld', - exponent: 6, - aliases: ['melody'] - }], - type_asset: 'sdk.coin', - base: 'ibc/065F5694CAF3A348D9504765C1BB40EA60E7CB2ABD2EC0141904C189A1A734BC', - name: 'Melody', - display: 'mld', - symbol: 'MLD', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png' - }, - images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png' - }], - traces: [{ - type: 'ibc', - counterparty: { - channel_id: 'channel-12', - base_denom: 'note', - chain_name: 'symphonytestnet' - }, - chain: { - channel_id: 'channel-4320' - } - }] - }, - { - description: 'Harmonized USD', - denom_units: [{ - denom: 'ibc/77F6802DD6E920B31D32233A321E930136DCFBC3031788B0B7E58098326ABA1D', - exponent: 0, - aliases: ['uusd'] - }, { - denom: 'husd', - exponent: 6, - aliases: ['harmony USD'] - }], - type_asset: 'sdk.coin', - base: 'ibc/77F6802DD6E920B31D32233A321E930136DCFBC3031788B0B7E58098326ABA1D', - name: 'Harmony USD', - display: 'husd', - symbol: 'HUSD', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png' - }, - images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png' - }], - traces: [{ - type: 'ibc', - counterparty: { - channel_id: 'channel-12', - base_denom: 'uusd', - chain_name: 'symphonytestnet' - }, - chain: { - channel_id: 'channel-4320' - } - }] - }, - { - description: 'Harmonized HKD', - denom_units: [{ - denom: 'ibc/33DF537EC8A6760E5282EE57EF5138109DA5FBEF285E3877A1F256FF96545129', - exponent: 0, - aliases: ['ukhd'] - }, { - denom: 'hkhd', - exponent: 6, - aliases: ['harmony HKD'] - }], - type_asset: 'sdk.coin', - base: 'ibc/33DF537EC8A6760E5282EE57EF5138109DA5FBEF285E3877A1F256FF96545129', - name: 'Harmony HKD', - display: 'hkhd', - symbol: 'HKHD', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png' - }, - images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png' - }], - traces: [{ - type: 'ibc', - counterparty: { - channel_id: 'channel-12', - base_denom: 'ukhd', - chain_name: 'symphonytestnet' - }, - chain: { - channel_id: 'channel-4320' - } - }] - }, - { - description: 'Harmonized VND', - denom_units: [{ - denom: 'ibc/C22856FCA1031AAB8E07EF18E5D8993E51A474D4441856BAA40C5D259A6CF6B8', - exponent: 0, - aliases: ['uvnd'] - }, { - denom: 'hvnd', - exponent: 6, - aliases: ['harmony VND'] - }], - type_asset: 'sdk.coin', - base: 'ibc/C22856FCA1031AAB8E07EF18E5D8993E51A474D4441856BAA40C5D259A6CF6B8', - name: 'Harmony VND', - display: 'hvnd', - symbol: 'HVND', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png' - }, - images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png' - }], - traces: [{ - type: 'ibc', - counterparty: { - channel_id: 'channel-12', - base_denom: 'uvnd', - chain_name: 'symphonytestnet' - }, - chain: { - channel_id: 'channel-4320' - } - }] - }, - { - denom_units: [{ - denom: 'ibc/0171A118CC803DBD96B62593C957A8D663961DFE8E9E15AD47C252F6BB3CF308', - exponent: 0, - aliases: ['utia'] - }, { - denom: 'tia', - exponent: 6 - }], - base: 'ibc/0171A118CC803DBD96B62593C957A8D663961DFE8E9E15AD47C252F6BB3CF308', - name: 'Celestia', - display: 'tia', - symbol: 'TIA', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.svg' - }, - images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.svg', - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.png' - }], - type_asset: 'sdk.coin', - traces: [{ - type: 'ibc', - counterparty: { - channel_id: 'channel-0', - base_denom: 'utia', - chain_name: 'celestiatestnet3' - }, - chain: { - channel_id: 'channel-3152' - } - }] - }, { description: 'The native staking and governance token of the testnet version of Empower.', denom_units: [{ @@ -617,7 +481,7 @@ const assets: AssetList = { { description: 'The native token of Symphony', denom_units: [{ - denom: 'ibc/065F5694CAF3A348D9504765C1BB40EA60E7CB2ABD2EC0141904C189A1A734BC', + denom: 'ibc/087EBD181D2DDD1D3C5F6CE1037D45E5B78A1E3B7A8495E2088CB218F881D7BB', exponent: 0, aliases: ['note'] }, { @@ -626,7 +490,7 @@ const assets: AssetList = { aliases: ['melody'] }], type_asset: 'sdk.coin', - base: 'ibc/065F5694CAF3A348D9504765C1BB40EA60E7CB2ABD2EC0141904C189A1A734BC', + base: 'ibc/087EBD181D2DDD1D3C5F6CE1037D45E5B78A1E3B7A8495E2088CB218F881D7BB', name: 'Melody', display: 'mld', symbol: 'MLD', @@ -651,7 +515,7 @@ const assets: AssetList = { { description: 'Harmonized USD', denom_units: [{ - denom: 'ibc/77F6802DD6E920B31D32233A321E930136DCFBC3031788B0B7E58098326ABA1D', + denom: 'ibc/5C2A73544972719FFBAA203655F4B0311F305052698731F4DC30B4DCE781A870', exponent: 0, aliases: ['uusd'] }, { @@ -660,7 +524,7 @@ const assets: AssetList = { aliases: ['harmony USD'] }], type_asset: 'sdk.coin', - base: 'ibc/77F6802DD6E920B31D32233A321E930136DCFBC3031788B0B7E58098326ABA1D', + base: 'ibc/5C2A73544972719FFBAA203655F4B0311F305052698731F4DC30B4DCE781A870', name: 'Harmony USD', display: 'husd', symbol: 'HUSD', @@ -685,7 +549,7 @@ const assets: AssetList = { { description: 'Harmonized HKD', denom_units: [{ - denom: 'ibc/33DF537EC8A6760E5282EE57EF5138109DA5FBEF285E3877A1F256FF96545129', + denom: 'ibc/420B21B560D528B229E38CAD83186895B7D3D075772531054076A101E4130CEF', exponent: 0, aliases: ['ukhd'] }, { @@ -694,7 +558,7 @@ const assets: AssetList = { aliases: ['harmony HKD'] }], type_asset: 'sdk.coin', - base: 'ibc/33DF537EC8A6760E5282EE57EF5138109DA5FBEF285E3877A1F256FF96545129', + base: 'ibc/420B21B560D528B229E38CAD83186895B7D3D075772531054076A101E4130CEF', name: 'Harmony HKD', display: 'hkhd', symbol: 'HKHD', @@ -719,7 +583,7 @@ const assets: AssetList = { { description: 'Harmonized VND', denom_units: [{ - denom: 'ibc/C22856FCA1031AAB8E07EF18E5D8993E51A474D4441856BAA40C5D259A6CF6B8', + denom: 'ibc/15B4B2F848119431C6312B10BB146FFC6B718B7F7899B20001B0ACDDE0724AF5', exponent: 0, aliases: ['uvnd'] }, { @@ -728,7 +592,7 @@ const assets: AssetList = { aliases: ['harmony VND'] }], type_asset: 'sdk.coin', - base: 'ibc/C22856FCA1031AAB8E07EF18E5D8993E51A474D4441856BAA40C5D259A6CF6B8', + base: 'ibc/15B4B2F848119431C6312B10BB146FFC6B718B7F7899B20001B0ACDDE0724AF5', name: 'Harmony VND', display: 'hvnd', symbol: 'HVND', @@ -1170,143 +1034,7 @@ const assets: AssetList = { { description: 'The native token of Symphony', denom_units: [{ - denom: 'ibc/065F5694CAF3A348D9504765C1BB40EA60E7CB2ABD2EC0141904C189A1A734BC', - exponent: 0, - aliases: ['note'] - }, { - denom: 'mld', - exponent: 6, - aliases: ['melody'] - }], - type_asset: 'sdk.coin', - base: 'ibc/065F5694CAF3A348D9504765C1BB40EA60E7CB2ABD2EC0141904C189A1A734BC', - name: 'Melody', - display: 'mld', - symbol: 'MLD', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png' - }, - images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png' - }], - traces: [{ - type: 'ibc', - counterparty: { - channel_id: 'channel-12', - base_denom: 'note', - chain_name: 'symphonytestnet' - }, - chain: { - channel_id: 'channel-4320' - } - }] - }, - { - description: 'Harmonized USD', - denom_units: [{ - denom: 'ibc/77F6802DD6E920B31D32233A321E930136DCFBC3031788B0B7E58098326ABA1D', - exponent: 0, - aliases: ['uusd'] - }, { - denom: 'husd', - exponent: 6, - aliases: ['harmony USD'] - }], - type_asset: 'sdk.coin', - base: 'ibc/77F6802DD6E920B31D32233A321E930136DCFBC3031788B0B7E58098326ABA1D', - name: 'Harmony USD', - display: 'husd', - symbol: 'HUSD', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png' - }, - images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png' - }], - traces: [{ - type: 'ibc', - counterparty: { - channel_id: 'channel-12', - base_denom: 'uusd', - chain_name: 'symphonytestnet' - }, - chain: { - channel_id: 'channel-4320' - } - }] - }, - { - description: 'Harmonized HKD', - denom_units: [{ - denom: 'ibc/33DF537EC8A6760E5282EE57EF5138109DA5FBEF285E3877A1F256FF96545129', - exponent: 0, - aliases: ['ukhd'] - }, { - denom: 'hkhd', - exponent: 6, - aliases: ['harmony HKD'] - }], - type_asset: 'sdk.coin', - base: 'ibc/33DF537EC8A6760E5282EE57EF5138109DA5FBEF285E3877A1F256FF96545129', - name: 'Harmony HKD', - display: 'hkhd', - symbol: 'HKHD', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png' - }, - images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png' - }], - traces: [{ - type: 'ibc', - counterparty: { - channel_id: 'channel-12', - base_denom: 'ukhd', - chain_name: 'symphonytestnet' - }, - chain: { - channel_id: 'channel-4320' - } - }] - }, - { - description: 'Harmonized VND', - denom_units: [{ - denom: 'ibc/C22856FCA1031AAB8E07EF18E5D8993E51A474D4441856BAA40C5D259A6CF6B8', - exponent: 0, - aliases: ['uvnd'] - }, { - denom: 'hvnd', - exponent: 6, - aliases: ['harmony VND'] - }], - type_asset: 'sdk.coin', - base: 'ibc/C22856FCA1031AAB8E07EF18E5D8993E51A474D4441856BAA40C5D259A6CF6B8', - name: 'Harmony VND', - display: 'hvnd', - symbol: 'HVND', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png' - }, - images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png' - }], - traces: [{ - type: 'ibc', - counterparty: { - channel_id: 'channel-12', - base_denom: 'uvnd', - chain_name: 'symphonytestnet' - }, - chain: { - channel_id: 'channel-4320' - } - }] - }, - { - description: 'The native token of Symphony', - denom_units: [{ - denom: 'ibc/065F5694CAF3A348D9504765C1BB40EA60E7CB2ABD2EC0141904C189A1A734BC', + denom: 'ibc/087EBD181D2DDD1D3C5F6CE1037D45E5B78A1E3B7A8495E2088CB218F881D7BB', exponent: 0, aliases: ['note'] }, { @@ -1315,7 +1043,7 @@ const assets: AssetList = { aliases: ['melody'] }], type_asset: 'sdk.coin', - base: 'ibc/065F5694CAF3A348D9504765C1BB40EA60E7CB2ABD2EC0141904C189A1A734BC', + base: 'ibc/087EBD181D2DDD1D3C5F6CE1037D45E5B78A1E3B7A8495E2088CB218F881D7BB', name: 'Melody', display: 'mld', symbol: 'MLD', @@ -1340,7 +1068,7 @@ const assets: AssetList = { { description: 'Harmonized USD', denom_units: [{ - denom: 'ibc/77F6802DD6E920B31D32233A321E930136DCFBC3031788B0B7E58098326ABA1D', + denom: 'ibc/5C2A73544972719FFBAA203655F4B0311F305052698731F4DC30B4DCE781A870', exponent: 0, aliases: ['uusd'] }, { @@ -1349,7 +1077,7 @@ const assets: AssetList = { aliases: ['harmony USD'] }], type_asset: 'sdk.coin', - base: 'ibc/77F6802DD6E920B31D32233A321E930136DCFBC3031788B0B7E58098326ABA1D', + base: 'ibc/5C2A73544972719FFBAA203655F4B0311F305052698731F4DC30B4DCE781A870', name: 'Harmony USD', display: 'husd', symbol: 'HUSD', @@ -1374,7 +1102,7 @@ const assets: AssetList = { { description: 'Harmonized HKD', denom_units: [{ - denom: 'ibc/33DF537EC8A6760E5282EE57EF5138109DA5FBEF285E3877A1F256FF96545129', + denom: 'ibc/420B21B560D528B229E38CAD83186895B7D3D075772531054076A101E4130CEF', exponent: 0, aliases: ['ukhd'] }, { @@ -1383,7 +1111,7 @@ const assets: AssetList = { aliases: ['harmony HKD'] }], type_asset: 'sdk.coin', - base: 'ibc/33DF537EC8A6760E5282EE57EF5138109DA5FBEF285E3877A1F256FF96545129', + base: 'ibc/420B21B560D528B229E38CAD83186895B7D3D075772531054076A101E4130CEF', name: 'Harmony HKD', display: 'hkhd', symbol: 'HKHD', @@ -1408,7 +1136,7 @@ const assets: AssetList = { { description: 'Harmonized VND', denom_units: [{ - denom: 'ibc/C22856FCA1031AAB8E07EF18E5D8993E51A474D4441856BAA40C5D259A6CF6B8', + denom: 'ibc/15B4B2F848119431C6312B10BB146FFC6B718B7F7899B20001B0ACDDE0724AF5', exponent: 0, aliases: ['uvnd'] }, { @@ -1417,7 +1145,7 @@ const assets: AssetList = { aliases: ['harmony VND'] }], type_asset: 'sdk.coin', - base: 'ibc/C22856FCA1031AAB8E07EF18E5D8993E51A474D4441856BAA40C5D259A6CF6B8', + base: 'ibc/15B4B2F848119431C6312B10BB146FFC6B718B7F7899B20001B0ACDDE0724AF5', name: 'Harmony VND', display: 'hvnd', symbol: 'HVND', diff --git a/v1/packages/assets/src/testnet/symphonytestnet.ts b/v1/packages/assets/src/testnet/symphonytestnet.ts index 4281ae3e5..c70b7619c 100644 --- a/v1/packages/assets/src/testnet/symphonytestnet.ts +++ b/v1/packages/assets/src/testnet/symphonytestnet.ts @@ -5,49 +5,14 @@ const assets: AssetList = { { description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.', denom_units: [{ - denom: 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477', + denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9', exponent: 0, aliases: ['uatom'] }, { denom: 'atom', exponent: 6 }], - base: 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477', - name: 'Cosmos', - display: 'atom', - symbol: 'ATOM', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg' - }, - images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg' - }], - type_asset: 'sdk.coin', - traces: [{ - type: 'ibc', - counterparty: { - channel_id: 'channel-4320', - base_denom: 'uatom', - chain_name: 'cosmoshubtestnet' - }, - chain: { - channel_id: 'channel-12' - } - }] - }, - { - description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.', - denom_units: [{ - denom: 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477', - exponent: 0, - aliases: ['uatom'] - }, { - denom: 'atom', - exponent: 6 - }], - base: 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477', + base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9', name: 'Cosmos', display: 'atom', symbol: 'ATOM', @@ -219,49 +184,14 @@ const assets: AssetList = { { description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.', denom_units: [{ - denom: 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477', - exponent: 0, - aliases: ['uatom'] - }, { - denom: 'atom', - exponent: 6 - }], - base: 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477', - name: 'Cosmos', - display: 'atom', - symbol: 'ATOM', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg' - }, - images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg' - }], - type_asset: 'sdk.coin', - traces: [{ - type: 'ibc', - counterparty: { - channel_id: 'channel-4320', - base_denom: 'uatom', - chain_name: 'cosmoshubtestnet' - }, - chain: { - channel_id: 'channel-12' - } - }] - }, - { - description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.', - denom_units: [{ - denom: 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477', + denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9', exponent: 0, aliases: ['uatom'] }, { denom: 'atom', exponent: 6 }], - base: 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477', + base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9', name: 'Cosmos', display: 'atom', symbol: 'ATOM', diff --git a/v1/packages/chain-registry/src/mainnet/akash/ibc.ts b/v1/packages/chain-registry/src/mainnet/akash/ibc.ts index a079c5a5b..a04285105 100644 --- a/v1/packages/chain-registry/src/mainnet/akash/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/akash/ibc.ts @@ -141,6 +141,35 @@ const info: IBCInfo[] = [ } }] }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'akash', + client_id: '07-tendermint-191', + connection_id: 'connection-177' + }, + chain_2: { + chain_name: 'elys', + client_id: '07-tendermint-6', + connection_id: 'connection-5' + }, + channels: [{ + chain_1: { + channel_id: 'channel-129', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-5', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + }, { $schema: '../ibc_data.schema.json', chain_1: { diff --git a/v1/packages/chain-registry/src/mainnet/axelar/ibc.ts b/v1/packages/chain-registry/src/mainnet/axelar/ibc.ts index 60d265ebd..8fec33fb7 100644 --- a/v1/packages/chain-registry/src/mainnet/axelar/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/axelar/ibc.ts @@ -349,6 +349,35 @@ const info: IBCInfo[] = [ } }] }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'axelar', + client_id: '07-tendermint-231', + connection_id: 'connection-222' + }, + chain_2: { + chain_name: 'elys', + client_id: '07-tendermint-4', + connection_id: 'connection-3' + }, + channels: [{ + chain_1: { + channel_id: 'channel-163', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-3', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + }, { $schema: '../ibc_data.schema.json', chain_1: { diff --git a/v1/packages/chain-registry/src/mainnet/beezee/assets.ts b/v1/packages/chain-registry/src/mainnet/beezee/assets.ts index b6113b637..47e52b218 100644 --- a/v1/packages/chain-registry/src/mainnet/beezee/assets.ts +++ b/v1/packages/chain-registry/src/mainnet/beezee/assets.ts @@ -355,6 +355,43 @@ const info: AssetList = { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg' } + }, + { + description: 'The Sherpa memecoin', + denom_units: [{ + denom: 'ibc/02EE50AB3A4B7540FA001B24CB75E688016F65547CABE885EA184338440080B2', + exponent: 0 + }, { + denom: 'Sherpa', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/02EE50AB3A4B7540FA001B24CB75E688016F65547CABE885EA184338440080B2', + name: 'Sherpa', + display: 'Sherpa', + symbol: 'SHERPA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sherpa.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sherpa.png', + theme: { + primary_color_hex: '#fe9cdf' + } + }], + keywords: ['meme'], + traces: [{ + type: 'ibc', + counterparty: { + chain_name: 'osmosis', + base_denom: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/usherpa', + channel_id: 'channel-340' + }, + chain: { + channel_id: 'channel-0', + path: 'transfer/channel-0/factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/usherpa' + } + }] } ] }; diff --git a/v1/packages/chain-registry/src/mainnet/celestia/ibc.ts b/v1/packages/chain-registry/src/mainnet/celestia/ibc.ts index 5afeb7d7c..a09155752 100644 --- a/v1/packages/chain-registry/src/mainnet/celestia/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/celestia/ibc.ts @@ -87,6 +87,35 @@ const info: IBCInfo[] = [ } }] }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'celestia', + client_id: '07-tendermint-95', + connection_id: 'connection-65' + }, + chain_2: { + chain_name: 'elys', + client_id: '07-tendermint-5', + connection_id: 'connection-4' + }, + channels: [{ + chain_1: { + channel_id: 'channel-50', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-4', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + }, { $schema: '../ibc_data.schema.json', chain_1: { diff --git a/v1/packages/chain-registry/src/mainnet/chihuahua/assets.ts b/v1/packages/chain-registry/src/mainnet/chihuahua/assets.ts index 2a39aec3b..a71b6a34c 100644 --- a/v1/packages/chain-registry/src/mainnet/chihuahua/assets.ts +++ b/v1/packages/chain-registry/src/mainnet/chihuahua/assets.ts @@ -389,6 +389,37 @@ const info: AssetList = { primary_color_hex: '#1c1c1c' } }] + }, + { + description: 'Chihuahua coin', + extended_description: 'Chihuahua.baby! Chihuahuas may be small, but they possess a mighty spirit and strong energy. These little dogs are known for their boldness. They are confident, sassy, and full of spunk. They are not afraid to take on much larger adversaries when their loved ones are at stake. Chihuahuas thrive on human companionship and enjoy cuddling up with their owners, providing an abundance of love and affection! Woof woof woof...', + denom_units: [{ + denom: 'factory/chihuahua1mzcfzh4ufk2cta59pm9a6wdyvv8c4v5epqzj46/Chihuahua', + exponent: 0 + }, { + denom: 'Chihuahua', + exponent: 6 + }], + base: 'factory/chihuahua1mzcfzh4ufk2cta59pm9a6wdyvv8c4v5epqzj46/Chihuahua', + name: 'Chihuahua', + display: 'Chihuahua', + symbol: 'CHIHUAHUA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/chihuahua.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/chihuahua.png', + theme: { + primary_color_hex: '#444444', + background_color_hex: '#FFBF38', + circle: true + } + }], + socials: { + website: 'https://chihuahua.baby/', + twitter: 'https://x.com/chihuahuacoinx' + }, + type_asset: 'sdk.coin' } ] }; diff --git a/v1/packages/chain-registry/src/mainnet/cosmoshub/chain.ts b/v1/packages/chain-registry/src/mainnet/cosmoshub/chain.ts index 8bdd53387..620299075 100644 --- a/v1/packages/chain-registry/src/mainnet/cosmoshub/chain.ts +++ b/v1/packages/chain-registry/src/mainnet/cosmoshub/chain.ts @@ -192,6 +192,10 @@ const info: Chain = { { address: 'https://cosmoshub.rpc.quasarstaking.ai', provider: 'Quasar' + }, + { + address: 'https://cosmos-rpc.ibs.team', + provider: 'Inter Blockchain Services' } ], rest: [ @@ -318,6 +322,10 @@ const info: Chain = { { address: 'https://cosmoshub.api.quasarstaking.ai', provider: 'Quasar' + }, + { + address: 'https://cosmos-api.ibs.team', + provider: 'Inter Blockchain Services' } ], grpc: [ diff --git a/v1/packages/chain-registry/src/mainnet/cosmoshub/ibc.ts b/v1/packages/chain-registry/src/mainnet/cosmoshub/ibc.ts index f9770f85d..72eaefe14 100644 --- a/v1/packages/chain-registry/src/mainnet/cosmoshub/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/cosmoshub/ibc.ts @@ -581,6 +581,50 @@ const info: IBCInfo[] = [ } }] }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'cosmoshub', + client_id: '07-tendermint-1339', + connection_id: 'connection-1073' + }, + chain_2: { + chain_name: 'elys', + client_id: '07-tendermint-0', + connection_id: 'connection-1' + }, + channels: [{ + chain_1: { + channel_id: 'channel-1265', + port_id: 'provider' + }, + chain_2: { + channel_id: 'channel-0', + port_id: 'consumer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }, { + chain_1: { + channel_id: 'channel-1266', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-1', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + }, { $schema: '../ibc_data.schema.json', chain_1: { diff --git a/v1/packages/chain-registry/src/mainnet/elys/chain.ts b/v1/packages/chain-registry/src/mainnet/elys/chain.ts index 402782b2c..1d04f84bd 100644 --- a/v1/packages/chain-registry/src/mainnet/elys/chain.ts +++ b/v1/packages/chain-registry/src/mainnet/elys/chain.ts @@ -77,6 +77,26 @@ const info: Chain = { { address: 'https://community.nuxian-node.ch:6797/elys/trpc', provider: 'PRO Delegators' + }, + { + address: 'https://elys-rpc.highstakes.ch', + provider: 'High Stakes' + }, + { + address: 'https://elys-rpc.stake-town.com:443', + provider: 'StakeTown' + }, + { + address: 'https://elys.rpc.m.stavr.tech:443', + provider: '🔥STAVR🔥' + }, + { + address: 'https://elys-rpc.ibs.team', + provider: 'Inter Blockchain Services' + }, + { + address: 'https://elys-rpc.cogwheel.zone:443', + provider: 'Cogwheel ⚙️' } ], rest: [ @@ -107,6 +127,26 @@ const info: Chain = { { address: 'https://community.nuxian-node.ch:6797/elys/crpc', provider: 'PRO Delegators' + }, + { + address: 'https://elys-api.highstakes.ch', + provider: 'High Stakes' + }, + { + address: 'https://elys-api.stake-town.com:443', + provider: 'StakeTown' + }, + { + address: 'https://elys.api.m.stavr.tech', + provider: '🔥STAVR🔥' + }, + { + address: 'https://elys-api.ibs.team', + provider: 'Inter Blockchain Services' + }, + { + address: 'https://elys-api.cogwheel.zone:443', + provider: 'Cogwheel ⚙️' } ], grpc: [ @@ -133,6 +173,14 @@ const info: Chain = { { address: 'elys.grpc.liveraven.net:443', provider: 'LiveRaveN' + }, + { + address: 'elys-grpc.stake-town.com:443', + provider: 'StakeTown' + }, + { + address: 'elys-grpc.cogwheel.zone:443', + provider: 'Cogwheel ⚙️' } ] }, @@ -160,6 +208,12 @@ const info: Chain = { url: 'https://mainnet.itrocket.net/elys', tx_page: 'https://mainnet.itrocket.net/elys/staking/tx/${txHash}', account_page: 'https://mainnet.itrocket.net/elys/account/${accountAddress}' + }, + { + kind: '🔥STAVR🔥', + url: 'https://explorer.stavr.tech/Elys-Mainnet', + tx_page: 'https://explorer.stavr.tech/Elys-Mainnet/tx/${txHash}', + account_page: 'https://explorer.stavr.tech/Elys-Mainnet/account/${accountAddress}' } ] }; diff --git a/v1/packages/chain-registry/src/mainnet/elys/ibc.ts b/v1/packages/chain-registry/src/mainnet/elys/ibc.ts new file mode 100644 index 000000000..8d2b3aad8 --- /dev/null +++ b/v1/packages/chain-registry/src/mainnet/elys/ibc.ts @@ -0,0 +1,193 @@ +import { IBCInfo } from '@chain-registry/types'; +const info: IBCInfo[] = [ + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'akash', + client_id: '07-tendermint-191', + connection_id: 'connection-177' + }, + chain_2: { + chain_name: 'elys', + client_id: '07-tendermint-6', + connection_id: 'connection-5' + }, + channels: [{ + chain_1: { + channel_id: 'channel-129', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-5', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'axelar', + client_id: '07-tendermint-231', + connection_id: 'connection-222' + }, + chain_2: { + chain_name: 'elys', + client_id: '07-tendermint-4', + connection_id: 'connection-3' + }, + channels: [{ + chain_1: { + channel_id: 'channel-163', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-3', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'celestia', + client_id: '07-tendermint-95', + connection_id: 'connection-65' + }, + chain_2: { + chain_name: 'elys', + client_id: '07-tendermint-5', + connection_id: 'connection-4' + }, + channels: [{ + chain_1: { + channel_id: 'channel-50', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-4', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'cosmoshub', + client_id: '07-tendermint-1339', + connection_id: 'connection-1073' + }, + chain_2: { + chain_name: 'elys', + client_id: '07-tendermint-0', + connection_id: 'connection-1' + }, + channels: [{ + chain_1: { + channel_id: 'channel-1265', + port_id: 'provider' + }, + chain_2: { + channel_id: 'channel-0', + port_id: 'consumer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }, { + chain_1: { + channel_id: 'channel-1266', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-1', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'elys', + client_id: '07-tendermint-3', + connection_id: 'connection-2' + }, + chain_2: { + chain_name: 'noble', + client_id: '07-tendermint-133', + connection_id: 'connection-130' + }, + channels: [{ + chain_1: { + channel_id: 'channel-2', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-117', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'elys', + client_id: '07-tendermint-9', + connection_id: 'connection-9' + }, + chain_2: { + chain_name: 'osmosis', + client_id: '07-tendermint-3385', + connection_id: 'connection-2839' + }, + channels: [{ + chain_1: { + channel_id: 'channel-6', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-91017', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + } +]; +export default info; \ No newline at end of file diff --git a/v1/packages/chain-registry/src/mainnet/elys/index.ts b/v1/packages/chain-registry/src/mainnet/elys/index.ts index 40bf3856e..86a6e3440 100644 --- a/v1/packages/chain-registry/src/mainnet/elys/index.ts +++ b/v1/packages/chain-registry/src/mainnet/elys/index.ts @@ -1,5 +1,7 @@ import _assets from './assets'; import _chain from './chain'; +import _ibc from './ibc'; export const assets = _assets; export const chain = _chain; +export const ibc = _ibc; diff --git a/v1/packages/chain-registry/src/mainnet/ibc.ts b/v1/packages/chain-registry/src/mainnet/ibc.ts index fcc3013b3..53329051a 100644 --- a/v1/packages/chain-registry/src/mainnet/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/ibc.ts @@ -43,6 +43,7 @@ import * as _dydx from './dydx'; import * as _dymension from './dymension'; import * as _dyson from './dyson'; import * as _echelon from './echelon'; +import * as _elys from './elys'; import * as _emoney from './emoney'; import * as _empowerchain from './empowerchain'; import * as _evmos from './evmos'; @@ -192,6 +193,7 @@ const ibc: IBCInfo[] = [ ..._dymension.ibc, ..._dyson.ibc, ..._echelon.ibc, + ..._elys.ibc, ..._emoney.ibc, ..._empowerchain.ibc, ..._evmos.ibc, diff --git a/v1/packages/chain-registry/src/mainnet/neutron/chain.ts b/v1/packages/chain-registry/src/mainnet/neutron/chain.ts index 954bf7b65..5d107a4dc 100644 --- a/v1/packages/chain-registry/src/mainnet/neutron/chain.ts +++ b/v1/packages/chain-registry/src/mainnet/neutron/chain.ts @@ -115,6 +115,10 @@ const info: Chain = { { address: 'https://neutron.drpc.org', provider: 'dRPC' + }, + { + address: 'https://neutron-rpc.ibs.team', + provider: 'Inter Blockchain Services' } ], rest: [ @@ -153,6 +157,10 @@ const info: Chain = { { address: 'https://api.neutron.quokkastake.io', provider: '🐹 Quokka Stake' + }, + { + address: 'https://neutron-api.ibs.team', + provider: 'Inter Blockchain Services' } ], grpc: [ diff --git a/v1/packages/chain-registry/src/mainnet/noble/ibc.ts b/v1/packages/chain-registry/src/mainnet/noble/ibc.ts index fd56ddaf6..a9177f855 100644 --- a/v1/packages/chain-registry/src/mainnet/noble/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/noble/ibc.ts @@ -289,6 +289,35 @@ const info: IBCInfo[] = [ } }] }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'elys', + client_id: '07-tendermint-3', + connection_id: 'connection-2' + }, + chain_2: { + chain_name: 'noble', + client_id: '07-tendermint-133', + connection_id: 'connection-130' + }, + channels: [{ + chain_1: { + channel_id: 'channel-2', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-117', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + }, { $schema: '../ibc_data.schema.json', chain_1: { diff --git a/v1/packages/chain-registry/src/mainnet/osmosis/ibc.ts b/v1/packages/chain-registry/src/mainnet/osmosis/ibc.ts index a9d15c170..c7260f21e 100644 --- a/v1/packages/chain-registry/src/mainnet/osmosis/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/osmosis/ibc.ts @@ -1356,6 +1356,35 @@ const info: IBCInfo[] = [ } }] }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'elys', + client_id: '07-tendermint-9', + connection_id: 'connection-9' + }, + chain_2: { + chain_name: 'osmosis', + client_id: '07-tendermint-3385', + connection_id: 'connection-2839' + }, + channels: [{ + chain_1: { + channel_id: 'channel-6', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-91017', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + }, { $schema: '../ibc_data.schema.json', chain_1: { diff --git a/v1/packages/chain-registry/src/mainnet/pryzm/assets.ts b/v1/packages/chain-registry/src/mainnet/pryzm/assets.ts index 4ddfb3e7e..b9877a3a5 100644 --- a/v1/packages/chain-registry/src/mainnet/pryzm/assets.ts +++ b/v1/packages/chain-registry/src/mainnet/pryzm/assets.ts @@ -765,6 +765,29 @@ const info: AssetList = { }], type_asset: 'sdk.coin' }, + { + description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'p:uatom:31Mar2025', + exponent: 0 + }, { + denom: 'pATOM31Mar2025', + exponent: 6 + }], + base: 'p:uatom:31Mar2025', + name: 'pAtom (31Mar2025)', + display: 'pATOM31Mar2025', + symbol: 'pATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }], + type_asset: 'sdk.coin' + }, { description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -857,6 +880,29 @@ const info: AssetList = { }], type_asset: 'sdk.coin' }, + { + description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'p:uosmo:31Mar2025', + exponent: 0 + }, { + denom: 'pOSMO31Mar2025', + exponent: 6 + }], + base: 'p:uosmo:31Mar2025', + name: 'pOsmo (31Mar2025)', + display: 'pOSMO31Mar2025', + symbol: 'pOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }], + type_asset: 'sdk.coin' + }, { description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -949,6 +995,29 @@ const info: AssetList = { }], type_asset: 'sdk.coin' }, + { + description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'p:inj:31Mar2025', + exponent: 0 + }, { + denom: 'pINJ31Mar2025', + exponent: 18 + }], + base: 'p:inj:31Mar2025', + name: 'pInj (31Mar2025)', + display: 'pINJ31Mar2025', + symbol: 'pINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }], + type_asset: 'sdk.coin' + }, { description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -1042,18 +1111,18 @@ const info: AssetList = { type_asset: 'sdk.coin' }, { - description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025', denom_units: [{ - denom: 'p:uluna:31Dec2026', + denom: 'p:uluna:31Mar2025', exponent: 0 }, { - denom: 'pLUNA31Dec2026', + denom: 'pLUNA31Mar2025', exponent: 6 }], - base: 'p:uluna:31Dec2026', - name: 'pLuna (31Dec2026)', - display: 'pLUNA31Dec2026', - symbol: 'pLUNA-31Dec2026', + base: 'p:uluna:31Mar2025', + name: 'pLuna (31Mar2025)', + display: 'pLUNA31Mar2025', + symbol: 'pLUNA-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' @@ -1087,6 +1156,29 @@ const info: AssetList = { }], type_asset: 'sdk.coin' }, + { + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + denom_units: [{ + denom: 'p:uluna:31Dec2026', + exponent: 0 + }, { + denom: 'pLUNA31Dec2026', + exponent: 6 + }], + base: 'p:uluna:31Dec2026', + name: 'pLuna (31Dec2026)', + display: 'pLUNA31Dec2026', + symbol: 'pLUNA-31Dec2026', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }], + type_asset: 'sdk.coin' + }, { description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024', denom_units: [{ @@ -1225,6 +1317,29 @@ const info: AssetList = { }], type_asset: 'sdk.coin' }, + { + description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'p:stutia:31Mar2025', + exponent: 0 + }, { + denom: 'pstTIA31Mar2025', + exponent: 6 + }], + base: 'p:stutia:31Mar2025', + name: 'pstTia (31Mar2025)', + display: 'pstTIA31Mar2025', + symbol: 'pstTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }], + type_asset: 'sdk.coin' + }, { description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -1317,6 +1432,29 @@ const info: AssetList = { }], type_asset: 'sdk.coin' }, + { + description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'p:stadydx:31Mar2025', + exponent: 0 + }, { + denom: 'pstDYDX31Mar2025', + exponent: 18 + }], + base: 'p:stadydx:31Mar2025', + name: 'pstDydx (31Mar2025)', + display: 'pstDYDX31Mar2025', + symbol: 'pstDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }], + type_asset: 'sdk.coin' + }, { description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -1386,6 +1524,29 @@ const info: AssetList = { }], type_asset: 'sdk.coin' }, + { + description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'p:udatom:31Mar2025', + exponent: 0 + }, { + denom: 'pdATOM31Mar2025', + exponent: 6 + }], + base: 'p:udatom:31Mar2025', + name: 'pdAtom (31Mar2025)', + display: 'pdATOM31Mar2025', + symbol: 'pdATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' + }], + type_asset: 'sdk.coin' + }, { description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -1478,6 +1639,29 @@ const info: AssetList = { }], type_asset: 'sdk.coin' }, + { + description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'p:utia:31Mar2025', + exponent: 0 + }, { + denom: 'pTIA31Mar2025', + exponent: 6 + }], + base: 'p:utia:31Mar2025', + name: 'pTia (31Mar2025)', + display: 'pTIA31Mar2025', + symbol: 'pTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }], + type_asset: 'sdk.coin' + }, { description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025', denom_units: [{ @@ -1570,6 +1754,29 @@ const info: AssetList = { }], type_asset: 'sdk.coin' }, + { + description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'y:uatom:31Mar2025', + exponent: 0 + }, { + denom: 'yATOM31Mar2025', + exponent: 6 + }], + base: 'y:uatom:31Mar2025', + name: 'yAtom (31Mar2025)', + display: 'yATOM31Mar2025', + symbol: 'yATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }], + type_asset: 'sdk.coin' + }, { description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -1662,6 +1869,29 @@ const info: AssetList = { }], type_asset: 'sdk.coin' }, + { + description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'y:uosmo:31Mar2025', + exponent: 0 + }, { + denom: 'yOSMO31Mar2025', + exponent: 6 + }], + base: 'y:uosmo:31Mar2025', + name: 'yOsmo (31Mar2025)', + display: 'yOSMO31Mar2025', + symbol: 'yOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }], + type_asset: 'sdk.coin' + }, { description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -1754,6 +1984,29 @@ const info: AssetList = { }], type_asset: 'sdk.coin' }, + { + description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'y:inj:31Mar2025', + exponent: 0 + }, { + denom: 'yINJ31Mar2025', + exponent: 18 + }], + base: 'y:inj:31Mar2025', + name: 'yInj (31Mar2025)', + display: 'yINJ31Mar2025', + symbol: 'yINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }], + type_asset: 'sdk.coin' + }, { description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -1846,6 +2099,29 @@ const info: AssetList = { }], type_asset: 'sdk.coin' }, + { + description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025', + denom_units: [{ + denom: 'y:uluna:31Mar2025', + exponent: 0 + }, { + denom: 'yLUNA31Mar2025', + exponent: 6 + }], + base: 'y:uluna:31Mar2025', + name: 'yLuna (31Mar2025)', + display: 'yLUNA31Mar2025', + symbol: 'yLUNA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }], + type_asset: 'sdk.coin' + }, { description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025', denom_units: [{ @@ -2030,6 +2306,29 @@ const info: AssetList = { }], type_asset: 'sdk.coin' }, + { + description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'y:stutia:31Mar2025', + exponent: 0 + }, { + denom: 'ystTIA31Mar2025', + exponent: 6 + }], + base: 'y:stutia:31Mar2025', + name: 'ystTia (31Mar2025)', + display: 'ystTIA31Mar2025', + symbol: 'ystTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }], + type_asset: 'sdk.coin' + }, { description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -2122,6 +2421,29 @@ const info: AssetList = { }], type_asset: 'sdk.coin' }, + { + description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'y:stadydx:31Mar2025', + exponent: 0 + }, { + denom: 'ystDYDX31Mar2025', + exponent: 6 + }], + base: 'y:stadydx:31Mar2025', + name: 'ystDydx (31Mar2025)', + display: 'ystDYDX31Mar2025', + symbol: 'ystDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }], + type_asset: 'sdk.coin' + }, { description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -2191,6 +2513,29 @@ const info: AssetList = { }], type_asset: 'sdk.coin' }, + { + description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'y:udatom:31Mar2025', + exponent: 0 + }, { + denom: 'ydATOM31Mar2025', + exponent: 6 + }], + base: 'y:udatom:31Mar2025', + name: 'ydAtom (31Mar2025)', + display: 'ydATOM31Mar2025', + symbol: 'ydATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }], + type_asset: 'sdk.coin' + }, { description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -2283,6 +2628,29 @@ const info: AssetList = { }], type_asset: 'sdk.coin' }, + { + description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'y:utia:31Mar2025', + exponent: 0 + }, { + denom: 'yTIA31Mar2025', + exponent: 6 + }], + base: 'y:utia:31Mar2025', + name: 'yTia (31Mar2025)', + display: 'yTIA31Mar2025', + symbol: 'yTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }], + type_asset: 'sdk.coin' + }, { description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025', denom_units: [{ diff --git a/v1/packages/chain-registry/src/mainnet/titan/chain.ts b/v1/packages/chain-registry/src/mainnet/titan/chain.ts index bc141a3c0..479183a11 100644 --- a/v1/packages/chain-registry/src/mainnet/titan/chain.ts +++ b/v1/packages/chain-registry/src/mainnet/titan/chain.ts @@ -58,7 +58,7 @@ const info: Chain = { }, { address: 'https://titan-rpc.ibs.team', - provider: 'ibs.team' + provider: 'Inter Blockchain Services' } ], rest: [ @@ -80,7 +80,7 @@ const info: Chain = { }, { address: 'https://titan-api.ibs.team', - provider: 'ibs.team' + provider: 'Inter Blockchain Services' } ], grpc: [ diff --git a/v1/packages/chain-registry/src/testnet/assets.ts b/v1/packages/chain-registry/src/testnet/assets.ts index 322a1d821..d47611c58 100644 --- a/v1/packages/chain-registry/src/testnet/assets.ts +++ b/v1/packages/chain-registry/src/testnet/assets.ts @@ -28,6 +28,7 @@ import * as _desmostestnet from './desmostestnet'; import * as _dhealthtestnet from './dhealthtestnet'; import * as _doravotatestnet from './doravotatestnet'; import * as _dydxtestnet from './dydxtestnet'; +import * as _dymensiontestnet1 from './dymensiontestnet1'; import * as _elystestnet from './elystestnet'; import * as _empetestnet from './empetestnet'; import * as _empowertestnet from './empowertestnet'; @@ -145,6 +146,7 @@ const assets: AssetList[] = [ _dhealthtestnet.assets, _doravotatestnet.assets, _dydxtestnet.assets, + _dymensiontestnet1.assets, _elystestnet.assets, _empetestnet.assets, _empowertestnet.assets, diff --git a/v1/packages/chain-registry/src/testnet/chains.ts b/v1/packages/chain-registry/src/testnet/chains.ts index 8a9b4b37b..420f84d63 100644 --- a/v1/packages/chain-registry/src/testnet/chains.ts +++ b/v1/packages/chain-registry/src/testnet/chains.ts @@ -28,6 +28,7 @@ import * as _desmostestnet from './desmostestnet'; import * as _dhealthtestnet from './dhealthtestnet'; import * as _doravotatestnet from './doravotatestnet'; import * as _dydxtestnet from './dydxtestnet'; +import * as _dymensiontestnet1 from './dymensiontestnet1'; import * as _elystestnet from './elystestnet'; import * as _empetestnet from './empetestnet'; import * as _empowertestnet from './empowertestnet'; @@ -145,6 +146,7 @@ const chains: Chain[] = [ _dhealthtestnet.chain, _doravotatestnet.chain, _dydxtestnet.chain, + _dymensiontestnet1.chain, _elystestnet.chain, _empetestnet.chain, _empowertestnet.chain, diff --git a/v1/packages/chain-registry/src/testnet/cosmoshubtestnet/ibc.ts b/v1/packages/chain-registry/src/testnet/cosmoshubtestnet/ibc.ts index 7eca54c82..486bbbd33 100644 --- a/v1/packages/chain-registry/src/testnet/cosmoshubtestnet/ibc.ts +++ b/v1/packages/chain-registry/src/testnet/cosmoshubtestnet/ibc.ts @@ -1,87 +1,59 @@ import { IBCInfo } from '@chain-registry/types'; const info: IBCInfo[] = [ { - $schema: '../ibc_data.schema.json', + $schema: '../../ibc_data.schema.json', chain_1: { - chain_name: 'cosmoshubtestnet', - client_id: '07-tendermint-2522', - connection_id: 'connection-2881' + chain_name: 'celestiatestnet3', + client_id: '07-tendermint-0', + connection_id: 'connection-0' }, chain_2: { - chain_name: 'elystestnet', - client_id: '07-tendermint-19', - connection_id: 'connection-17' - }, - channels: [{ - chain_1: { - channel_id: 'channel-3302', - port_id: 'transfer' - }, - chain_2: { - channel_id: 'channel-16', - port_id: 'transfer' - }, - ordering: 'unordered', - version: 'ics20-1', - tags: { - status: 'live' - } - }] - }, - { - $schema: '../ibc_data.schema.json', - chain_1: { chain_name: 'cosmoshubtestnet', - client_id: '07-tendermint-3748', - connection_id: 'connection-3798' - }, - chain_2: { - chain_name: 'symphonytestnet', - client_id: '07-tendermint-29', - connection_id: 'connection-14' + client_id: '07-tendermint-2382', + connection_id: 'connection-2727' }, channels: [{ chain_1: { - channel_id: 'channel-4320', + channel_id: 'channel-0', port_id: 'transfer' }, chain_2: { - channel_id: 'channel-12', + channel_id: 'channel-3152', port_id: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { - status: 'live' + status: 'live', + preferred: true } }] }, { $schema: '../../ibc_data.schema.json', chain_1: { - chain_name: 'celestiatestnet3', - client_id: '07-tendermint-0', - connection_id: 'connection-0' + chain_name: 'cosmoshubtestnet', + client_id: '07-tendermint-2522', + connection_id: 'connection-2881' }, chain_2: { - chain_name: 'cosmoshubtestnet', - client_id: '07-tendermint-2382', - connection_id: 'connection-2727' + chain_name: 'elystestnet', + client_id: '07-tendermint-19', + connection_id: 'connection-17' }, channels: [{ chain_1: { - channel_id: 'channel-0', + channel_id: 'channel-3302', port_id: 'transfer' }, chain_2: { - channel_id: 'channel-3152', + channel_id: 'channel-16', port_id: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { - status: 'live', - preferred: true + status: 'live' } }] }, diff --git a/v1/packages/chain-registry/src/testnet/dymensiontestnet1/assets.ts b/v1/packages/chain-registry/src/testnet/dymensiontestnet1/assets.ts new file mode 100644 index 000000000..af82cf4a9 --- /dev/null +++ b/v1/packages/chain-registry/src/testnet/dymensiontestnet1/assets.ts @@ -0,0 +1,63 @@ +import { AssetList } from '@chain-registry/types'; +const info: AssetList = { + $schema: '../../assetlist.schema.json', + chain_name: 'dymensiontestnet1', + assets: [{ + description: 'The native governance and staking token of the Dymension Hub', + denom_units: [{ + denom: 'adym', + exponent: 0 + }, { + denom: 'dym', + exponent: 18 + }], + type_asset: 'sdk.coin', + base: 'adym', + name: 'Dymension', + display: 'dym', + symbol: 'DYM' + }, { + description: 'USDC from Noble', + denom_units: [{ + denom: 'ibc/E1E753928DE8EF6034F987F9E9C5F71ACF6AE7F5E221933D477BF745995B338B', + exponent: 0 + }, { + denom: 'usdc', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/E1E753928DE8EF6034F987F9E9C5F71ACF6AE7F5E221933D477BF745995B338B', + name: 'Noble USD Coin', + display: 'usdc', + symbol: 'USDC', + traces: [{ + type: 'ibc', + counterparty: { + chain_name: 'nobletestnet', + base_denom: 'uusdc', + channel_id: 'channel-295' + }, + chain: { + channel_id: 'channel-292', + path: 'transfer/channel-292/uusdc' + } + }], + images: [{ + image_sync: { + chain_name: 'noble', + base_denom: 'uusdc' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg', + theme: { + circle: true, + primary_color_hex: '#2775CA' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + } + }] +}; +export default info; \ No newline at end of file diff --git a/v1/packages/chain-registry/src/testnet/dymensiontestnet1/chain.ts b/v1/packages/chain-registry/src/testnet/dymensiontestnet1/chain.ts new file mode 100644 index 000000000..d4bcc858c --- /dev/null +++ b/v1/packages/chain-registry/src/testnet/dymensiontestnet1/chain.ts @@ -0,0 +1,49 @@ +import { Chain } from '@chain-registry/types'; +const info: Chain = { + $schema: '../../chain.schema.json', + chain_name: 'dymensiontestnet1', + chain_type: 'cosmos', + chain_id: 'dymension_1405-1', + pretty_name: 'Dymension Playground Testnet', + status: 'live', + network_type: 'testnet', + website: 'https://playground.dymension.xyz', + bech32_prefix: 'dym', + daemon_name: 'dymd', + node_home: '$HOME/.dymension', + key_algos: ['ethsecp256k1'], + extra_codecs: ['ethermint'], + slip44: 60, + fees: { + fee_tokens: [{ + denom: 'adym', + low_gas_price: 5000000000, + average_gas_price: 5500000000, + high_gas_price: 6000000000 + }] + }, + staking: { + staking_tokens: [{ + denom: 'adym' + }] + }, + codebase: { + + }, + apis: { + rpc: [{ + address: 'https://rpc-dym-migration-test-2.mzonder.com', + provider: 'mzonder' + }], + rest: [{ + address: 'https://api-dym-migration-test-2.mzonder.com', + provider: 'mzonder' + }] + }, + explorers: [{ + kind: 'dymscan', + url: 'https://pg.dym.fyi/', + tx_page: 'https://pg.dym.fyi//tx/${txHash}' + }] +}; +export default info; \ No newline at end of file diff --git a/v1/packages/chain-registry/src/testnet/dymensiontestnet1/index.ts b/v1/packages/chain-registry/src/testnet/dymensiontestnet1/index.ts new file mode 100644 index 000000000..40bf3856e --- /dev/null +++ b/v1/packages/chain-registry/src/testnet/dymensiontestnet1/index.ts @@ -0,0 +1,5 @@ +import _assets from './assets'; +import _chain from './chain'; + +export const assets = _assets; +export const chain = _chain; diff --git a/v1/packages/chain-registry/src/testnet/elystestnet/ibc.ts b/v1/packages/chain-registry/src/testnet/elystestnet/ibc.ts index b1a524123..aaa933082 100644 --- a/v1/packages/chain-registry/src/testnet/elystestnet/ibc.ts +++ b/v1/packages/chain-registry/src/testnet/elystestnet/ibc.ts @@ -1,7 +1,7 @@ import { IBCInfo } from '@chain-registry/types'; const info: IBCInfo[] = [ { - $schema: '../ibc_data.schema.json', + $schema: '../../ibc_data.schema.json', chain_1: { chain_name: 'cosmoshubtestnet', client_id: '07-tendermint-2522', @@ -29,7 +29,7 @@ const info: IBCInfo[] = [ }] }, { - $schema: '../ibc_data.schema.json', + $schema: '../../ibc_data.schema.json', chain_1: { chain_name: 'elystestnet', client_id: '07-tendermint-9', diff --git a/v1/packages/chain-registry/src/testnet/manifesttestnet/chain.ts b/v1/packages/chain-registry/src/testnet/manifesttestnet/chain.ts index 5994eb838..77a859d68 100644 --- a/v1/packages/chain-registry/src/testnet/manifesttestnet/chain.ts +++ b/v1/packages/chain-registry/src/testnet/manifesttestnet/chain.ts @@ -6,7 +6,7 @@ const info: Chain = { network_type: 'testnet', website: 'https://liftedinit.org/', pretty_name: 'Manifest Testnet', - chain_id: 'manifest-ledger-beta', + chain_id: 'manifest-ledger-testnet', chain_type: 'cosmos', bech32_prefix: 'manifest', daemon_name: 'manifest', @@ -31,28 +31,22 @@ const info: Chain = { }, apis: { rpc: [{ - address: 'https://nodes.chandrastation.com/rpc/manifest/', - provider: 'Chandra Station' - }, { - address: 'https://manifest-beta-rpc.liftedinit.tech/', - provider: 'Lifted Initiative' + address: 'https://nodes.liftedinit.tech/manifest/testnet/rpc', + provider: 'The Lifted Initiative' }], rest: [{ - address: 'https://nodes.chandrastation.com/api/manifest/', - provider: 'Chandra Station' - }, { - address: 'https://manifest-beta-rest.liftedinit.tech/', - provider: 'Lifted Initiative' + address: 'https://nodes.liftedinit.tech/manifest/testnet/api', + provider: 'The Lifted Initiative' }], grpc: [{ - address: 'https://manifest-beta-grpc.liftedinit.tech/', - provider: 'Lifted Initiative' + address: 'https://manifest-testnet-grpc.liftedinit.tech', + provider: 'The Lifted Initiative' }] }, explorers: [{ kind: 'Default Explorer', - url: 'https://manifest-explorer.vercel.app/', - tx_page: 'https://manifest-explorer.vercel.app/manifest/tx' + url: 'https://testnet.manifest.explorers.guru/', + tx_page: 'https://testnet.manifest.explorers.guru/transactions' }] }; export default info; \ No newline at end of file diff --git a/v1/packages/chain-registry/src/testnet/named.ts b/v1/packages/chain-registry/src/testnet/named.ts index 4ed85061f..3d004f6fb 100644 --- a/v1/packages/chain-registry/src/testnet/named.ts +++ b/v1/packages/chain-registry/src/testnet/named.ts @@ -26,6 +26,7 @@ export * as desmostestnet from './desmostestnet'; export * as dhealthtestnet from './dhealthtestnet'; export * as doravotatestnet from './doravotatestnet'; export * as dydxtestnet from './dydxtestnet'; +export * as dymensiontestnet1 from './dymensiontestnet1'; export * as elystestnet from './elystestnet'; export * as empetestnet from './empetestnet'; export * as empowertestnet from './empowertestnet'; diff --git a/v1/packages/chain-registry/src/testnet/nobletestnet/ibc.ts b/v1/packages/chain-registry/src/testnet/nobletestnet/ibc.ts index cc919c4f8..8c8b51407 100644 --- a/v1/packages/chain-registry/src/testnet/nobletestnet/ibc.ts +++ b/v1/packages/chain-registry/src/testnet/nobletestnet/ibc.ts @@ -1,7 +1,7 @@ import { IBCInfo } from '@chain-registry/types'; const info: IBCInfo[] = [ { - $schema: '../ibc_data.schema.json', + $schema: '../../ibc_data.schema.json', chain_1: { chain_name: 'elystestnet', client_id: '07-tendermint-9', diff --git a/v1/packages/chain-registry/src/testnet/sourcetestnet/chain.ts b/v1/packages/chain-registry/src/testnet/sourcetestnet/chain.ts index 232dfa709..9fc9d25c2 100644 --- a/v1/packages/chain-registry/src/testnet/sourcetestnet/chain.ts +++ b/v1/packages/chain-registry/src/testnet/sourcetestnet/chain.ts @@ -39,10 +39,6 @@ const info: Chain = { address: 'https://source-test.rpc.moonbridge.team/', provider: 'MoonBridge' }, - { - address: 'https://source-testnet-rpc.stake-town.com:443', - provider: 'StakeTown' - }, { address: 'https://rpc-testnet-source.sr20de.xyz', provider: 'SR20DE' @@ -65,10 +61,6 @@ const info: Chain = { address: 'https://source-test.api.moonbridge.team/', provider: 'MoonBridge' }, - { - address: 'https://source-testnet-api.stake-town.com:443', - provider: 'StakeTown' - }, { address: 'https://api-testnet-source.sr20de.xyz', provider: 'SR20DE' @@ -83,9 +75,6 @@ const info: Chain = { } ], grpc: [{ - address: 'source-testnet-grpc.stake-town.com:443', - provider: 'StakeTown' - }, { address: 'grpc-testnet-source.sr20de.xyz/', provider: 'SR20DE' }] diff --git a/v1/packages/chain-registry/src/testnet/symphonytestnet/ibc.ts b/v1/packages/chain-registry/src/testnet/symphonytestnet/ibc.ts index 80a62e03b..ea1a506f2 100644 --- a/v1/packages/chain-registry/src/testnet/symphonytestnet/ibc.ts +++ b/v1/packages/chain-registry/src/testnet/symphonytestnet/ibc.ts @@ -1,33 +1,5 @@ import { IBCInfo } from '@chain-registry/types'; const info: IBCInfo[] = [ - { - $schema: '../ibc_data.schema.json', - chain_1: { - chain_name: 'cosmoshubtestnet', - client_id: '07-tendermint-3748', - connection_id: 'connection-3798' - }, - chain_2: { - chain_name: 'symphonytestnet', - client_id: '07-tendermint-29', - connection_id: 'connection-14' - }, - channels: [{ - chain_1: { - channel_id: 'channel-4320', - port_id: 'transfer' - }, - chain_2: { - channel_id: 'channel-12', - port_id: 'transfer' - }, - ordering: 'unordered', - version: 'ics20-1', - tags: { - status: 'live' - } - }] - }, { $schema: '../../ibc_data.schema.json', chain_1: { diff --git a/v1/packages/chain-registry/src/testnet/titantestnet/assets.ts b/v1/packages/chain-registry/src/testnet/titantestnet/assets.ts index 1e5c6ed49..aa5fa28c2 100644 --- a/v1/packages/chain-registry/src/testnet/titantestnet/assets.ts +++ b/v1/packages/chain-registry/src/testnet/titantestnet/assets.ts @@ -2,7 +2,8 @@ import { AssetList } from '@chain-registry/types'; const info: AssetList = { $schema: '../../assetlist.schema.json', chain_name: 'titantestnet', - assets: [{ + assets: [ + { description: 'The native token of the Titan network.', denom_units: [ { @@ -38,7 +39,8 @@ const info: AssetList = { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titantestnet/images/tkx.png' }, type_asset: 'sdk.coin' - }, { + }, + { description: 'USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.', denom_units: [{ denom: 'ibc/7C0807A56073C4A27B0DE1C21BA3EB75DF75FD763F4AD37BC159917FC01145F0', @@ -88,6 +90,43 @@ const info: AssetList = { primary_color_hex: '#2775CA' } }] - }] + }, + { + description: 'Wrapped Bitcoin (BTC) is BTC token bridged from Bitcoin to titan chain through Titan bridge https://dev.titanearn.com/bridge', + denom_units: [{ + denom: 'factory/titan1uvt40rsp68wtas0y75w34qdn5h0g5eyefy5gmvzftdnupyv7q7vq7jfynw/w-btc', + exponent: 0, + aliases: ['btc-satoshi'] + }, { + denom: 'btc', + exponent: 8 + }], + type_asset: 'sdk.coin', + address: 'titan1uvt40rsp68wtas0y75w34qdn5h0g5eyefy5gmvzftdnupyv7q7vq7jfynw', + base: 'factory/titan1uvt40rsp68wtas0y75w34qdn5h0g5eyefy5gmvzftdnupyv7q7vq7jfynw/w-btc', + name: 'Bitcoin', + display: 'btc', + symbol: 'BTC', + traces: [{ + type: 'bridge', + counterparty: { + chain_name: 'bitcoin', + base_denom: 'sat' + }, + provider: 'BitGo, Titanlab.io' + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg', + theme: { + primary_color_hex: '#f39444' + } + }] + } + ] }; export default info; \ No newline at end of file diff --git a/v1/packages/osmosis/src/asset_list.ts b/v1/packages/osmosis/src/asset_list.ts index 8b011d409..7d320f029 100644 --- a/v1/packages/osmosis/src/asset_list.ts +++ b/v1/packages/osmosis/src/asset_list.ts @@ -2200,6 +2200,91 @@ const asset_list: AssetList = { } }] }, + { + description: 'The native token of Elys Network', + denom_units: [ + { + denom: 'ibc/643EBFFC9D4533E93A5CF144FE786A6FB326F4C0C6224F7CB7563CC374EE56EE', + exponent: 0, + aliases: ['uelys'] + }, + { + denom: 'melys', + exponent: 3, + aliases: ['millielys'] + }, + { + denom: 'elys', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/643EBFFC9D4533E93A5CF144FE786A6FB326F4C0C6224F7CB7563CC374EE56EE', + name: 'Elys Network', + display: 'elys', + symbol: 'ELYS', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png' + }, + coingecko_id: 'elys', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'uelys', + chain_name: 'elys' + }, + chain: { + channel_id: 'channel-91017' + } + }] + }, + { + description: 'Eden token definition', + denom_units: [ + { + denom: 'ibc/759C2B22DFA2D39A9B30BDC053AB59D2376746828B876FD18887F366D3819B11', + exponent: 0, + aliases: ['ueden'] + }, + { + denom: 'meden', + exponent: 3, + aliases: ['millieden'] + }, + { + denom: 'eden', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/759C2B22DFA2D39A9B30BDC053AB59D2376746828B876FD18887F366D3819B11', + name: 'Eden', + display: 'eden', + symbol: 'EDEN', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'ueden', + chain_name: 'elys' + }, + chain: { + channel_id: 'channel-91017' + } + }] + }, { 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.', denom_units: [{ @@ -8006,6 +8091,91 @@ const asset_list: AssetList = { } }] }, + { + description: 'The native token of Elys Network', + denom_units: [ + { + denom: 'ibc/643EBFFC9D4533E93A5CF144FE786A6FB326F4C0C6224F7CB7563CC374EE56EE', + exponent: 0, + aliases: ['uelys'] + }, + { + denom: 'melys', + exponent: 3, + aliases: ['millielys'] + }, + { + denom: 'elys', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/643EBFFC9D4533E93A5CF144FE786A6FB326F4C0C6224F7CB7563CC374EE56EE', + name: 'Elys Network', + display: 'elys', + symbol: 'ELYS', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png' + }, + coingecko_id: 'elys', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'uelys', + chain_name: 'elys' + }, + chain: { + channel_id: 'channel-91017' + } + }] + }, + { + description: 'Eden token definition', + denom_units: [ + { + denom: 'ibc/759C2B22DFA2D39A9B30BDC053AB59D2376746828B876FD18887F366D3819B11', + exponent: 0, + aliases: ['ueden'] + }, + { + denom: 'meden', + exponent: 3, + aliases: ['millieden'] + }, + { + denom: 'eden', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/759C2B22DFA2D39A9B30BDC053AB59D2376746828B876FD18887F366D3819B11', + name: 'Eden', + display: 'eden', + symbol: 'EDEN', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6', + base_denom: 'ueden', + chain_name: 'elys' + }, + chain: { + channel_id: 'channel-91017' + } + }] + }, { 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.', denom_units: [{ @@ -12003,6 +12173,41 @@ const asset_list: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/00CE99CC81F5D839621F34A34310A327D24861B9A56BCA4B4189A71EDDD58F6C', + exponent: 0, + aliases: ['p:uatom:31Mar2025'] + }, { + denom: 'pATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/00CE99CC81F5D839621F34A34310A327D24861B9A56BCA4B4189A71EDDD58F6C', + name: 'pAtom (31Mar2025)', + display: 'pATOM31Mar2025', + symbol: 'pATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -12143,6 +12348,41 @@ const asset_list: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/9F0607DFB6A8DE15C010794774C2A08A739CF9F9211E7729D69E4E06A30D64FC', + exponent: 0, + aliases: ['p:uosmo:31Mar2025'] + }, { + denom: 'pOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/9F0607DFB6A8DE15C010794774C2A08A739CF9F9211E7729D69E4E06A30D64FC', + name: 'pOsmo (31Mar2025)', + display: 'pOSMO31Mar2025', + symbol: 'pOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -12283,6 +12523,41 @@ const asset_list: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/40F1CB094B33D5AD8987B556CB085D51630F39D703BC6B0CF073B4B37067FDC2', + exponent: 0, + aliases: ['p:inj:31Mar2025'] + }, { + denom: 'pINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/40F1CB094B33D5AD8987B556CB085D51630F39D703BC6B0CF073B4B37067FDC2', + name: 'pInj (31Mar2025)', + display: 'pINJ31Mar2025', + symbol: 'pINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -12424,19 +12699,19 @@ const asset_list: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/78081C7DC880CFE1905F443A5B708DAA3E0FE3D2E696B43387D8CC8F5D810DED', + denom: 'ibc/63EAE682B21E3C6F225461D5A21B84EC58DD4FB31210BFF67AEB2F34C184DD62', exponent: 0, - aliases: ['p:uluna:31Dec2026'] + aliases: ['p:uluna:31Mar2025'] }, { - denom: 'pLUNA31Dec2026', + denom: 'pLUNA31Mar2025', exponent: 6 }], - base: 'ibc/78081C7DC880CFE1905F443A5B708DAA3E0FE3D2E696B43387D8CC8F5D810DED', - name: 'pLuna (31Dec2026)', - display: 'pLUNA31Dec2026', - symbol: 'pLUNA-31Dec2026', + base: 'ibc/63EAE682B21E3C6F225461D5A21B84EC58DD4FB31210BFF67AEB2F34C184DD62', + name: 'pLuna (31Mar2025)', + display: 'pLUNA31Mar2025', + symbol: 'pLUNA-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' @@ -12450,7 +12725,7 @@ const asset_list: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-2', - base_denom: 'p:uluna:31Dec2026', + base_denom: 'p:uluna:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -12493,6 +12768,41 @@ const asset_list: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + denom_units: [{ + denom: 'ibc/78081C7DC880CFE1905F443A5B708DAA3E0FE3D2E696B43387D8CC8F5D810DED', + exponent: 0, + aliases: ['p:uluna:31Dec2026'] + }, { + denom: 'pLUNA31Dec2026', + exponent: 6 + }], + base: 'ibc/78081C7DC880CFE1905F443A5B708DAA3E0FE3D2E696B43387D8CC8F5D810DED', + name: 'pLuna (31Dec2026)', + display: 'pLUNA31Dec2026', + symbol: 'pLUNA-31Dec2026', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:uluna:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024', denom_units: [{ @@ -12703,6 +13013,41 @@ const asset_list: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/8DDEC9407527353400F36B5A90341D9C49C8C596B06BB59CCD358D0709F290C3', + exponent: 0, + aliases: ['p:stutia:31Mar2025'] + }, { + denom: 'pstTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/8DDEC9407527353400F36B5A90341D9C49C8C596B06BB59CCD358D0709F290C3', + name: 'pstTia (31Mar2025)', + display: 'pstTIA31Mar2025', + symbol: 'pstTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -12843,6 +13188,41 @@ const asset_list: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/119AE70C773F15CD27490D8CA5CD58E422A719A423E14C1FFFD80045F93CC51E', + exponent: 0, + aliases: ['p:stadydx:31Mar2025'] + }, { + denom: 'pstDYDX31Mar2025', + exponent: 18 + }], + base: 'ibc/119AE70C773F15CD27490D8CA5CD58E422A719A423E14C1FFFD80045F93CC51E', + name: 'pstDydx (31Mar2025)', + display: 'pstDYDX31Mar2025', + symbol: 'pstDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -12948,6 +13328,41 @@ const asset_list: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/8098FA444F096C18BBC10CD7304583BE0672D07F69BCDBE46074DB45D43AEB8A', + exponent: 0, + aliases: ['p:udatom:31Mar2025'] + }, { + denom: 'pdATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/8098FA444F096C18BBC10CD7304583BE0672D07F69BCDBE46074DB45D43AEB8A', + name: 'pdAtom (31Mar2025)', + display: 'pdATOM31Mar2025', + symbol: 'pdATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:udatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -13088,6 +13503,41 @@ const asset_list: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/FDE0E4427A93D59006CF9F373B4E635F2CAA7789A2993E472833A77FF4CED947', + exponent: 0, + aliases: ['p:utia:31Mar2025'] + }, { + denom: 'pTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/FDE0E4427A93D59006CF9F373B4E635F2CAA7789A2993E472833A77FF4CED947', + name: 'pTia (31Mar2025)', + display: 'pTIA31Mar2025', + symbol: 'pTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025', denom_units: [{ @@ -13228,6 +13678,41 @@ const asset_list: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/41548C812173671CBF300056C3F87C1457248C2E8233A4671CC35ED846562BE2', + exponent: 0, + aliases: ['y:uatom:31Mar2025'] + }, { + denom: 'yATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/41548C812173671CBF300056C3F87C1457248C2E8233A4671CC35ED846562BE2', + name: 'yAtom (31Mar2025)', + display: 'yATOM31Mar2025', + symbol: 'yATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -13368,6 +13853,41 @@ const asset_list: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/A04CA107774AC5362B86EC795AE4DBE1A417F5226BC732A1316F0C4306F13C7F', + exponent: 0, + aliases: ['y:uosmo:31Mar2025'] + }, { + denom: 'yOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/A04CA107774AC5362B86EC795AE4DBE1A417F5226BC732A1316F0C4306F13C7F', + name: 'yOsmo (31Mar2025)', + display: 'yOSMO31Mar2025', + symbol: 'yOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -13508,6 +14028,41 @@ const asset_list: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/8A93A6107BEB28DBDF170E86742FF60E5B44C8216A7F8A0270CA6CD399209767', + exponent: 0, + aliases: ['y:inj:31Mar2025'] + }, { + denom: 'yINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/8A93A6107BEB28DBDF170E86742FF60E5B44C8216A7F8A0270CA6CD399209767', + name: 'yInj (31Mar2025)', + display: 'yINJ31Mar2025', + symbol: 'yINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -13648,6 +14203,41 @@ const asset_list: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/0E18B0E689C80338F4BF2BB653DFEB42F55F47780D6D0160CE04403F6C8CE75D', + exponent: 0, + aliases: ['y:uluna:31Mar2025'] + }, { + denom: 'yLUNA31Mar2025', + exponent: 6 + }], + base: 'ibc/0E18B0E689C80338F4BF2BB653DFEB42F55F47780D6D0160CE04403F6C8CE75D', + name: 'yLuna (31Mar2025)', + display: 'yLUNA31Mar2025', + symbol: 'yLUNA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:uluna:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025', denom_units: [{ @@ -13928,6 +14518,41 @@ const asset_list: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/79272BD3235917A54671D117744F16B19881FD848770B047C655BC439402E684', + exponent: 0, + aliases: ['y:stutia:31Mar2025'] + }, { + denom: 'ystTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/79272BD3235917A54671D117744F16B19881FD848770B047C655BC439402E684', + name: 'ystTia (31Mar2025)', + display: 'ystTIA31Mar2025', + symbol: 'ystTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -14068,6 +14693,41 @@ const asset_list: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/7E022B7DF1C6239320E1CD2C4E1180A0DC93DF3C2D2333BF88F18297E49C8EE3', + exponent: 0, + aliases: ['y:stadydx:31Mar2025'] + }, { + denom: 'ystDYDX31Mar2025', + exponent: 6 + }], + base: 'ibc/7E022B7DF1C6239320E1CD2C4E1180A0DC93DF3C2D2333BF88F18297E49C8EE3', + name: 'ystDydx (31Mar2025)', + display: 'ystDYDX31Mar2025', + symbol: 'ystDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -14173,6 +14833,41 @@ const asset_list: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/BBF0972F80318E58F9C5B46ED310CB4C1B47585542347027F9A08E200D4721B5', + exponent: 0, + aliases: ['y:udatom:31Mar2025'] + }, { + denom: 'ydATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/BBF0972F80318E58F9C5B46ED310CB4C1B47585542347027F9A08E200D4721B5', + name: 'ydAtom (31Mar2025)', + display: 'ydATOM31Mar2025', + symbol: 'ydATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:udatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -14313,6 +15008,41 @@ const asset_list: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/AF32DD96993860F979BAF9A8B35D3A9887E63AE5D33FB8A16A81F10ED5779A94', + exponent: 0, + aliases: ['y:utia:31Mar2025'] + }, { + denom: 'yTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/AF32DD96993860F979BAF9A8B35D3A9887E63AE5D33FB8A16A81F10ED5779A94', + name: 'yTia (31Mar2025)', + display: 'yTIA31Mar2025', + symbol: 'yTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025', denom_units: [{ @@ -18394,6 +19124,41 @@ const asset_list: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/00CE99CC81F5D839621F34A34310A327D24861B9A56BCA4B4189A71EDDD58F6C', + exponent: 0, + aliases: ['p:uatom:31Mar2025'] + }, { + denom: 'pATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/00CE99CC81F5D839621F34A34310A327D24861B9A56BCA4B4189A71EDDD58F6C', + name: 'pAtom (31Mar2025)', + display: 'pATOM31Mar2025', + symbol: 'pATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -18534,6 +19299,41 @@ const asset_list: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/9F0607DFB6A8DE15C010794774C2A08A739CF9F9211E7729D69E4E06A30D64FC', + exponent: 0, + aliases: ['p:uosmo:31Mar2025'] + }, { + denom: 'pOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/9F0607DFB6A8DE15C010794774C2A08A739CF9F9211E7729D69E4E06A30D64FC', + name: 'pOsmo (31Mar2025)', + display: 'pOSMO31Mar2025', + symbol: 'pOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -18674,6 +19474,41 @@ const asset_list: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/40F1CB094B33D5AD8987B556CB085D51630F39D703BC6B0CF073B4B37067FDC2', + exponent: 0, + aliases: ['p:inj:31Mar2025'] + }, { + denom: 'pINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/40F1CB094B33D5AD8987B556CB085D51630F39D703BC6B0CF073B4B37067FDC2', + name: 'pInj (31Mar2025)', + display: 'pINJ31Mar2025', + symbol: 'pINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -18815,19 +19650,19 @@ const asset_list: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/78081C7DC880CFE1905F443A5B708DAA3E0FE3D2E696B43387D8CC8F5D810DED', + denom: 'ibc/63EAE682B21E3C6F225461D5A21B84EC58DD4FB31210BFF67AEB2F34C184DD62', exponent: 0, - aliases: ['p:uluna:31Dec2026'] + aliases: ['p:uluna:31Mar2025'] }, { - denom: 'pLUNA31Dec2026', + denom: 'pLUNA31Mar2025', exponent: 6 }], - base: 'ibc/78081C7DC880CFE1905F443A5B708DAA3E0FE3D2E696B43387D8CC8F5D810DED', - name: 'pLuna (31Dec2026)', - display: 'pLUNA31Dec2026', - symbol: 'pLUNA-31Dec2026', + base: 'ibc/63EAE682B21E3C6F225461D5A21B84EC58DD4FB31210BFF67AEB2F34C184DD62', + name: 'pLuna (31Mar2025)', + display: 'pLUNA31Mar2025', + symbol: 'pLUNA-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' @@ -18841,7 +19676,7 @@ const asset_list: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-2', - base_denom: 'p:uluna:31Dec2026', + base_denom: 'p:uluna:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -18884,6 +19719,41 @@ const asset_list: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026', + denom_units: [{ + denom: 'ibc/78081C7DC880CFE1905F443A5B708DAA3E0FE3D2E696B43387D8CC8F5D810DED', + exponent: 0, + aliases: ['p:uluna:31Dec2026'] + }, { + denom: 'pLUNA31Dec2026', + exponent: 6 + }], + base: 'ibc/78081C7DC880CFE1905F443A5B708DAA3E0FE3D2E696B43387D8CC8F5D810DED', + name: 'pLuna (31Dec2026)', + display: 'pLUNA31Dec2026', + symbol: 'pLUNA-31Dec2026', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:uluna:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024', denom_units: [{ @@ -19094,6 +19964,41 @@ const asset_list: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/8DDEC9407527353400F36B5A90341D9C49C8C596B06BB59CCD358D0709F290C3', + exponent: 0, + aliases: ['p:stutia:31Mar2025'] + }, { + denom: 'pstTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/8DDEC9407527353400F36B5A90341D9C49C8C596B06BB59CCD358D0709F290C3', + name: 'pstTia (31Mar2025)', + display: 'pstTIA31Mar2025', + symbol: 'pstTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -19234,6 +20139,41 @@ const asset_list: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/119AE70C773F15CD27490D8CA5CD58E422A719A423E14C1FFFD80045F93CC51E', + exponent: 0, + aliases: ['p:stadydx:31Mar2025'] + }, { + denom: 'pstDYDX31Mar2025', + exponent: 18 + }], + base: 'ibc/119AE70C773F15CD27490D8CA5CD58E422A719A423E14C1FFFD80045F93CC51E', + name: 'pstDydx (31Mar2025)', + display: 'pstDYDX31Mar2025', + symbol: 'pstDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -19284,19 +20224,54 @@ const asset_list: AssetList = { display: 'pstDYDX31Dec2026', symbol: 'pstDYDX-31Dec2026', logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:stadydx:31Dec2026', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, + { + description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024', + denom_units: [{ + denom: 'ibc/0B05519DE4B0DB3738EA4682E5220D1847C52701C13E175723332AB1ACE44DDD', + exponent: 0, + aliases: ['p:udatom:31Dec2024'] + }, { + denom: 'pdATOM31Dec2024', + exponent: 6 + }], + base: 'ibc/0B05519DE4B0DB3738EA4682E5220D1847C52701C13E175723332AB1ACE44DDD', + name: 'pdAtom (31Dec2024)', + display: 'pdATOM31Dec2024', + symbol: 'pdATOM-31Dec2024', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' }, images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' }], type_asset: 'sdk.coin', traces: [{ type: 'ibc', counterparty: { channel_id: 'channel-2', - base_denom: 'p:stadydx:31Dec2026', + base_denom: 'p:udatom:31Dec2024', chain_name: 'pryzm' }, chain: { @@ -19305,19 +20280,19 @@ const asset_list: AssetList = { }] }, { - description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024', + description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025', denom_units: [{ - denom: 'ibc/0B05519DE4B0DB3738EA4682E5220D1847C52701C13E175723332AB1ACE44DDD', + denom: 'ibc/8098FA444F096C18BBC10CD7304583BE0672D07F69BCDBE46074DB45D43AEB8A', exponent: 0, - aliases: ['p:udatom:31Dec2024'] + aliases: ['p:udatom:31Mar2025'] }, { - denom: 'pdATOM31Dec2024', + denom: 'pdATOM31Mar2025', exponent: 6 }], - base: 'ibc/0B05519DE4B0DB3738EA4682E5220D1847C52701C13E175723332AB1ACE44DDD', - name: 'pdAtom (31Dec2024)', - display: 'pdATOM31Dec2024', - symbol: 'pdATOM-31Dec2024', + base: 'ibc/8098FA444F096C18BBC10CD7304583BE0672D07F69BCDBE46074DB45D43AEB8A', + name: 'pdAtom (31Mar2025)', + display: 'pdATOM31Mar2025', + symbol: 'pdATOM-31Mar2025', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg' @@ -19331,7 +20306,7 @@ const asset_list: AssetList = { type: 'ibc', counterparty: { channel_id: 'channel-2', - base_denom: 'p:udatom:31Dec2024', + base_denom: 'p:udatom:31Mar2025', chain_name: 'pryzm' }, chain: { @@ -19479,6 +20454,41 @@ const asset_list: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/FDE0E4427A93D59006CF9F373B4E635F2CAA7789A2993E472833A77FF4CED947', + exponent: 0, + aliases: ['p:utia:31Mar2025'] + }, { + denom: 'pTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/FDE0E4427A93D59006CF9F373B4E635F2CAA7789A2993E472833A77FF4CED947', + name: 'pTia (31Mar2025)', + display: 'pTIA31Mar2025', + symbol: 'pTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'p:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025', denom_units: [{ @@ -19619,6 +20629,41 @@ const asset_list: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/41548C812173671CBF300056C3F87C1457248C2E8233A4671CC35ED846562BE2', + exponent: 0, + aliases: ['y:uatom:31Mar2025'] + }, { + denom: 'yATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/41548C812173671CBF300056C3F87C1457248C2E8233A4671CC35ED846562BE2', + name: 'yAtom (31Mar2025)', + display: 'yATOM31Mar2025', + symbol: 'yATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:uatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025', denom_units: [{ @@ -19759,6 +20804,41 @@ const asset_list: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/A04CA107774AC5362B86EC795AE4DBE1A417F5226BC732A1316F0C4306F13C7F', + exponent: 0, + aliases: ['y:uosmo:31Mar2025'] + }, { + denom: 'yOSMO31Mar2025', + exponent: 6 + }], + base: 'ibc/A04CA107774AC5362B86EC795AE4DBE1A417F5226BC732A1316F0C4306F13C7F', + name: 'yOsmo (31Mar2025)', + display: 'yOSMO31Mar2025', + symbol: 'yOSMO-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:uosmo:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025', denom_units: [{ @@ -19899,6 +20979,41 @@ const asset_list: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/8A93A6107BEB28DBDF170E86742FF60E5B44C8216A7F8A0270CA6CD399209767', + exponent: 0, + aliases: ['y:inj:31Mar2025'] + }, { + denom: 'yINJ31Mar2025', + exponent: 18 + }], + base: 'ibc/8A93A6107BEB28DBDF170E86742FF60E5B44C8216A7F8A0270CA6CD399209767', + name: 'yInj (31Mar2025)', + display: 'yINJ31Mar2025', + symbol: 'yINJ-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:inj:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025', denom_units: [{ @@ -20039,6 +21154,41 @@ const asset_list: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/0E18B0E689C80338F4BF2BB653DFEB42F55F47780D6D0160CE04403F6C8CE75D', + exponent: 0, + aliases: ['y:uluna:31Mar2025'] + }, { + denom: 'yLUNA31Mar2025', + exponent: 6 + }], + base: 'ibc/0E18B0E689C80338F4BF2BB653DFEB42F55F47780D6D0160CE04403F6C8CE75D', + name: 'yLuna (31Mar2025)', + display: 'yLUNA31Mar2025', + symbol: 'yLUNA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:uluna:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025', denom_units: [{ @@ -20319,6 +21469,41 @@ const asset_list: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/79272BD3235917A54671D117744F16B19881FD848770B047C655BC439402E684', + exponent: 0, + aliases: ['y:stutia:31Mar2025'] + }, { + denom: 'ystTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/79272BD3235917A54671D117744F16B19881FD848770B047C655BC439402E684', + name: 'ystTia (31Mar2025)', + display: 'ystTIA31Mar2025', + symbol: 'ystTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:stutia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025', denom_units: [{ @@ -20459,6 +21644,41 @@ const asset_list: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/7E022B7DF1C6239320E1CD2C4E1180A0DC93DF3C2D2333BF88F18297E49C8EE3', + exponent: 0, + aliases: ['y:stadydx:31Mar2025'] + }, { + denom: 'ystDYDX31Mar2025', + exponent: 6 + }], + base: 'ibc/7E022B7DF1C6239320E1CD2C4E1180A0DC93DF3C2D2333BF88F18297E49C8EE3', + name: 'ystDydx (31Mar2025)', + display: 'ystDYDX31Mar2025', + symbol: 'ystDYDX-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:stadydx:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025', denom_units: [{ @@ -20564,6 +21784,41 @@ const asset_list: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/BBF0972F80318E58F9C5B46ED310CB4C1B47585542347027F9A08E200D4721B5', + exponent: 0, + aliases: ['y:udatom:31Mar2025'] + }, { + denom: 'ydATOM31Mar2025', + exponent: 6 + }], + base: 'ibc/BBF0972F80318E58F9C5B46ED310CB4C1B47585542347027F9A08E200D4721B5', + name: 'ydAtom (31Mar2025)', + display: 'ydATOM31Mar2025', + symbol: 'ydATOM-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:udatom:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025', denom_units: [{ @@ -20704,6 +21959,41 @@ const asset_list: AssetList = { } }] }, + { + description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025', + denom_units: [{ + denom: 'ibc/AF32DD96993860F979BAF9A8B35D3A9887E63AE5D33FB8A16A81F10ED5779A94', + exponent: 0, + aliases: ['y:utia:31Mar2025'] + }, { + denom: 'yTIA31Mar2025', + exponent: 6 + }], + base: 'ibc/AF32DD96993860F979BAF9A8B35D3A9887E63AE5D33FB8A16A81F10ED5779A94', + name: 'yTia (31Mar2025)', + display: 'yTIA31Mar2025', + symbol: 'yTIA-31Mar2025', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'y:utia:31Mar2025', + chain_name: 'pryzm' + }, + chain: { + channel_id: 'channel-75755' + } + }] + }, { description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025', denom_units: [{