
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@tangle-network/evm-contract-metadata
Advanced tools
This package contains the EVM contract addresses, bridge contracts, and configs, along with token addresses.
This package contains the EVM contract addresses, bridge contracts, and configs, along with token addresses.
To install this package, run:
yarn add @tangle-network/evm-contract-metadata
You can import the following addresses, types, and configs from this package:
import {
HyperlaneAddresses,
HyperlaneAddressesType,
HyperlaneChains,
HyperlaneChainEnum,
HyperlaneWarpRouteConfig,
HyperlaneWarpRouteWhitelist,
EVMTokens,
EVMTokenEnum,
EVMChainEnum
} from '@tangle-network/evm-contract-metadata';
HyperlaneAddresses
- Hyperlane contract addresses deployed by the Tangle Network. Contains core Hyperlane addresses like mailbox, IGP, router contracts, etc.HyperlaneChains
- List of chains on which the Tangle Network has deployed Hyperlane contracts.HyperlaneWarpRouteConfig
- Warp routes deployed by the Tangle Network used by the Tangle bridge dApp.HyperlaneWarpRouteWhitelist
- List of warp route IDs whitelisted for use by the Tangle bridge dApp.EVMTokens
- Object that maps EVM chains to the object containing different token addresses.To run this package locally:
git clone https://github.com/tangle-network/evm-contract-metadata.git
yarn install
yarn build
yarn test
FAQs
This package contains the EVM contract addresses, bridge contracts, and configs, along with token addresses.
We found that @tangle-network/evm-contract-metadata 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
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.