1.0.7 • Published 12 months ago

@justin-gee/uniswap-tokamak-hardhat-v3-deploy v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@uniswap/hardhat-v3-deploy

Deploy Uniswap V3 contracts in development.

Installation

$ npm install @justin-gee/uniswap-tokamak-hardhat-v3-deploy

Import the plugin in your hardhat.config.js:

require("@justin-gee/uniswap-tokamak-hardhat-v3-deploy");

Or if you are using TypeScript, in your hardhat.config.ts:

import "@justin-gee/uniswap-tokamak-hardhat-v3-deploy";

Now, run npx hardhat and you should see:

AVAILABLE TASKS:

  accounts      	Prints the list of accounts
  ...
  tokamak-uniswap-v3-deploy	Deploys Uniswap V3 contracts
  ...
  test          	Runs mocha tests

Great! Now, to deploy the contracts locally:

$ npx hardhat tokamak-uniswap-v3-deploy

After setting network to tokamakgoerli, deploy to tokamakgoerli

$ npx hardhat tokamak-uniswap-v3-deploy --network tokamakgoerli

And you're done. Time to build something great.

Plugin Development

TODO

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago