chain-registry
Version:
49 lines (48 loc) • 2.1 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'terpnettestnet',
assets: [{
description: 'Terp Token (TERP) is the Terp Network\'s native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.',
denom_units: [{
denom: 'uterpx',
exponent: 0
}, {
denom: 'terpx',
exponent: 6
}],
base: 'uterpx',
name: 'Terp Testnet Token',
display: 'terpx',
symbol: 'TERPX',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/terp.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/terp.png'
}],
type_asset: 'sdk.coin'
}, {
description: 'Persy Gas Token (Persy) is the Terp Network\'s native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.',
denom_units: [{
denom: 'uthiolx',
exponent: 0
}, {
denom: 'thiolx',
exponent: 6
}],
base: 'uthiolx',
name: 'Thiol Testnet Gas Token',
display: 'thiolx',
symbol: 'THIOLX',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/thiol.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/thiol.png'
}],
type_asset: 'sdk.coin'
}]
};
exports.default = info;