chain-registry
Version:
80 lines (79 loc) • 3.32 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'haqq',
assets: [{
description: 'The native EVM, governance and staking token of the Haqq Network',
denom_units: [{
denom: 'aISLM',
exponent: 0
}, {
denom: 'ISLM',
exponent: 18
}],
base: 'aISLM',
name: 'Islamic Coin',
display: 'ISLM',
symbol: 'ISLM',
coingecko_id: 'islamic-coin',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg'
},
socials: {
website: 'https://islamiccoin.net',
twitter: 'https://x.com/islamic_coin'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg',
theme: {
primary_color_hex: '#04cd80'
}
}],
type_asset: 'sdk.coin'
}, {
description: 'Deenar gold-backed stablecoin',
extended_description: 'Deenar Gold (DEEN) is a 1:1 gold-backed halal stablecoin with the ability to physically deliver gold. 1 DEEN = 1 gram of gold.',
denom_units: [{
denom: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
exponent: 0
}, {
denom: 'DEEN',
exponent: 6
}],
base: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
name: 'Deenar',
display: 'DEEN',
address: '0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
symbol: 'DEEN',
type_asset: 'erc20',
traces: [{
type: 'synthetic',
counterparty: {
chain_name: 'comex',
base_denom: 'XAU'
},
provider: 'Deenar'
}],
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
},
coingecko_id: 'deenar-gold',
socials: {
website: 'https://deenar.com',
twitter: 'https://x.com/DeenarGold'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
theme: {
primary_color_hex: '#ffbc05',
circle: true
}
}]
}]
};
exports.default = info;