/ERC1155ETF

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

ERC1155ETF

Add this:

networks: {
  hardhat: {
    forking: {
      url: `https://eth-mainnet.alchemyapi.io/v2/${process.env.ALCHEMY_KEY}`,
      blockNumber: 12081440
    }
  }
}

in hardhat.config.js to fork the mainet ans have the UNISWAP and ERC20 contracts already deployed.

Usage

Run a development node:

npm run node

Run the tests:

npm run test