chain-registry
Version:
39 lines (38 loc) • 1.77 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'movement',
assets: [{
description: 'The native currency of Movement Network',
extended_description: 'Movement Network is an ecosystem of Modular Move-Based Blockchains that enables developers to build secure, performant, and interoperable blockchain applications, bridging the gap between Move and EVM ecosystems. Movement Network is the first Move-EVM L2 for Ethereum, alongside open-source tooling and protocols to facilitate the adoption of the Move programming language across blockchain ecosystems.',
type_asset: 'erc20',
address: '0xa',
denom_units: [{
denom: '0xa',
exponent: 0,
aliases: ['octa']
}, {
denom: 'move',
exponent: 8
}],
base: '0xa',
name: 'Movement',
display: 'move',
symbol: 'MOVE',
coingecko_id: 'movement',
images: [{
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.svg',
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.png',
theme: {
circle: true,
primary_color_hex: '#F1BB15'
}
}],
socials: {
website: 'https://www.movementnetwork.xyz/',
twitter: 'https://twitter.com/movementfdn'
}
}]
};
exports.default = info;