Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@tangle-network/evm-contract-metadata

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tangle-network/evm-contract-metadata

This package contains the EVM contract addresses, bridge contracts, and configs, along with token addresses.

latest
Source
npmnpm
Version
1.3.0
Version published
Maintainers
0
Created
Source

@tangle-network/evm-contract-metadata

This package contains the EVM contract addresses, bridge contracts, and configs, along with token addresses.

Installation

To install this package, run:

yarn add @tangle-network/evm-contract-metadata

Usage

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.

Development

To run this package locally:

  • Clone the repository:
git clone https://github.com/tangle-network/evm-contract-metadata.git
  • Install dependencies:
yarn install
  • Build the package:
yarn build
  • Run tests:
yarn test

Follow Tangle Network

  • Website
  • X (Twitter)
  • Telegram
  • Discord

FAQs

Package last updated on 14 Feb 2025

Did you know?

Socket

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.

Install

Related posts