UNPKG

chain-registry

Version:
37 lines (36 loc) 1.8 kB
const info = { $schema: '../assetlist.schema.json', chain_name: 'synternet', assets: [{ description: 'Synternet is a blockchain that powers modular, interoperable data infrastructure across all major chains.', extended_description: 'The Data Layer is a decentralized, permissionless protocol built on Synternet that serves as the customizable execution layer between all blockchains, enabling developers instant access to any cross-chain data. It uses a pub-sub (publish-subscribe) framework where data providers can stream live data to applications and smart contracts', denom_units: [{ denom: 'usynt', exponent: 0 }, { denom: 'SYNT', exponent: 6 }], base: 'usynt', name: 'Synternet', display: 'SYNT', symbol: 'SYNT', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg' }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg', theme: { primary_color_hex: '#272d45' } }], socials: { website: 'https://www.synternet.com/', twitter: 'https://twitter.com/synternet_com' }, type_asset: 'sdk.coin' }] }; export default info;