🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@leap-network/v4-testnet

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leap-network/v4-testnet

The V4 testnet deployed contracts and essential hardhat tasks.

latest
Source
npmnpm
Version
1.10.12
Version published
Maintainers
1
Created
Source

PoolTogether V4 Testnet

The V4 testnet deployed contracts and essential hardhat tasks.

Getting Started

Install direnv module.

We use direnv to manage environment variables. You'll likely need to install it.

cp .envrc.example .envrc

To run fork scripts, deploy or perform any operation with a mainnet/testnet node you will need an Infura API key.

Disbursement Address

To disburse and deposit you will need to add a list of address(es) to DISBURSE_ADDRESSES.

Example

export DISBURSE_ADDRESSES='0x0000000000000000000000000000000000000000,0x0000000000000000000000000000000000000001'

Setup

yarn

New Deployments

yarn deploy:goerli
yarn deploy:mumbai
yarn deploy:fuji
yarn deploy:optimismgoerli
yarn deploy:arbitrumgoerli

Acquire Tokens & Tickets

yarn disburse goerli
yarn disburse mumbai
yarn disburse fuji
yarn disburse optimismgoerli
yarn disburse arbitrumgoerli
yarn deposit goerli
yarn deposit mumbai
yarn deposit fuji
yarn deposit optimismgoerli
yarn deposit arbitrumgoerli

Test Deployment Scripts

yarn node:goerli
yarn node:mumbai
yarn node:fuji
yarn node:optimismgoerli
yarn node:arbitrumgoerli

FAQs

Package last updated on 12 Aug 2024

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