@chain-registry/v2
Version:
96 lines (95 loc) • 3.96 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'acrechain',
assets: [
{
description: 'The native EVM, governance and staking token of the Acrechain',
denomUnits: [{
denom: 'aacre',
exponent: 0
}, {
denom: 'acre',
exponent: 18
}],
base: 'aacre',
name: 'Acre',
display: 'acre',
symbol: 'ACRE',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg',
theme: {
primaryColorHex: '#4aa29e'
}
}],
socials: {
website: 'https://arable.finance/',
twitter: 'https://twitter.com/ArableProtocol'
},
typeAsset: 'sdk.coin'
},
{
description: 'Overcollateralized stable coin for Arable derivatives v1',
denomUnits: [{
denom: 'erc20/0x2Cbea61fdfDFA520Ee99700F104D5b75ADf50B0c',
exponent: 0
}, {
denom: 'arusd',
exponent: 18
}],
base: 'erc20/0x2Cbea61fdfDFA520Ee99700F104D5b75ADf50B0c',
name: 'Arable USD',
display: 'arusd',
symbol: 'arUSD',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg',
theme: {
primaryColorHex: '#77b64f'
}
}],
socials: {
website: 'https://arable.finance/',
twitter: 'https://twitter.com/ArableProtocol'
},
typeAsset: 'sdk.coin'
},
{
description: 'Ciento Exchange Token',
denomUnits: [{
denom: 'erc20/0xAE6D3334989a22A65228732446731438672418F2',
exponent: 0
}, {
denom: 'cnto',
exponent: 18
}],
base: 'erc20/0xAE6D3334989a22A65228732446731438672418F2',
name: 'Ciento Token',
display: 'cnto',
symbol: 'CNTO',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.svg',
theme: {
primaryColorHex: '#ecc53b'
}
}],
typeAsset: 'sdk.coin'
}
]
};
exports.default = info;