Skip to content

Commit

Permalink
build 🛠 build-20241127-022831
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Nov 27, 2024
1 parent 5dbcb53 commit 8eb8d69
Show file tree
Hide file tree
Showing 20 changed files with 1,330 additions and 381 deletions.
132 changes: 132 additions & 0 deletions v1/packages/assets/src/mainnet/cosmoshub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2065,6 +2065,7 @@ const assets: AssetList = {
base: 'ibc/C57D2C02129637EE06447A85BDF35FD84C0DF75D7493840F152889CD1ACBA90E',
name: 'Dragon',
display: 'DGN',
coingecko_id: 'dragon-coin-2',
symbol: 'DGN',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
Expand Down Expand Up @@ -3560,6 +3561,71 @@ const assets: AssetList = {
}
}]
},
{
description: 'The native token of MANTRA',
denom_units: [{
denom: 'ibc/30DE434D61B6C6F0E3132FE1F2413C76D2EBA63B3E18A211C4CD192A5F5580F1',
exponent: 0,
aliases: ['uom']
}, {
denom: 'om',
exponent: 6
}],
type_asset: 'sdk.coin',
base: 'ibc/30DE434D61B6C6F0E3132FE1F2413C76D2EBA63B3E18A211C4CD192A5F5580F1',
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-3',
base_denom: 'uom',
chain_name: 'mantrachain'
},
chain: {
channel_id: 'channel-1252'
}
}]
},
{
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
denom_units: [{
Expand Down Expand Up @@ -7907,6 +7973,7 @@ const assets: AssetList = {
base: 'ibc/C57D2C02129637EE06447A85BDF35FD84C0DF75D7493840F152889CD1ACBA90E',
name: 'Dragon',
display: 'DGN',
coingecko_id: 'dragon-coin-2',
symbol: 'DGN',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
Expand Down Expand Up @@ -9402,6 +9469,71 @@ const assets: AssetList = {
}
}]
},
{
description: 'The native token of MANTRA',
denom_units: [{
denom: 'ibc/30DE434D61B6C6F0E3132FE1F2413C76D2EBA63B3E18A211C4CD192A5F5580F1',
exponent: 0,
aliases: ['uom']
}, {
denom: 'om',
exponent: 6
}],
type_asset: 'sdk.coin',
base: 'ibc/30DE434D61B6C6F0E3132FE1F2413C76D2EBA63B3E18A211C4CD192A5F5580F1',
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-3',
base_denom: 'uom',
chain_name: 'mantrachain'
},
chain: {
channel_id: 'channel-1252'
}
}]
},
{
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
denom_units: [{
Expand Down
86 changes: 86 additions & 0 deletions v1/packages/assets/src/mainnet/mantrachain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,49 @@ import { AssetList } from '@chain-registry/types';
const assets: AssetList = {
chain_name: 'mantrachain',
assets: [
{
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/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
exponent: 0,
aliases: ['uatom']
}, {
denom: 'atom',
exponent: 6
}],
base: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
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-1252',
base_denom: 'uatom',
chain_name: 'cosmoshub'
},
chain: {
channel_id: 'channel-3'
}
}]
},
{
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
denom_units: [{
Expand Down Expand Up @@ -282,6 +325,49 @@ const assets: AssetList = {
}
}]
},
{
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/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
exponent: 0,
aliases: ['uatom']
}, {
denom: 'atom',
exponent: 6
}],
base: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
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-1252',
base_denom: 'uatom',
chain_name: 'cosmoshub'
},
chain: {
channel_id: 'channel-3'
}
}]
},
{
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
denom_units: [{
Expand Down
2 changes: 2 additions & 0 deletions v1/packages/assets/src/mainnet/neutron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ const assets: AssetList = {
base: 'ibc/2ECB3D2ADFE9F1CA85258C6330FA666120549349BC526D56B098A2A782D75455',
name: 'Dragon',
display: 'DGN',
coingecko_id: 'dragon-coin-2',
symbol: 'DGN',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
Expand Down Expand Up @@ -1220,6 +1221,7 @@ const assets: AssetList = {
base: 'ibc/2ECB3D2ADFE9F1CA85258C6330FA666120549349BC526D56B098A2A782D75455',
name: 'Dragon',
display: 'DGN',
coingecko_id: 'dragon-coin-2',
symbol: 'DGN',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
Expand Down
2 changes: 2 additions & 0 deletions v1/packages/assets/src/mainnet/osmosis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2013,6 +2013,7 @@ const assets: AssetList = {
base: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
name: 'Dragon',
display: 'DGN',
coingecko_id: 'dragon-coin-2',
symbol: 'DGN',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
Expand Down Expand Up @@ -7559,6 +7560,7 @@ const assets: AssetList = {
base: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
name: 'Dragon',
display: 'DGN',
coingecko_id: 'dragon-coin-2',
symbol: 'DGN',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
Expand Down
2 changes: 2 additions & 0 deletions v1/packages/assets/src/mainnet/stride.ts
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,7 @@ const assets: AssetList = {
base: 'ibc/A2DE32404B33102ECD88D3D988A2716CDFEE46ACACCD1454B959BE7654139C41',
name: 'Dragon',
display: 'DGN',
coingecko_id: 'dragon-coin-2',
symbol: 'DGN',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
Expand Down Expand Up @@ -5463,6 +5464,7 @@ const assets: AssetList = {
base: 'ibc/A2DE32404B33102ECD88D3D988A2716CDFEE46ACACCD1454B959BE7654139C41',
name: 'Dragon',
display: 'DGN',
coingecko_id: 'dragon-coin-2',
symbol: 'DGN',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
Expand Down
40 changes: 40 additions & 0 deletions v1/packages/chain-registry/src/mainnet/beezee/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,46 @@ const info: AssetList = {
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'
}
},
{
description: 'The Spice memecoin',
denom_units: [{
denom: 'ibc/08EAEAB525E59C611D5BD8FAC4BE65DF65A69E62874377F6889BBD01A33F385F',
exponent: 0
}, {
denom: 'Spice',
exponent: 6
}],
type_asset: 'ics20',
base: 'ibc/08EAEAB525E59C611D5BD8FAC4BE65DF65A69E62874377F6889BBD01A33F385F',
name: 'Spice',
display: 'Spice',
symbol: 'SPICE',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/spice.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/spice.png',
theme: {
primary_color_hex: '#e5ba44'
}
}],
keywords: ['meme'],
socials: {
twitter: 'https://x.com/spiceoncosmos'
},
traces: [{
type: 'ibc',
counterparty: {
chain_name: 'osmosis',
base_denom: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice',
channel_id: 'channel-340'
},
chain: {
channel_id: 'channel-0',
path: 'transfer/channel-0/factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice'
}
}]
}
]
};
Expand Down
29 changes: 29 additions & 0 deletions v1/packages/chain-registry/src/mainnet/cosmoshub/ibc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1013,6 +1013,35 @@ const info: IBCInfo[] = [
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'cosmoshub',
client_id: '07-tendermint-1331',
connection_id: 'connection-1062'
},
chain_2: {
chain_name: 'mantrachain',
client_id: '07-tendermint-3',
connection_id: 'connection-3'
},
channels: [{
chain_1: {
channel_id: 'channel-1252',
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: {
Expand Down
Loading

0 comments on commit 8eb8d69

Please sign in to comment.