@chain-registry/v2
Version:
29 lines (28 loc) • 995 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'seidevnet3',
assets: [{
description: 'The native staking and governance token of the Atlantic testnet version of Sei.',
denomUnits: [{
denom: 'usei',
exponent: 0
}, {
denom: 'sei',
exponent: 6
}],
base: 'usei',
name: 'Sei',
display: 'sei',
symbol: 'SEI',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seidevnet3/images/sei.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seidevnet3/images/sei.png'
}],
typeAsset: 'sdk.coin'
}]
};
exports.default = info;