chain-registry
Version:
29 lines (28 loc) • 1.03 kB
JavaScript
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'galacticatestnet',
assets: [{
description: 'The native token of Galactica Protocol Testnet',
denom_units: [{
denom: 'agnet',
exponent: 0
}, {
denom: 'gnet',
exponent: 18
}],
base: 'agnet',
name: 'Gnet',
display: 'gnet',
symbol: 'GNET',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/galactica/images/galactica.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/galactica/images/galactica.png'
}, {
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/galactica/images/galactica.svg'
}],
type_asset: 'sdk.coin'
}]
};
export default info;