Closed uivlis closed 3 years ago
Deploy (all): yarn deploy Deploy (only protocol): yarn deploy --tags protocol Deploy (only protocol and aave): yarn deploy --tags protocol aave Deploy (only protocol and aave on network ropsten): yarn deploy --tags protocol aave --network ropsten
yarn deploy
protocol
yarn deploy --tags protocol
aave
yarn deploy --tags protocol aave
ropsten
yarn deploy --tags protocol aave --network ropsten
Deployed contract details go in deployments/{networkName}/{contractName}.json
deployments/{networkName}/{contractName}.json
Test: yarn test
yarn test
Deploy (all):
yarn deploy
Deploy (onlyprotocol
):yarn deploy --tags protocol
Deploy (onlyprotocol
andaave
):yarn deploy --tags protocol aave
Deploy (onlyprotocol
andaave
on networkropsten
):yarn deploy --tags protocol aave --network ropsten
Deployed contract details go in
deployments/{networkName}/{contractName}.json
Test:
yarn test