token-data-shipper
TypeScript icon, indicating that this package has built-in type declarations

1.5.27 • Public • Published

Token data shipper · npm version

Installation

npm install token-data-shipper

Example

import { getTokenData } from 'token-data-shipper'

const tokenData = getTokenData({
  tokenAddress: '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48', // USDC token address.
})

console.log(tokenData)

// {
//   address: '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48',
//   chainId: 1,
//   logoUrl: 'https://raw.githubusercontent.com/neuron-fund/token-data-shipper/master/assets/mainnet-tokens/usdc.svg',
//   name: 'USDC',
// }

Readme

Keywords

none

Package Sidebar

Install

npm i token-data-shipper

Weekly Downloads

2

Version

1.5.27

License

none

Unpacked Size

513 kB

Total Files

75

Last publish

Collaborators

  • aleksandr-kiliushin