From be4cbe6a105a3101302798ec623db5f27055c579 Mon Sep 17 00:00:00 2001 From: pyramation Date: Wed, 15 Jan 2025 01:35:08 +0000 Subject: [PATCH] =?UTF-8?q?build=20=F0=9F=9B=A0=20build-20250115-013508?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repos/chain-registry | 2 +- v1/packages/assets/src/mainnet/mantrachain.ts | 86 ++++++++++++ v1/packages/assets/src/mainnet/stargaze.ts | 130 ++++++++++++++++++ .../assets/src/testnet/neutrontestnet.ts | 16 +-- .../assets/src/testnet/nolustestnet.ts | 24 ++-- .../assets/src/testnet/osmosistestnet.ts | 12 +- .../src/mainnet/mantrachain/ibc.ts | 29 ++++ .../src/mainnet/milkyway/assets.ts | 122 +++++++++++----- .../src/mainnet/milkyway/chain.ts | 7 + .../src/mainnet/osmosis/assets.ts | 55 +++++++- .../src/mainnet/stargaze/assets.ts | 64 +++++++++ .../src/mainnet/stargaze/ibc.ts | 29 ++++ .../src/mainnet/terra2/assets.ts | 30 ++++ .../src/noncosmos/dogecoin/assets.ts | 1 + .../src/noncosmos/internetcomputer/assets.ts | 49 ++++++- .../src/testnet/airchainstestnet/chain.ts | 8 ++ .../src/testnet/manifesttestnet/assets.ts | 48 ++++++- .../src/testnet/neutrontestnet/ibc.ts | 30 +++- .../src/testnet/nibirutestnet/assets.ts | 38 +++++ .../src/testnet/nolustestnet/chain.ts | 14 +- .../src/testnet/nolustestnet/ibc.ts | 16 +-- .../src/testnet/osmosistestnet/assets.ts | 40 ++++++ .../src/testnet/osmosistestnet/ibc.ts | 30 ++++ v1/packages/osmosis/src/assets.ts | 55 +++++++- v1/packages/osmosis/src/testnet_assets.ts | 40 ++++++ 25 files changed, 885 insertions(+), 90 deletions(-) diff --git a/repos/chain-registry b/repos/chain-registry index 8cb25622e..cfb8e6e6e 160000 --- a/repos/chain-registry +++ b/repos/chain-registry @@ -1 +1 @@ -Subproject commit 8cb25622e14fa63ce26d05d0823f7f9312c3eace +Subproject commit cfb8e6e6e8a229d24c232b6215ff48c198cd8cb4 diff --git a/v1/packages/assets/src/mainnet/mantrachain.ts b/v1/packages/assets/src/mainnet/mantrachain.ts index e0e94c1c5..665c58551 100644 --- a/v1/packages/assets/src/mainnet/mantrachain.ts +++ b/v1/packages/assets/src/mainnet/mantrachain.ts @@ -855,6 +855,49 @@ const assets: AssetList = { } }] }, + { + description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.', + denom_units: [{ + denom: 'ibc/16E817E682AD1A73FD748BC989574B2702E109C4105550498086531FA3D6B050', + exponent: 0, + aliases: ['ustars'] + }, { + denom: 'stars', + exponent: 6 + }], + base: 'ibc/16E817E682AD1A73FD748BC989574B2702E109C4105550498086531FA3D6B050', + name: 'Stargaze', + display: 'stars', + symbol: 'STARS', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg' + }, + coingecko_id: 'stargaze', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg', + theme: { + primary_color_hex: '#db2777' + } + }], + socials: { + website: 'https://www.stargaze.zone/', + twitter: 'https://twitter.com/StargazeZone' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-406', + base_denom: 'ustars', + chain_name: 'stargaze' + }, + chain: { + channel_id: 'channel-4' + } + }] + }, { description: 'The permissioned staking asset for Noble Chain', denom_units: [{ @@ -1061,6 +1104,49 @@ const assets: AssetList = { channel_id: 'channel-0' } }] + }, + { + description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.', + denom_units: [{ + denom: 'ibc/16E817E682AD1A73FD748BC989574B2702E109C4105550498086531FA3D6B050', + exponent: 0, + aliases: ['ustars'] + }, { + denom: 'stars', + exponent: 6 + }], + base: 'ibc/16E817E682AD1A73FD748BC989574B2702E109C4105550498086531FA3D6B050', + name: 'Stargaze', + display: 'stars', + symbol: 'STARS', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg' + }, + coingecko_id: 'stargaze', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg', + theme: { + primary_color_hex: '#db2777' + } + }], + socials: { + website: 'https://www.stargaze.zone/', + twitter: 'https://twitter.com/StargazeZone' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-406', + base_denom: 'ustars', + chain_name: 'stargaze' + }, + chain: { + channel_id: 'channel-4' + } + }] } ] }; diff --git a/v1/packages/assets/src/mainnet/stargaze.ts b/v1/packages/assets/src/mainnet/stargaze.ts index 840e544ac..f1aee74f6 100644 --- a/v1/packages/assets/src/mainnet/stargaze.ts +++ b/v1/packages/assets/src/mainnet/stargaze.ts @@ -838,6 +838,71 @@ const assets: AssetList = { } }] }, + { + description: 'The native token of MANTRA', + denom_units: [{ + denom: 'ibc/3BD86E80E000B52DA57C474A6A44E37F73D34E38A1FA79EE678E08D119FC555B', + exponent: 0, + aliases: ['uom'] + }, { + denom: 'om', + exponent: 6 + }], + type_asset: 'sdk.coin', + base: 'ibc/3BD86E80E000B52DA57C474A6A44E37F73D34E38A1FA79EE678E08D119FC555B', + name: 'MANTRA Chain', + display: 'om', + symbol: 'OM', + coingecko_id: 'mantra-dao', + keywords: [ + 'rwa', + 'wasm', + 'staking' + ], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg', + theme: { + circle: true, + primary_color_hex: '#fba0c1' + } + }, + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg', + theme: { + dark_mode: true, + circle: true, + primary_color_hex: '#342c2c' + } + }, + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg', + theme: { + dark_mode: false, + circle: true, + primary_color_hex: '#342c2c' + } + } + ], + socials: { + website: 'https://www.mantrachain.io/', + twitter: 'https://x.com/MANTRA_Chain' + }, + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'uom', + chain_name: 'mantrachain' + }, + chain: { + channel_id: 'channel-406' + } + }] + }, { description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.', denom_units: [{ @@ -2243,6 +2308,71 @@ const assets: AssetList = { } }] }, + { + description: 'The native token of MANTRA', + denom_units: [{ + denom: 'ibc/3BD86E80E000B52DA57C474A6A44E37F73D34E38A1FA79EE678E08D119FC555B', + exponent: 0, + aliases: ['uom'] + }, { + denom: 'om', + exponent: 6 + }], + type_asset: 'sdk.coin', + base: 'ibc/3BD86E80E000B52DA57C474A6A44E37F73D34E38A1FA79EE678E08D119FC555B', + name: 'MANTRA Chain', + display: 'om', + symbol: 'OM', + coingecko_id: 'mantra-dao', + keywords: [ + 'rwa', + 'wasm', + 'staking' + ], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg', + theme: { + circle: true, + primary_color_hex: '#fba0c1' + } + }, + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg', + theme: { + dark_mode: true, + circle: true, + primary_color_hex: '#342c2c' + } + }, + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg', + theme: { + dark_mode: false, + circle: true, + primary_color_hex: '#342c2c' + } + } + ], + socials: { + website: 'https://www.mantrachain.io/', + twitter: 'https://x.com/MANTRA_Chain' + }, + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-4', + base_denom: 'uom', + chain_name: 'mantrachain' + }, + chain: { + channel_id: 'channel-406' + } + }] + }, { description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.', denom_units: [{ diff --git a/v1/packages/assets/src/testnet/neutrontestnet.ts b/v1/packages/assets/src/testnet/neutrontestnet.ts index 968f656d9..ec6945f19 100644 --- a/v1/packages/assets/src/testnet/neutrontestnet.ts +++ b/v1/packages/assets/src/testnet/neutrontestnet.ts @@ -46,14 +46,14 @@ const assets: AssetList = { { description: 'The native token of Nolus chain', denom_units: [{ - denom: 'ibc/C9F36A5FCF5FBD26661F9A09900301755C8B042696E4F456ACD73FAA7AFA6551', + denom: 'ibc/E808FAAE7ADDA37453A8F0F67D74669F6580CBA5EF0F7889D46FB02D282098E3', exponent: 0, aliases: ['unls'] }, { denom: 'nls', exponent: 6 }], - base: 'ibc/C9F36A5FCF5FBD26661F9A09900301755C8B042696E4F456ACD73FAA7AFA6551', + base: 'ibc/E808FAAE7ADDA37453A8F0F67D74669F6580CBA5EF0F7889D46FB02D282098E3', name: 'Nolus', display: 'nls', symbol: 'NLS', @@ -69,12 +69,12 @@ const assets: AssetList = { traces: [{ type: 'ibc', counterparty: { - channel_id: 'channel-1990', + channel_id: 'channel-1', base_denom: 'unls', chain_name: 'nolustestnet' }, chain: { - channel_id: 'channel-208' + channel_id: 'channel-1061' } }] }, @@ -196,14 +196,14 @@ const assets: AssetList = { { description: 'The native token of Nolus chain', denom_units: [{ - denom: 'ibc/C9F36A5FCF5FBD26661F9A09900301755C8B042696E4F456ACD73FAA7AFA6551', + denom: 'ibc/E808FAAE7ADDA37453A8F0F67D74669F6580CBA5EF0F7889D46FB02D282098E3', exponent: 0, aliases: ['unls'] }, { denom: 'nls', exponent: 6 }], - base: 'ibc/C9F36A5FCF5FBD26661F9A09900301755C8B042696E4F456ACD73FAA7AFA6551', + base: 'ibc/E808FAAE7ADDA37453A8F0F67D74669F6580CBA5EF0F7889D46FB02D282098E3', name: 'Nolus', display: 'nls', symbol: 'NLS', @@ -219,12 +219,12 @@ const assets: AssetList = { traces: [{ type: 'ibc', counterparty: { - channel_id: 'channel-1990', + channel_id: 'channel-1', base_denom: 'unls', chain_name: 'nolustestnet' }, chain: { - channel_id: 'channel-208' + channel_id: 'channel-1061' } }] }, diff --git a/v1/packages/assets/src/testnet/nolustestnet.ts b/v1/packages/assets/src/testnet/nolustestnet.ts index 08e596313..7bc21defc 100644 --- a/v1/packages/assets/src/testnet/nolustestnet.ts +++ b/v1/packages/assets/src/testnet/nolustestnet.ts @@ -5,14 +5,14 @@ const assets: AssetList = { { description: 'The native token of Neutron chain', denom_units: [{ - denom: 'ibc/712F900E327780AAB33B9204DB5257FB1D6FACCF9CD7B70A0EFB31ED4C1255C4', + denom: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695', exponent: 0, aliases: ['untrn'] }, { denom: 'ntrn', exponent: 6 }], - base: 'ibc/712F900E327780AAB33B9204DB5257FB1D6FACCF9CD7B70A0EFB31ED4C1255C4', + base: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695', name: 'Neutron Testnet', display: 'ntrn', symbol: 'NTRN', @@ -28,26 +28,26 @@ const assets: AssetList = { traces: [{ type: 'ibc', counterparty: { - channel_id: 'channel-208', + channel_id: 'channel-1061', base_denom: 'untrn', chain_name: 'neutrontestnet' }, chain: { - channel_id: 'channel-1990' + channel_id: 'channel-1' } }] }, { description: 'The native token of Neutron chain', denom_units: [{ - denom: 'ibc/712F900E327780AAB33B9204DB5257FB1D6FACCF9CD7B70A0EFB31ED4C1255C4', + denom: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695', exponent: 0, aliases: ['untrn'] }, { denom: 'ntrn', exponent: 6 }], - base: 'ibc/712F900E327780AAB33B9204DB5257FB1D6FACCF9CD7B70A0EFB31ED4C1255C4', + base: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695', name: 'Neutron Testnet', display: 'ntrn', symbol: 'NTRN', @@ -63,12 +63,12 @@ const assets: AssetList = { traces: [{ type: 'ibc', counterparty: { - channel_id: 'channel-208', + channel_id: 'channel-1061', base_denom: 'untrn', chain_name: 'neutrontestnet' }, chain: { - channel_id: 'channel-1990' + channel_id: 'channel-1' } }] }, @@ -101,7 +101,7 @@ const assets: AssetList = { traces: [{ type: 'ibc', counterparty: { - channel_id: 'channel-110', + channel_id: 'channel-8272', base_denom: 'uosmo', chain_name: 'osmosistestnet' }, @@ -137,7 +137,7 @@ const assets: AssetList = { traces: [{ type: 'ibc', counterparty: { - channel_id: 'channel-110', + channel_id: 'channel-8272', base_denom: 'uion', chain_name: 'osmosistestnet' }, @@ -175,7 +175,7 @@ const assets: AssetList = { traces: [{ type: 'ibc', counterparty: { - channel_id: 'channel-110', + channel_id: 'channel-8272', base_denom: 'uosmo', chain_name: 'osmosistestnet' }, @@ -211,7 +211,7 @@ const assets: AssetList = { traces: [{ type: 'ibc', counterparty: { - channel_id: 'channel-110', + channel_id: 'channel-8272', base_denom: 'uion', chain_name: 'osmosistestnet' }, diff --git a/v1/packages/assets/src/testnet/osmosistestnet.ts b/v1/packages/assets/src/testnet/osmosistestnet.ts index 4ca06fbec..27b514a40 100644 --- a/v1/packages/assets/src/testnet/osmosistestnet.ts +++ b/v1/packages/assets/src/testnet/osmosistestnet.ts @@ -693,14 +693,14 @@ const assets: AssetList = { { description: 'The native token of Nolus chain', denom_units: [{ - denom: 'ibc/95359FD9C5D15DBD7B9A6B7271F5E769776999590DE138ED62B6E89D5D010B7C', + denom: 'ibc/EF145240FE393A1CEC9C35ED1866A235D23176EA9B32069F714C9309FEA55718', exponent: 0, aliases: ['unls'] }, { denom: 'nls', exponent: 6 }], - base: 'ibc/95359FD9C5D15DBD7B9A6B7271F5E769776999590DE138ED62B6E89D5D010B7C', + base: 'ibc/EF145240FE393A1CEC9C35ED1866A235D23176EA9B32069F714C9309FEA55718', name: 'Nolus', display: 'nls', symbol: 'NLS', @@ -721,7 +721,7 @@ const assets: AssetList = { chain_name: 'nolustestnet' }, chain: { - channel_id: 'channel-110' + channel_id: 'channel-8272' } }] }, @@ -1416,14 +1416,14 @@ const assets: AssetList = { { description: 'The native token of Nolus chain', denom_units: [{ - denom: 'ibc/95359FD9C5D15DBD7B9A6B7271F5E769776999590DE138ED62B6E89D5D010B7C', + denom: 'ibc/EF145240FE393A1CEC9C35ED1866A235D23176EA9B32069F714C9309FEA55718', exponent: 0, aliases: ['unls'] }, { denom: 'nls', exponent: 6 }], - base: 'ibc/95359FD9C5D15DBD7B9A6B7271F5E769776999590DE138ED62B6E89D5D010B7C', + base: 'ibc/EF145240FE393A1CEC9C35ED1866A235D23176EA9B32069F714C9309FEA55718', name: 'Nolus', display: 'nls', symbol: 'NLS', @@ -1444,7 +1444,7 @@ const assets: AssetList = { chain_name: 'nolustestnet' }, chain: { - channel_id: 'channel-110' + channel_id: 'channel-8272' } }] }, diff --git a/v1/packages/chain-registry/src/mainnet/mantrachain/ibc.ts b/v1/packages/chain-registry/src/mainnet/mantrachain/ibc.ts index 207fb80d9..2aaa9ad18 100644 --- a/v1/packages/chain-registry/src/mainnet/mantrachain/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/mantrachain/ibc.ts @@ -115,6 +115,35 @@ const info: IBCInfo[] = [ preferred: true } }] + }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'mantrachain', + client_id: '07-tendermint-4', + connection_id: 'connection-4' + }, + chain_2: { + chain_name: 'stargaze', + client_id: '07-tendermint-372', + connection_id: 'connection-332' + }, + channels: [{ + chain_1: { + channel_id: 'channel-4', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-406', + 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/milkyway/assets.ts b/v1/packages/chain-registry/src/mainnet/milkyway/assets.ts index 0b97eda57..e9057edd0 100644 --- a/v1/packages/chain-registry/src/mainnet/milkyway/assets.ts +++ b/v1/packages/chain-registry/src/mainnet/milkyway/assets.ts @@ -35,6 +35,49 @@ const info: AssetList = { twitter: 'https://x.com/milky_way_zone' } }, + { + description: 'The native token of the Celestia blockchain.', + denom_units: [{ + denom: 'ibc/F1183DB3D428313A6FD329DF18219F9D6B83257D07D292EA9EC1D877E89EC2B0', + exponent: 0, + aliases: ['utia'] + }, { + denom: 'TIA', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/F1183DB3D428313A6FD329DF18219F9D6B83257D07D292EA9EC1D877E89EC2B0', + name: 'TIA', + display: 'TIA', + symbol: 'TIA', + traces: [{ + type: 'ibc', + counterparty: { + chain_name: 'celestia', + base_denom: 'utia', + channel_id: 'channel-49' + }, + chain: { + channel_id: 'channel-1', + path: 'transfer/channel-1/utia' + } + }], + 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: [{ + image_sync: { + chain_name: 'celestia', + base_denom: 'utia' + }, + 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' + } + }] + }, { description: 'The native token of the Celestia blockchain.', denom_units: [{ @@ -42,13 +85,13 @@ const info: AssetList = { exponent: 0, aliases: ['utia'] }, { - denom: 'tia', + denom: 'TIA', exponent: 6 }], type_asset: 'ics20', base: 'ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5', name: 'Celestia', - display: 'tia', + display: 'TIA', symbol: 'TIA', traces: [{ type: 'ibc', @@ -66,7 +109,7 @@ const info: AssetList = { counterparty: { chain_name: 'osmosis', base_denom: 'ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877', - channel_id: 'channel-0' + channel_id: 'channel-89298' }, chain: { channel_id: 'channel-0', @@ -94,7 +137,7 @@ const info: AssetList = { denom_units: [{ denom: 'ibc/16065EE5282C5217685C8F084FC44864C25C706AC37356B0D62811D50B96920F', exponent: 0, - aliases: ['umilktia'] + aliases: ['factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA'] }, { denom: 'milkTIA', exponent: 6 @@ -116,7 +159,7 @@ const info: AssetList = { counterparty: { chain_name: 'osmosis', base_denom: 'factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA', - channel_id: 'channel-0' + channel_id: 'channel-89298' }, chain: { channel_id: 'channel-0', @@ -148,7 +191,7 @@ const info: AssetList = { }], type_asset: 'ics20', base: 'ibc/8D4FC51F696E03711B9B37A5787FB89BD2DDBAF788813478B002D552A12F9157', - name: 'Stride Staked TIA', + name: 'stTIA', display: 'stTIA', symbol: 'stTIA', traces: [ @@ -177,7 +220,7 @@ const info: AssetList = { counterparty: { chain_name: 'osmosis', base_denom: 'ibc/698350B8A61D575025F3ED13E9AC9C0F45C89DEFE92F76D5838F1D3C1A7FF7C9', - channel_id: 'channel-0' + channel_id: 'channel-89298' }, chain: { channel_id: 'channel-0', @@ -202,46 +245,63 @@ const info: AssetList = { }] }, { - description: 'The native token of the Celestia blockchain.', + description: 'Drop\'s liquid staked TIA', denom_units: [{ - denom: 'ibc/F1183DB3D428313A6FD329DF18219F9D6B83257D07D292EA9EC1D877E89EC2B0', + denom: 'ibc/4795C86F72EC2CB54E885A4A5B401BED9C333E008311ED9C4DE01BF546B44A21', exponent: 0, - aliases: ['utia'] + aliases: ['udtia'] }, { - denom: 'tia', + denom: 'dTIA', exponent: 6 }], type_asset: 'ics20', - base: 'ibc/F1183DB3D428313A6FD329DF18219F9D6B83257D07D292EA9EC1D877E89EC2B0', - name: 'Celestia', - display: 'tia', - symbol: 'TIA', - traces: [{ - type: 'ibc', + base: 'ibc/4795C86F72EC2CB54E885A4A5B401BED9C333E008311ED9C4DE01BF546B44A21', + name: 'dTIA', + display: 'dTIA', + symbol: 'dTIA', + traces: [ + { + type: 'liquid-stake', counterparty: { chain_name: 'celestia', - base_denom: 'utia', - channel_id: 'channel-1' + base_denom: 'utia' + }, + provider: 'Drop Protocol' + }, + { + type: 'ibc', + counterparty: { + chain_name: 'neutron', + base_denom: 'factory/neutron1ut4c6pv4u6vyu97yw48y8g7mle0cat54848v6m97k977022lzxtsaqsgmq/udtia', + channel_id: 'channel-10' }, chain: { - channel_id: 'channel-1', - path: 'transfer/channel-1/utia' + channel_id: 'channel-874', + path: 'transfer/channel-874/factory/neutron1ut4c6pv4u6vyu97yw48y8g7mle0cat54848v6m97k977022lzxtsaqsgmq/udtia' } - }], + }, + { + type: 'ibc', + counterparty: { + chain_name: 'osmosis', + base_denom: 'ibc/C7A810C6ED1FC3FFC7C834A534D400EADC94FF7D3BE13DDD4C042AEF1816DFB4', + channel_id: 'channel-89298' + }, + chain: { + channel_id: 'channel-0', + path: 'transfer/channel-0/transfer/channel-874/factory/neutron1ut4c6pv4u6vyu97yw48y8g7mle0cat54848v6m97k977022lzxtsaqsgmq/udtia' + } + } + ], 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' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg' }, images: [{ image_sync: { - chain_name: 'celestia', - base_denom: 'utia' + chain_name: 'neutron', + base_denom: 'factory/neutron1ut4c6pv4u6vyu97yw48y8g7mle0cat54848v6m97k977022lzxtsaqsgmq/udtia' }, - 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' - } + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg' }] } ] diff --git a/v1/packages/chain-registry/src/mainnet/milkyway/chain.ts b/v1/packages/chain-registry/src/mainnet/milkyway/chain.ts index 225f956e8..7a555a57d 100644 --- a/v1/packages/chain-registry/src/mainnet/milkyway/chain.ts +++ b/v1/packages/chain-registry/src/mainnet/milkyway/chain.ts @@ -42,6 +42,13 @@ const info: Chain = { low_gas_price: 0.0025, average_gas_price: 0.003, high_gas_price: 0.0035 + }, + { + denom: 'ibc/4795C86F72EC2CB54E885A4A5B401BED9C333E008311ED9C4DE01BF546B44A21', + fixed_min_gas_price: 0.002, + low_gas_price: 0.0025, + average_gas_price: 0.003, + high_gas_price: 0.0035 } ] }, diff --git a/v1/packages/chain-registry/src/mainnet/osmosis/assets.ts b/v1/packages/chain-registry/src/mainnet/osmosis/assets.ts index 267faf1a2..dc3f4120d 100644 --- a/v1/packages/chain-registry/src/mainnet/osmosis/assets.ts +++ b/v1/packages/chain-registry/src/mainnet/osmosis/assets.ts @@ -21317,7 +21317,7 @@ const info: AssetList = { { description: 'The native staking and governance token of AtomOne', denom_units: [{ - denom: 'ibc/715283E4A955EB803AB1DD30B488587A4D63BF0B51BADA537053DEE479BA10D6', + denom: 'ibc/BC26A7A805ECD6822719472BCB7842A48EF09DF206182F8F259B2593EB5D23FB', exponent: 0, aliases: ['uatone'] }, { @@ -21325,7 +21325,7 @@ const info: AssetList = { exponent: 6 }], type_asset: 'ics20', - base: 'ibc/715283E4A955EB803AB1DD30B488587A4D63BF0B51BADA537053DEE479BA10D6', + base: 'ibc/BC26A7A805ECD6822719472BCB7842A48EF09DF206182F8F259B2593EB5D23FB', name: 'AtomOne', display: 'atone', symbol: 'ATONE', @@ -21334,11 +21334,11 @@ const info: AssetList = { counterparty: { chain_name: 'atomone', base_denom: 'uatone', - channel_id: 'channel-0' + channel_id: 'channel-2' }, chain: { - channel_id: 'channel-85309', - path: 'transfer/channel-85309/uatone' + channel_id: 'channel-94814', + path: 'transfer/channel-94814/uatone' } }], logo_URIs: { @@ -22357,6 +22357,51 @@ const info: AssetList = { images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cult.png' }] + }, + { + description: 'Drop staked TIA', + denom_units: [{ + denom: 'ibc/C7A810C6ED1FC3FFC7C834A534D400EADC94FF7D3BE13DDD4C042AEF1816DFB4', + exponent: 0, + aliases: ['factory/neutron1ut4c6pv4u6vyu97yw48y8g7mle0cat54848v6m97k977022lzxtsaqsgmq/udtia'] + }, { + denom: 'dTIA', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/C7A810C6ED1FC3FFC7C834A534D400EADC94FF7D3BE13DDD4C042AEF1816DFB4', + name: 'dTIA', + display: 'dTIA', + symbol: 'dTIA', + traces: [{ + type: 'liquid-stake', + counterparty: { + chain_name: 'celestia', + base_denom: 'utia' + }, + provider: 'Drop Protocol' + }, { + type: 'ibc', + counterparty: { + chain_name: 'neutron', + base_denom: 'factory/neutron1ut4c6pv4u6vyu97yw48y8g7mle0cat54848v6m97k977022lzxtsaqsgmq/udtia', + channel_id: 'channel-10' + }, + chain: { + channel_id: 'channel-874', + path: 'transfer/channel-874/factory/neutron1ut4c6pv4u6vyu97yw48y8g7mle0cat54848v6m97k977022lzxtsaqsgmq/udtia' + } + }], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg' + }, + images: [{ + image_sync: { + chain_name: 'neutron', + base_denom: 'factory/neutron1ut4c6pv4u6vyu97yw48y8g7mle0cat54848v6m97k977022lzxtsaqsgmq/udtia' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg' + }] } ] }; diff --git a/v1/packages/chain-registry/src/mainnet/stargaze/assets.ts b/v1/packages/chain-registry/src/mainnet/stargaze/assets.ts index 0c086b033..a7138342a 100644 --- a/v1/packages/chain-registry/src/mainnet/stargaze/assets.ts +++ b/v1/packages/chain-registry/src/mainnet/stargaze/assets.ts @@ -698,6 +698,70 @@ const info: AssetList = { base_denom: 'factory/osmo1qdvwftqd8ml6t9w6dmj97m03ck5ghqqmd8y7cm/cult' } }] + }, + { + description: 'The native token of MANTRA', + denom_units: [{ + denom: 'ibc/3BD86E80E000B52DA57C474A6A44E37F73D34E38A1FA79EE678E08D119FC555B', + exponent: 0, + aliases: ['uom'] + }, { + denom: 'om', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/3BD86E80E000B52DA57C474A6A44E37F73D34E38A1FA79EE678E08D119FC555B', + name: 'MANTRA', + display: 'om', + symbol: 'OM', + traces: [{ + type: 'ibc', + counterparty: { + chain_name: 'mantrachain', + base_denom: 'uom', + channel_id: 'channel-4' + }, + chain: { + channel_id: 'channel-406', + path: 'transfer/channel-406/uom' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg' + }, + images: [ + { + image_sync: { + chain_name: 'mantrachain', + base_denom: 'uom' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg', + theme: { + circle: true, + primary_color_hex: '#fba0c1' + } + }, + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg', + theme: { + dark_mode: true, + circle: true, + primary_color_hex: '#342c2c' + } + }, + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg', + theme: { + dark_mode: false, + circle: true, + primary_color_hex: '#342c2c' + } + } + ] } ] }; diff --git a/v1/packages/chain-registry/src/mainnet/stargaze/ibc.ts b/v1/packages/chain-registry/src/mainnet/stargaze/ibc.ts index e4bcdb4ae..0480df2d8 100644 --- a/v1/packages/chain-registry/src/mainnet/stargaze/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/stargaze/ibc.ts @@ -410,6 +410,35 @@ const info: IBCInfo[] = [ } }] }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'mantrachain', + client_id: '07-tendermint-4', + connection_id: 'connection-4' + }, + chain_2: { + chain_name: 'stargaze', + client_id: '07-tendermint-372', + connection_id: 'connection-332' + }, + channels: [{ + chain_1: { + channel_id: 'channel-4', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-406', + 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/terra2/assets.ts b/v1/packages/chain-registry/src/mainnet/terra2/assets.ts index 148fcdb87..64e6ddce5 100644 --- a/v1/packages/chain-registry/src/mainnet/terra2/assets.ts +++ b/v1/packages/chain-registry/src/mainnet/terra2/assets.ts @@ -1484,6 +1484,36 @@ const info: AssetList = { }, provider: 'ERIS Protocol' }] + }, + { + type_asset: 'sdk.coin', + description: 'Eris Protocol ampWHALE/WHALE ampLP', + denom_units: [{ + denom: 'factory/terra1zly98gvcec54m3caxlqexce7rus6rzgplz7eketsdz7nh750h2rqvu8uzx/21/single/amplp', + exponent: 0 + }, { + denom: 'amplp', + exponent: 6 + }], + base: 'factory/terra1zly98gvcec54m3caxlqexce7rus6rzgplz7eketsdz7nh750h2rqvu8uzx/21/single/amplp', + name: 'Eris Protocol ampWHALE/WHALE ampLP', + display: 'amplp', + symbol: 'ampWHALE-ampLP' + }, + { + type_asset: 'sdk.coin', + description: 'Eris Protocol bWHALE/WHALE ampLP', + denom_units: [{ + denom: 'factory/terra1zly98gvcec54m3caxlqexce7rus6rzgplz7eketsdz7nh750h2rqvu8uzx/30/single/amplp', + exponent: 0 + }, { + denom: 'amplp', + exponent: 6 + }], + base: 'factory/terra1zly98gvcec54m3caxlqexce7rus6rzgplz7eketsdz7nh750h2rqvu8uzx/30/single/amplp', + name: 'Eris Protocol bWHALE/WHALE ampLP', + display: 'amplp', + symbol: 'bWHALE-ampLP' } ] }; diff --git a/v1/packages/chain-registry/src/noncosmos/dogecoin/assets.ts b/v1/packages/chain-registry/src/noncosmos/dogecoin/assets.ts index 9d3d2c398..ae9f6965c 100644 --- a/v1/packages/chain-registry/src/noncosmos/dogecoin/assets.ts +++ b/v1/packages/chain-registry/src/noncosmos/dogecoin/assets.ts @@ -19,6 +19,7 @@ const info: AssetList = { symbol: 'DOGE', coingecko_id: 'dogecoin', images: [{ + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.svg', png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.png', theme: { primary_color_hex: '#bda148' diff --git a/v1/packages/chain-registry/src/noncosmos/internetcomputer/assets.ts b/v1/packages/chain-registry/src/noncosmos/internetcomputer/assets.ts index 280dc1d62..99b097d25 100644 --- a/v1/packages/chain-registry/src/noncosmos/internetcomputer/assets.ts +++ b/v1/packages/chain-registry/src/noncosmos/internetcomputer/assets.ts @@ -2,7 +2,8 @@ import { AssetList } from '@chain-registry/types'; const info: AssetList = { $schema: '../../assetlist.schema.json', chain_name: 'internetcomputer', - assets: [{ + assets: [ + { description: 'The native token of Internet Computer', extended_description: 'The Internet Computer blockchain incorporates a radical rethink of blockchain design, powered by innovations in cryptography. It provides the first “World Computer” blockchain that can be used to build almost any Web 2.0 online system or service, and web3 services, including web3 social media services, without any need for centralized traditional IT such as cloud computing services. It also enables smart contracts it hosts to directly create transactions on other blockchains, which in turn enables the full end-to-end decentralization of online services and web3 for the first time.', denom_units: [{ @@ -31,7 +32,8 @@ const info: AssetList = { website: 'https://internetcomputer.org/', twitter: 'https://x.com/dfinity' } - }, { + }, + { description: 'A multi-chain bitcoin twin, trustlessly created by chain-key cryptography and Internet Computer smart contracts that directly hold raw bitcoin.', extended_description: 'Chain-key Bitcoin (ckBTC) is an ICRC-2-compliant token that is backed 1:1 by BTC held 100% on the mainnet. ckBTC does not rely on a centralized bridge to facilitate the conversion between BTC and ckBTC, which makes it substantially more secure when compared to other traditional \'wrapped\' tokens.', denom_units: [{ @@ -69,6 +71,47 @@ const info: AssetList = { website: 'https://internetcomputer.org/ckbtc', twitter: 'https://x.com/dfinity' } - }] + }, + { + description: 'A multi-chain dogecoin twin, trustlessly created by chain-key cryptography and Internet Computer smart contracts that directly hold raw dogecoin.', + extended_description: 'Chain-key Dogecoin (ckDOGE) is a bridge token that is backed 1:1 by DOGE held 100% on the ICP mainnet. ckDOGEdoes not rely on a centralized bridge to facilitate the conversion between DOGE and ckDOGE, which makes it substantially more secure when compared to other traditional \'wrapped\' tokens.', + denom_units: [{ + denom: 'factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/dogecoin-native-DOGE', + exponent: 0, + aliases: ['shibe'] + }, { + denom: 'ckDOGE', + exponent: 8 + }], + type_asset: 'unknown', + base: 'factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/dogecoin-native-DOGE', + name: 'Chain-key Dogecoin', + display: 'ckDOGE', + symbol: 'ckDOGE', + traces: [{ + type: 'bridge', + counterparty: { + chain_name: 'dogecoin', + base_denom: 'shibe' + }, + provider: 'Omnity Network' + }], + images: [{ + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckDOGE.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckDOGE.png' + }, { + image_sync: { + chain_name: 'dogecoin', + base_denom: 'shibe' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.png' + }], + socials: { + website: 'https://internetcomputer.org', + twitter: 'https://x.com/dfinity' + } + } + ] }; export default info; \ No newline at end of file diff --git a/v1/packages/chain-registry/src/testnet/airchainstestnet/chain.ts b/v1/packages/chain-registry/src/testnet/airchainstestnet/chain.ts index 5259f4c66..a5eae8d07 100644 --- a/v1/packages/chain-registry/src/testnet/airchainstestnet/chain.ts +++ b/v1/packages/chain-registry/src/testnet/airchainstestnet/chain.ts @@ -162,6 +162,10 @@ const info: Chain = { { address: 'https://rest1.airchains.t.cosmostaking.com/', provider: 'Cosmostaking' + }, + { + address: 'https://airchains-testnet-rest.cosmonautstakes.com/', + provider: 'Cosmonaut Stakes' } ], grpc: [ @@ -184,6 +188,10 @@ const info: Chain = { { address: 'http://grpc1.airchains.t.cosmostaking.com/', provider: 'Cosmostaking' + }, + { + address: 'airchains-testnet-grpc.cosmonautstakes.com:14190', + provider: 'Cosmonaut Stakes' } ] }, diff --git a/v1/packages/chain-registry/src/testnet/manifesttestnet/assets.ts b/v1/packages/chain-registry/src/testnet/manifesttestnet/assets.ts index 192bcbda2..74775ce2b 100644 --- a/v1/packages/chain-registry/src/testnet/manifesttestnet/assets.ts +++ b/v1/packages/chain-registry/src/testnet/manifesttestnet/assets.ts @@ -2,7 +2,8 @@ import { AssetList } from '@chain-registry/types'; const info: AssetList = { $schema: '../../assetlist.schema.json', chain_name: 'manifesttestnet', - assets: [{ + assets: [ + { description: 'Manifest testnet native token', denom_units: [{ denom: 'umfx', @@ -24,7 +25,8 @@ const info: AssetList = { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.svg' }], type_asset: 'sdk.coin' - }, { + }, + { description: 'Proof of Authority token for the Manifest testnet', denom_units: [{ denom: 'upoa', @@ -46,6 +48,46 @@ const info: AssetList = { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.svg' }], type_asset: 'sdk.coin' - }] + }, + { + description: 'Osmosis token on Manifest Ledger Testnet', + denom_units: [{ + denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518', + exponent: 0 + }, { + denom: 'osmo', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518', + name: 'Osmosis', + display: 'osmo', + symbol: 'OSMO', + traces: [{ + type: 'ibc', + counterparty: { + chain_name: 'osmosistestnet', + base_denom: 'uosmo', + channel_id: 'channel-10016' + }, + chain: { + channel_id: 'channel-0', + path: 'transfer/channel-0/uosmo' + } + }], + images: [{ + image_sync: { + chain_name: 'osmosistestnet', + base_denom: 'uosmo' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png' + }], + 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' + } + } + ] }; export default info; \ No newline at end of file diff --git a/v1/packages/chain-registry/src/testnet/neutrontestnet/ibc.ts b/v1/packages/chain-registry/src/testnet/neutrontestnet/ibc.ts index 1a1bfaa53..a73b343e1 100644 --- a/v1/packages/chain-registry/src/testnet/neutrontestnet/ibc.ts +++ b/v1/packages/chain-registry/src/testnet/neutrontestnet/ibc.ts @@ -44,6 +44,34 @@ const info: IBCInfo[] = [ } }] }, + { + $schema: '../../ibc_data.schema.json', + chain_1: { + chain_name: 'neutrontestnet', + client_id: '07-tendermint-338', + connection_id: 'connection-237' + }, + chain_2: { + chain_name: 'nolustestnet', + client_id: '07-tendermint-1', + connection_id: 'connection-1' + }, + channels: [{ + chain_1: { + channel_id: 'channel-1061', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-1', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live' + } + }] + }, { $schema: '../../ibc_data.schema.json', chain_1: { @@ -52,7 +80,7 @@ const info: IBCInfo[] = [ connection_id: 'connection-130' }, chain_2: { - chain_name: 'nolustestnet', + chain_name: 'nolustestnet1', client_id: '07-tendermint-2', connection_id: 'connection-1' }, diff --git a/v1/packages/chain-registry/src/testnet/nibirutestnet/assets.ts b/v1/packages/chain-registry/src/testnet/nibirutestnet/assets.ts index 9b4bfd9f7..e66794039 100644 --- a/v1/packages/chain-registry/src/testnet/nibirutestnet/assets.ts +++ b/v1/packages/chain-registry/src/testnet/nibirutestnet/assets.ts @@ -39,6 +39,44 @@ const info: AssetList = { } }], type_asset: 'sdk.coin' + }, { + description: 'Liquid Staked Nibiru (Eris)', + extended_description: 'Liquid Staked Nibiru, powered by Eris Protocol\'s amplifier contracts. Nibiru is a smart contract ecosystem with a high-performance, EVM-equivalent execution layer. Nibiru is engineered to meet the growing demand for versatile, scalable, and easy-to-use Web3 applications.', + socials: { + website: 'https://nibiru.fi/docs/learn/liquid-stake/', + twitter: 'https://x.com/eris_protocol' + }, + denom_units: [{ + denom: 'tf/nibi1xsvylys33m0y3dpyz6he3xuv2rcdwtk843wg2xdvqhdty8wmr0wq9au5px/ampNIBIT', + exponent: 0 + }, { + denom: 'stNIBI', + exponent: 6 + }], + base: 'tf/nibi1xsvylys33m0y3dpyz6he3xuv2rcdwtk843wg2xdvqhdty8wmr0wq9au5px/ampNIBIT', + name: 'Liquid Staked Nibiru (Eris)', + display: 'stNIBI', + symbol: 'stNIBI', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/stnibi-logo-circle-500x500.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/stnibi-logo-circle-500x500.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/stnibi-logo-circle-500x500.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/stnibi-logo-circle-500x500.svg', + theme: { + primary_color_hex: '#14c0ce' + } + }], + traces: [{ + type: 'liquid-stake', + counterparty: { + chain_name: 'nibiru', + base_denom: 'unibi' + }, + provider: 'Eris Protocol' + }], + type_asset: 'sdk.coin' }] }; export default info; \ No newline at end of file diff --git a/v1/packages/chain-registry/src/testnet/nolustestnet/chain.ts b/v1/packages/chain-registry/src/testnet/nolustestnet/chain.ts index fc834ae87..e17a0a972 100644 --- a/v1/packages/chain-registry/src/testnet/nolustestnet/chain.ts +++ b/v1/packages/chain-registry/src/testnet/nolustestnet/chain.ts @@ -7,7 +7,7 @@ const info: Chain = { network_type: 'testnet', pretty_name: 'Nolus Testnet', chain_type: 'cosmos', - chain_id: 'rila-1', + chain_id: 'rila-3', bech32_prefix: 'nolus', daemon_name: 'nolusd', node_home: '$HOME/.nolusd', @@ -38,23 +38,23 @@ const info: Chain = { }, apis: { rpc: [{ - address: 'https://rila-cl.nolus.network:26657', + address: 'https://rila-rpc.nolus.network', provider: 'NolusProtocol' }], rest: [{ - address: 'https://rila-cl.nolus.network:1317', + address: 'https://rila-lcd.nolus.network', provider: 'NolusProtocol' }], grpc: [{ - address: 'https://rila-cl.nolus.network:9090', + address: 'https://rila-grpc.nolus.network', provider: 'NolusProtocol' }] }, explorers: [{ kind: 'Nolus Explorer', - url: 'https://explorer-rila.nolus.io/rila-1/', - tx_page: 'https://explorer-rila.nolus.io/rila-1/tx/${txHash}', - account_page: 'https://explorer-rila.nolus.io/rila-1/account/${accountAddress}' + url: 'https://testnet.ping.pub/nolus/', + tx_page: 'https://testnet.ping.pub/nolus/tx/${txHash}', + account_page: 'https://testnet.ping.pub/nolus/account/${accountAddress}' }], keywords: ['testnet'], images: [{ diff --git a/v1/packages/chain-registry/src/testnet/nolustestnet/ibc.ts b/v1/packages/chain-registry/src/testnet/nolustestnet/ibc.ts index 1074083c2..957b5cfa4 100644 --- a/v1/packages/chain-registry/src/testnet/nolustestnet/ibc.ts +++ b/v1/packages/chain-registry/src/testnet/nolustestnet/ibc.ts @@ -3,21 +3,21 @@ const info: IBCInfo[] = [{ $schema: '../../ibc_data.schema.json', chain_1: { chain_name: 'neutrontestnet', - client_id: '07-tendermint-143', - connection_id: 'connection-130' + client_id: '07-tendermint-338', + connection_id: 'connection-237' }, chain_2: { chain_name: 'nolustestnet', - client_id: '07-tendermint-2', + client_id: '07-tendermint-1', connection_id: 'connection-1' }, channels: [{ chain_1: { - channel_id: 'channel-208', + channel_id: 'channel-1061', port_id: 'transfer' }, chain_2: { - channel_id: 'channel-1990', + channel_id: 'channel-1', port_id: 'transfer' }, ordering: 'unordered', @@ -35,8 +35,8 @@ const info: IBCInfo[] = [{ }, chain_2: { chain_name: 'osmosistestnet', - client_id: '07-tendermint-102', - connection_id: 'connection-120' + client_id: '07-tendermint-3711', + connection_id: 'connection-3235' }, channels: [{ chain_1: { @@ -44,7 +44,7 @@ const info: IBCInfo[] = [{ port_id: 'transfer' }, chain_2: { - channel_id: 'channel-110', + channel_id: 'channel-8272', port_id: 'transfer' }, ordering: 'unordered', diff --git a/v1/packages/chain-registry/src/testnet/osmosistestnet/assets.ts b/v1/packages/chain-registry/src/testnet/osmosistestnet/assets.ts index e1028fbcd..b04384d83 100644 --- a/v1/packages/chain-registry/src/testnet/osmosistestnet/assets.ts +++ b/v1/packages/chain-registry/src/testnet/osmosistestnet/assets.ts @@ -800,6 +800,46 @@ const info: AssetList = { images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titantestnet/images/tkx.png' }] + }, + { + description: 'Manifest Testnet Token', + denom_units: [{ + denom: 'ibc/8402769A51AEE1CDF35223998D284E937EBF03F4A2CE43EC10BB028BB5AD29C8', + exponent: 0, + aliases: ['umfx'] + }, { + denom: 'mfx', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/8402769A51AEE1CDF35223998D284E937EBF03F4A2CE43EC10BB028BB5AD29C8', + name: 'Manifest Testnet', + display: 'mfx', + symbol: 'MFX', + traces: [{ + type: 'ibc', + counterparty: { + chain_name: 'manifesttestnet', + base_denom: 'umfx', + channel_id: 'channel-0' + }, + chain: { + channel_id: 'channel-10016', + path: 'transfer/channel-10016/umfx' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/mfx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/mfx.svg' + }, + images: [{ + image_sync: { + chain_name: 'manifesttestnet', + base_denom: 'umfx' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/mfx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/mfx.svg' + }] } ] }; diff --git a/v1/packages/chain-registry/src/testnet/osmosistestnet/ibc.ts b/v1/packages/chain-registry/src/testnet/osmosistestnet/ibc.ts index 4e436b057..b6a7111d5 100644 --- a/v1/packages/chain-registry/src/testnet/osmosistestnet/ibc.ts +++ b/v1/packages/chain-registry/src/testnet/osmosistestnet/ibc.ts @@ -717,6 +717,36 @@ const info: IBCInfo[] = [ client_id: '07-tendermint-0', connection_id: 'connection-0' }, + chain_2: { + chain_name: 'osmosistestnet', + client_id: '07-tendermint-3711', + connection_id: 'connection-3235' + }, + channels: [{ + chain_1: { + channel_id: 'channel-0', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-8272', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true, + dex: 'osmosis' + } + }] + }, + { + $schema: '../../ibc_data.schema.json', + chain_1: { + chain_name: 'nolustestnet1', + client_id: '07-tendermint-0', + connection_id: 'connection-0' + }, chain_2: { chain_name: 'osmosistestnet', client_id: '07-tendermint-102', diff --git a/v1/packages/osmosis/src/assets.ts b/v1/packages/osmosis/src/assets.ts index e760b6a50..9fc037364 100644 --- a/v1/packages/osmosis/src/assets.ts +++ b/v1/packages/osmosis/src/assets.ts @@ -21315,7 +21315,7 @@ const assets: AssetList = { { description: 'The native staking and governance token of AtomOne', denom_units: [{ - denom: 'ibc/715283E4A955EB803AB1DD30B488587A4D63BF0B51BADA537053DEE479BA10D6', + denom: 'ibc/BC26A7A805ECD6822719472BCB7842A48EF09DF206182F8F259B2593EB5D23FB', exponent: 0, aliases: ['uatone'] }, { @@ -21323,7 +21323,7 @@ const assets: AssetList = { exponent: 6 }], type_asset: 'ics20', - base: 'ibc/715283E4A955EB803AB1DD30B488587A4D63BF0B51BADA537053DEE479BA10D6', + base: 'ibc/BC26A7A805ECD6822719472BCB7842A48EF09DF206182F8F259B2593EB5D23FB', name: 'AtomOne', display: 'atone', symbol: 'ATONE', @@ -21332,11 +21332,11 @@ const assets: AssetList = { counterparty: { chain_name: 'atomone', base_denom: 'uatone', - channel_id: 'channel-0' + channel_id: 'channel-2' }, chain: { - channel_id: 'channel-85309', - path: 'transfer/channel-85309/uatone' + channel_id: 'channel-94814', + path: 'transfer/channel-94814/uatone' } }], logo_URIs: { @@ -22355,6 +22355,51 @@ const assets: AssetList = { images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cult.png' }] + }, + { + description: 'Drop staked TIA', + denom_units: [{ + denom: 'ibc/C7A810C6ED1FC3FFC7C834A534D400EADC94FF7D3BE13DDD4C042AEF1816DFB4', + exponent: 0, + aliases: ['factory/neutron1ut4c6pv4u6vyu97yw48y8g7mle0cat54848v6m97k977022lzxtsaqsgmq/udtia'] + }, { + denom: 'dTIA', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/C7A810C6ED1FC3FFC7C834A534D400EADC94FF7D3BE13DDD4C042AEF1816DFB4', + name: 'dTIA', + display: 'dTIA', + symbol: 'dTIA', + traces: [{ + type: 'liquid-stake', + counterparty: { + chain_name: 'celestia', + base_denom: 'utia' + }, + provider: 'Drop Protocol' + }, { + type: 'ibc', + counterparty: { + chain_name: 'neutron', + base_denom: 'factory/neutron1ut4c6pv4u6vyu97yw48y8g7mle0cat54848v6m97k977022lzxtsaqsgmq/udtia', + channel_id: 'channel-10' + }, + chain: { + channel_id: 'channel-874', + path: 'transfer/channel-874/factory/neutron1ut4c6pv4u6vyu97yw48y8g7mle0cat54848v6m97k977022lzxtsaqsgmq/udtia' + } + }], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg' + }, + images: [{ + image_sync: { + chain_name: 'neutron', + base_denom: 'factory/neutron1ut4c6pv4u6vyu97yw48y8g7mle0cat54848v6m97k977022lzxtsaqsgmq/udtia' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg' + }] } ] }; diff --git a/v1/packages/osmosis/src/testnet_assets.ts b/v1/packages/osmosis/src/testnet_assets.ts index 13529a74f..04d57fb08 100644 --- a/v1/packages/osmosis/src/testnet_assets.ts +++ b/v1/packages/osmosis/src/testnet_assets.ts @@ -800,6 +800,46 @@ const testnet_assets: AssetList = { images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titantestnet/images/tkx.png' }] + }, + { + description: 'Manifest Testnet Token', + denom_units: [{ + denom: 'ibc/8402769A51AEE1CDF35223998D284E937EBF03F4A2CE43EC10BB028BB5AD29C8', + exponent: 0, + aliases: ['umfx'] + }, { + denom: 'mfx', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/8402769A51AEE1CDF35223998D284E937EBF03F4A2CE43EC10BB028BB5AD29C8', + name: 'Manifest Testnet', + display: 'mfx', + symbol: 'MFX', + traces: [{ + type: 'ibc', + counterparty: { + chain_name: 'manifesttestnet', + base_denom: 'umfx', + channel_id: 'channel-0' + }, + chain: { + channel_id: 'channel-10016', + path: 'transfer/channel-10016/umfx' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/mfx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/mfx.svg' + }, + images: [{ + image_sync: { + chain_name: 'manifesttestnet', + base_denom: 'umfx' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/mfx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/mfx.svg' + }] } ] };