chain-registry
Version:
96 lines (95 loc) • 3.85 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'archwaytestnet',
assets: [{
description: 'The native token of Archway Test Network.',
denom_units: [
{
denom: 'aconst',
exponent: 0
},
{
denom: 'uconst',
exponent: 12
},
{
denom: 'const',
exponent: 18
}
],
base: 'aconst',
name: 'Archway',
display: 'const',
symbol: 'CONST',
traces: [{
type: 'test-mintage',
counterparty: {
chain_name: 'archway',
base_denom: 'aarch'
},
provider: 'Archway Testnet'
}],
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg'
},
images: [{
image_sync: {
chain_name: 'archway',
base_denom: 'aarch'
},
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg',
theme: {
primary_color_hex: '#fc4c04'
}
}],
socials: {
website: 'https://archway.io/',
twitter: 'https://twitter.com/archwayHQ'
},
type_asset: 'sdk.coin',
coingecko_id: 'archway'
}, {
description: 'Wrapped CONST (Archway Testnet token)',
type_asset: 'cw20',
address: 'archway1dz6h2smr432gvzruklk3lps7ak2ca7cngdge4vym93wehkkypwpqgwr2q2',
denom_units: [{
denom: 'cw20:archway1dz6h2smr432gvzruklk3lps7ak2ca7cngdge4vym93wehkkypwpqgwr2q2',
exponent: 0
}, {
denom: 'wARCH',
exponent: 18
}],
base: 'cw20:archway1dz6h2smr432gvzruklk3lps7ak2ca7cngdge4vym93wehkkypwpqgwr2q2',
name: 'Wrapped ARCH',
display: 'wARCH',
symbol: 'wARCH',
traces: [{
type: 'wrapped',
counterparty: {
chain_name: 'archwaytestnet',
base_denom: 'aconst'
},
provider: 'Archway'
}],
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/wArch.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/wArch.svg'
},
images: [{
image_sync: {
chain_name: 'archway',
base_denom: 'cw20:archway1msc3fa4e2mh73y760qmjd3wfkzr98nl26f36xgt2xnhuw6ay3scs42zeue'
},
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/wArch.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/wArch.svg',
theme: {
primary_color_hex: '#000000'
}
}]
}]
};
exports.default = info;