Skip to content

Commit 68c9e23

Browse files
committed
build 🛠 build-20250606-023801
1 parent 27e44cd commit 68c9e23

File tree

2 files changed

+56
-1
lines changed

2 files changed

+56
-1
lines changed

v2/packages/chain-registry/src/mainnet/cosmoshub/asset-list.ts

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,54 @@ const info: AssetList = {
622622
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.png',
623623
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.svg'
624624
}
625+
},
626+
{
627+
description: 'OPHIR is a Cosmos Treasury DAO',
628+
extendedDescription: 'The ancient city of gold',
629+
denomUnits: [{
630+
denom: 'ibc/B26F762ED6D20D0D5305FE1870A476EBCB95127C10199F3CB16E69D893E9F775',
631+
exponent: 0,
632+
aliases: ['transfer/channel-141/transfer/channel-642/factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir']
633+
}, {
634+
denom: 'OPHIR',
635+
exponent: 6
636+
}],
637+
typeAsset: 'ics20',
638+
base: 'ibc/B26F762ED6D20D0D5305FE1870A476EBCB95127C10199F3CB16E69D893E9F775',
639+
name: 'Ophir DAO',
640+
display: 'OPHIR',
641+
symbol: 'OPHIR',
642+
traces: [{
643+
type: 'ibc',
644+
counterparty: {
645+
chainName: 'migaloo',
646+
baseDenom: 'factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir',
647+
channelId: 'channel-5'
648+
},
649+
chain: {
650+
channelId: 'channel-642',
651+
path: 'transfer/channel-642/factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir'
652+
}
653+
}, {
654+
type: 'ibc',
655+
counterparty: {
656+
chainName: 'osmosis',
657+
baseDenom: 'ibc/3AF2E322D4B54BB97EEE24760ED25B725842A9B62C759402AB8AADD75915FD14',
658+
channelId: 'channel-0'
659+
},
660+
chain: {
661+
channelId: 'channel-141',
662+
path: 'transfer/channel-141/transfer/channel-642/factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir'
663+
}
664+
}],
665+
logoURIs: {
666+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ophir.png'
667+
},
668+
socials: {
669+
website: 'https://www.ophirdao.com',
670+
twitter: 'https://x.com/OphirDAO'
671+
},
672+
keywords: ['dao']
625673
}
626674
]
627675
};

v2/packages/chain-registry/src/mainnet/osmosis/asset-list.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24693,6 +24693,9 @@ const info: AssetList = {
2469324693
logoURIs: {
2469424694
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/STLTH.png'
2469524695
},
24696+
socials: {
24697+
twitter: 'https://x.com/Stealth_stars'
24698+
},
2469624699
images: [{
2469724700
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/STLTH.png'
2469824701
}]
@@ -24717,7 +24720,11 @@ const info: AssetList = {
2471724720
},
2471824721
images: [{
2471924722
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MTC.png'
24720-
}]
24723+
}],
24724+
socials: {
24725+
website: 'https://builder.crmh.xyz/auth',
24726+
twitter: 'https://x.com/crypmatcha'
24727+
}
2472124728
},
2472224729
{
2472324730
description: 'Solana (SOL) native coin bridged via Int3face bridge',

0 commit comments

Comments
 (0)