Socket
Book a DemoInstallSign in
Socket

@pooltogether/contract-list-schema

Package Overview
Dependencies
Maintainers
6
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pooltogether/contract-list-schema

[![npm](https://img.shields.io/npm/v/@pooltogether/contract-list-schema)](https://unpkg.com/@pooltogether/contract-list-schema@latest/)

latest
npmnpm
Version
0.1.4
Version published
Weekly downloads
34K
4.03%
Maintainers
6
Weekly downloads
 
Created
Source

contract-list-schema

npm

A package for maintaining contract deployments & ABIs.

Notes

With hardcoded addresses in a schema, when swapping out a contract address there will be a period of time when this package doesn't match live chain data.

Maintaining

When swapping or removing a contract

  • Bump package MAJOR version
  • Add contract ABIs (if necessary)
  • Update relevant contracts in contracts

When deploying a new contract

  • Bump package MINOR version
  • Add contract ABIs (if necessary)
  • Add contracts to contracts (where necessary)

When adding a new tag

  • Bump package MINOR version
  • Add tag to tags
  • Add tag to relevant Contracts in contracts

Local use

In contract-list-schema yalc publish --push

In the repo you want to use contract-list-schema yalc add contract-list-schema

FAQs

Package last updated on 15 Sep 2021

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