feat: added mainnet migration scripts for package.json

This commit is contained in:
The3D 2021-08-04 20:17:59 +02:00
parent 261bf737ea
commit fd9e49fc4b

View File

@ -61,6 +61,7 @@
"amm:main:full:migration": "npm run compile && npm run hardhat:main -- amm:mainnet --verify",
"pro:fork:kovan": "npm run compile && FORK=kovan hardhat pro:mainnet",
"pro:kovan:full:migration": "npm run compile && npm run hardhat:kovan -- pro:mainnet --verify",
"pro:main:full:migration": "npm run compile && npm run hardhat:main -- pro:mainnet --verify",
"prettier:check": "npx prettier -c 'tasks/**/*.ts' 'contracts/**/*.sol' 'helpers/**/*.ts' 'test-suites/test-aave/**/*.ts'",
"prettier:write": "prettier --write 'tasks/**/*.ts' 'contracts/**/*.sol' 'helpers/**/*.ts' 'test-suites/test-aave/**/*.ts'",
"ci:test": "npm run compile && npm run test",