
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@thetalabs/wallet-metadata
Advanced tools
A mapping of TNT20 contract addresses to broadly accepted icons for those tokens.
A mapping of checksummed contract addresses to metadata, like names, and images of their logos.
All address keys follow the EIP 55 address checksum format.
You can install from npm with npm install @thetalabs/wallet-metadata and use it in your code like this:
import tokensByChainId from '@thetalabs/tnt20-contract-metadata';
import ethJSUtil from 'ethereumjs-util'
const { toChecksumAddress } = ethJSUtil
function getTokenMetadata (address) {
const chainId = 'testnet';
return tokensByChainId[chainId][toChecksumAddress(address)];
}
getTokenMetadata ("0x141eE1a64645C29b3D1881B2734d315f9f74A377")
FAQs
A mapping of TNT20 contract addresses to broadly accepted icons for those tokens.
We found that @thetalabs/wallet-metadata demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.