Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 590 Bytes

DEPLOY.md

File metadata and controls

19 lines (13 loc) · 590 Bytes

sources:

  • packages/lib-ethers/utils/deploy.ts
  • hh config task deploy
  • deployer keys: packages/lib-ethers/.env
    • DEPLOYER_PK_TESTNET
    • DEPLOYER_PK_MAINNET

initial deploy: yarn workspace @sovryn-zero/lib-ethers hardhat deploy

set the 0x1 addresses to the marketMaker and presale contracts for rsktestnet network then run prepare script in the contracts folder then run tests from the lib-ethers and contracts folders if all good then run the deployment for rsktestnet network

hh task deploy -> deployLiquity -> deploy.ts[deployAndSetupContracts]

Note: upgrade scripts are WIP