Skip to content

Commit ddcf7ce

Browse files
committed
build 🛠 build-20250605-023813
1 parent 5184335 commit ddcf7ce

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

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

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24771,6 +24771,43 @@ const info: AssetList = {
2477124771
primaryColorHex: '#3d3d3d'
2477224772
}
2477324773
}]
24774+
},
24775+
{
24776+
description: 'OPHIR is a Cosmos Treasury DAO',
24777+
extendedDescription: 'The ancient city of gold',
24778+
denomUnits: [{
24779+
denom: 'ibc/3AF2E322D4B54BB97EEE24760ED25B725842A9B62C759402AB8AADD75915FD14',
24780+
exponent: 0,
24781+
aliases: ['factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir']
24782+
}, {
24783+
denom: 'OPHIR',
24784+
exponent: 6
24785+
}],
24786+
typeAsset: 'ics20',
24787+
base: 'ibc/3AF2E322D4B54BB97EEE24760ED25B725842A9B62C759402AB8AADD75915FD14',
24788+
name: 'Ophir DAO',
24789+
display: 'OPHIR',
24790+
symbol: 'OPHIR',
24791+
traces: [{
24792+
type: 'ibc',
24793+
counterparty: {
24794+
chainName: 'migaloo',
24795+
baseDenom: 'factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir',
24796+
channelId: 'channel-5'
24797+
},
24798+
chain: {
24799+
channelId: 'channel-642',
24800+
path: 'transfer/channel-642/factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir'
24801+
}
24802+
}],
24803+
logoURIs: {
24804+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ophir.png'
24805+
},
24806+
socials: {
24807+
website: 'https://www.ophirdao.com',
24808+
twitter: 'https://x.com/OphirDAO'
24809+
},
24810+
keywords: ['dao']
2477424811
}
2477524812
]
2477624813
};

0 commit comments

Comments
 (0)