It is recommended to install Yarn through the npm
package manager, which comes bundled with Node.js when you install it on your system. It is recommended to use a Node.js version >= 16.0.0
.
Once you have npm
installed, you can run the following both to install and upgrade Yarn:
npm install --global yarn
After having installed Yarn, simply run:
yarn install
Example Ethereum Mainnet:
yarn deploy:ethmain
The deployment script
deploy.ts
includes the confirmed constructor arguments used for the production deployment.
npx hardhat verify --network ethMain --constructor-args arguments.js <DEPLOYED_CONTRACT_ADDRESS>
The file
arguments.js
includes the confirmed constructor arguments used for the production deployment.
- Ethereum Mainnet:
0x6657eEa3624f05184f238F72dB81A10Cc20117D6
- Rinkeby:
0x6657eEa3624f05184f238F72dB81A10Cc20117D6
- Goerli:
0x1f6158Eee5F6e178149be6723D2292524dFA8B0d
- Ethereum Mainnet:
0xa16A904Ed7AAf474832e5bC3f17aF24fc549Fd8b
- Rinkeby:
0xa16A904Ed7AAf474832e5bC3f17aF24fc549Fd8b
- Goerli:
0xd5658e51be19d1CA71F812b46973a0B1CCa271d3