Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@elementfi/elf-council-tokenlist

Package Overview
Dependencies
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@elementfi/elf-council-tokenlist

A uniswap specced tokenlist for elf council contracts

unpublished
latest
npmnpm
Version
1.0.2
Version published
Maintainers
2
Created
Source

elf-council-tokenlist

The Council Tokenlist for Element

Install

To install this repo as a dependency on another repo, you'll need to follow these steps in that repo.

  • Run
npm install git+https://github.com/element-fi/elf-council-tokenlist.git
  • Since this repo is not an npm package yet, add this script to package.json to stay up-to-date with the latest version.
  "scripts": {
    "update-elf-council-tokenlist": "npm install git+https://github.com/element-fi/elf-council-tokenlist.git"
  },

Setup

To setup this repo you need to run the following:

npm ci

You'll also need to add api keys listed in elf.default.env to your local elf.env file.

Deploying a new term

When a new term is deployed in the elf-deploy repo, run this command to regenerate the tokenlist:

# build the new tokenlists
npm run build

Once complete, commit all file changes and submit a PR to main.

Any project that wants the latest tokenlist will now need to update their dependency on this repo. See below for handy script that makes upgrading easy for consumers.

FAQs

Package last updated on 31 Mar 2022

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