chain-registry
Version:
115 lines (114 loc) • 4.87 kB
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chainName: 'safrochain',
assets: [
{
description: 'The native staking, governance, and fee token of Safrochain, a mobile-first mobile-money-powered blockchain connecting mobile wallets to on-chain finance and interoperable digital rails.',
denomUnits: [{
denom: 'usaf',
exponent: 0,
aliases: ['microsaf']
}, {
denom: 'saf',
exponent: 6
}],
base: 'usaf',
name: 'Safrochain',
display: 'saf',
symbol: 'SAF',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/safrochain/images/saf.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/safrochain/images/saf.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/safrochain/images/saf.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/safrochain/images/saf.svg'
}],
typeAsset: 'sdk.coin'
},
{
description: 'Circle USDC bridged from Noble over IBC channel-0.',
denomUnits: [{
denom: 'ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5',
exponent: 0,
aliases: ['uusdc']
}, {
denom: 'USDC',
exponent: 6
}],
base: 'ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5',
name: 'USD Coin (Noble)',
display: 'USDC',
symbol: 'USDC',
traces: [{
type: 'ibc',
counterparty: {
chainName: 'noble',
baseDenom: 'uusdc',
channelId: 'channel-581'
},
chain: {
channelId: 'channel-0',
path: 'transfer/channel-0/uusdc'
}
}],
logoURIs: {
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'
},
typeAsset: 'ics20',
images: [{
imageSync: {
chainName: 'noble',
baseDenom: '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
}
}]
},
{
description: 'Osmosis OSMO bridged over IBC channel-1.',
denomUnits: [{
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
exponent: 0,
aliases: ['uosmo']
}, {
denom: 'OSMO',
exponent: 6
}],
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
name: 'Osmosis',
display: 'OSMO',
symbol: 'OSMO',
traces: [{
type: 'ibc',
counterparty: {
chainName: 'osmosis',
baseDenom: 'uosmo',
channelId: 'channel-110497'
},
chain: {
channelId: 'channel-1',
path: 'transfer/channel-1/uosmo'
}
}],
logoURIs: {
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'
},
typeAsset: 'ics20',
images: [{
imageSync: {
chainName: 'osmosis',
baseDenom: 'uosmo'
},
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;