Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 555 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 555 Bytes

Utility Contracts

This project includes utility smart contracts for Pickle infrastructure.

Compile contracts:

npx hardhat compile

Run tests on ETHEREUM:

Change hardhat.config.js.networks.hardhat.forking.url: https://mainnet.infura.io/v3/${process.env.INFURA_KEY}

npx hardhat test test/picke_univ2_zapin_v1_ethereum.test.js

Run tests on MOONBEAM

Change hardhat.config.js.networks.hardhat.forking.url: https://rpc.api.moonbeam.network

npx hardhat test test/picke_univ2_zapin_v1_moonbeam.test.js