chain-registry
Version:
64 lines (63 loc) • 2.54 kB
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chainName: 'ritbit',
assets: [{
description: 'RIT is the native staking and governance token of RITBIT, the network that powers the Rubin Trade decentralized exchange.',
denomUnits: [{
denom: 'urit',
exponent: 0
}, {
denom: 'rit',
exponent: 18
}],
base: 'urit',
name: 'Rubin',
display: 'rit',
symbol: 'RIT',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ritbit/images/ritbit.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ritbit/images/ritbit.png'
}],
typeAsset: 'sdk.coin'
}, {
description: 'USD Coin (USDC) used as collateral for trading on Rubin.',
denomUnits: [{
denom: 'uusdc',
exponent: 0
}, {
denom: 'usdc',
exponent: 6
}],
base: 'uusdc',
name: 'USD Coin',
display: 'usdc',
symbol: 'USDC',
traces: [{
type: 'bridge',
counterparty: {
chainName: 'ethereum',
baseDenom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
},
provider: 'Rubin'
}],
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'
},
images: [{
imageSync: {
chainName: 'ethereum',
baseDenom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
},
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
}
}],
typeAsset: 'sdk.coin'
}]
};
export default info;