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

@relay-protocol/abis

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@relay-protocol/abis

Contains all ABIs for Realy Pool contracts.

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
5.8K
869.01%
Maintainers
3
Weekly downloads
 
Created
Source

Relay Pool ABIs

Contains all ABIs for Realy Pool contracts.

Usage

import { RelayPool } from '@relay-protocol/abis'

// import all the ABIs
import * as RelayProtocolAbis from '@relay-protocol/abis'

How it works

This package is generated directly from the smart-contracts folder at build time.

The yarn build command contains two parts:

# export the ABIs to the `src` folder - with generated `index.ts` file
yarn workspace @relay-protocol/smart-contracts build

# build the abis package
yarn build:ts

Make sure you update the version in package.json and then publish:

npm login
npm publish --access public

FAQs

Package last updated on 19 Mar 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