add script to deploy realt market

This commit is contained in:
shivani 2021-10-22 17:43:50 +05:30
parent b7a1d9607f
commit 8e33d74f6e

View File

@ -66,7 +66,9 @@
"aave:main:full:initialize": "npm run compile && FORK=main full:initialize-tokens --pool Aave",
"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",
"realt:fork:kovan": "npm run compile && FORK=kovan hardhat realt:mainnet",
"pro:kovan:full:migration": "npm run compile && npm run hardhat:kovan -- pro:mainnet --verify",
"realt:kovan:full:migration": "npm run compile && npm run hardhat:kovan -- realt: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'",