chain-registry
Version:
42 lines (41 loc) • 1.49 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'statemine',
assets: [{
denomUnits: [{
denom: '130',
exponent: 0
}, {
denom: 'usdt',
exponent: 6
}],
typeAsset: 'substrate',
base: '130',
name: 'Statemine',
display: 'usdt',
symbol: 'USDT',
coingeckoId: 'tether',
traces: [{
type: 'additional-mintage',
counterparty: {
chainName: 'ethereum',
baseDenom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
},
provider: 'Tether'
}],
images: [{
imageSync: {
chainName: 'ethereum',
baseDenom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
},
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
theme: {
circle: true
}
}]
}]
};
exports.default = info;