chain-registry
Version:
29 lines (28 loc) • 693 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../chain.schema.json',
chainName: 'unicorn',
status: 'live',
networkType: 'mainnet',
website: 'https://unicorn.meme/',
prettyName: 'Unicorn',
chainType: 'cosmos',
chainId: 'unicorn-420',
bech32Prefix: 'unicorn',
slip44: 118,
fees: {
feeTokens: [{
denom: 'uwunicorn',
lowGasPrice: 0.01,
averageGasPrice: 0.025,
highGasPrice: 0.03
}]
},
staking: {
stakingTokens: [{
denom: 'uwunicorn'
}]
}
};
exports.default = info;