From fd9e49fc4bddffdbb3dabd13fe125072ee0e3204 Mon Sep 17 00:00:00 2001 From: The3D Date: Wed, 4 Aug 2021 20:17:59 +0200 Subject: [PATCH] feat: added mainnet migration scripts for package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f1a087c4..b744b7cf 100644 --- a/package.json +++ b/package.json @@ -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",