Skip to content

UrAvgDeveloper/utility-contracts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 57.4%
  • JavaScript 42.6%