Socket
Book a DemoInstallSign in
Socket

@relay-vaults/abis

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@relay-vaults/abis

latest
npmnpm
Version
1.2.0
Version published
Maintainers
3
Created
Source

Relay Pool ABIs

Contains all ABIs for Relay Pool contracts.

Usage

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

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

How to upgrade

To upgrade with the latest version from smart-contracts folder, use yarn upgrade

Archive a specific contract

To archive a version of the abis, use the following:

# upgrade all abis with latest code
yarn upgrade

# archive the one you want
yarn snapshot src/abis/RelayPool.sol/RelayPool.json

Publish

Track contract updates

To archive a version of the abis, use the following:

yarn snapshot src/abis/RelayPool.sol/RelayPool.json

Publish

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

npm login
npm publish --access public

FAQs

Package last updated on 25 Jun 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