
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@ctrl-tech/chains-dogecoin
Advanced tools
```typescript const dogecoinManifest = { name: 'Dogecoin', description: '', rpcURL: 'https://blockstream.info', chainSymbol: 'DOGE', blockExplorerURL: 'https://blockchair.com/dogecoin', chainId: 'dogecoin', chain: 'dogecoin', decimals: 8,
const dogecoinManifest = {
name: 'Dogecoin',
description: '',
rpcURL: 'https://blockstream.info',
chainSymbol: 'DOGE',
blockExplorerURL: 'https://blockchair.com/dogecoin',
chainId: 'dogecoin',
chain: 'dogecoin',
decimals: 8,
feeGasStep: {
high: 1,
medium: 1,
low: 1,
},
};
name
: The name of the blockchain network, in this case, Dogecoin. Uses only for display name to userdescription
: A brief description or additional information about the blockchain network.rpcURL
: The URL of the RPC (Remote Procedure Call) endpoint used to interact with the Dogecoin blockchain network.chainSymbol
: The symbol or ticker representing the Dogecoin blockchain network, which is "DOGE".blockExplorerURL
: The URL of the block explorer for the Dogecoin blockchain network. Block explorers allow users to view details about blocks, transactions, addresses, and other blockchain-related data.chainId
: The unique identifier for the Dogecoin blockchain network, often referred to as the chain ID. In this example, it is "dogecoin".chain
: The name of the blockchain network. If you are using IndexerDataSource, it must be obtained from the registry.decimals
: The number of decimal places used for representing token amounts on the Dogecoin blockchain. In this case, it is set to 8.feeGasStep
: An object specifying the gas steps for different fee levels (high, medium, and low) used for transactions on the Dogecoin blockchain network. In this example, all fee levels are set to 1.FAQs
```typescript const dogecoinManifest = { name: 'Dogecoin', description: '', rpcURL: 'https://blockstream.info', chainSymbol: 'DOGE', blockExplorerURL: 'https://blockchair.com/dogecoin', chainId: 'dogecoin', chain: 'dogecoin', decimals: 8,
The npm package @ctrl-tech/chains-dogecoin receives a total of 0 weekly downloads. As such, @ctrl-tech/chains-dogecoin popularity was classified as not popular.
We found that @ctrl-tech/chains-dogecoin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.