-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMakefile
More file actions
15 lines (15 loc) · 721 Bytes
/
Makefile
File metadata and controls
15 lines (15 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
deploy_testnet_insurance_fund:
yarn compile
npx hardhat deploy --network arbitrumGoerli --stage test --task 'deploy insurance fund'
deploy_testnet_futures_gateway:
yarn compile
npx hardhat deploy --network arbitrumGoerli --stage test --task 'deploy dptp futures gateway'
deploy_mainnet_insurance_fund:
npx hardhat compile
npx hardhat deploy --network arbitrumOne --stage production --task 'deploy insurance fund'
deploy_mainnet_futures_gateway:
npx hardhat compile
npx hardhat deploy --network arbitrumOne --stage production --task 'deploy dptp futures gateway'
deploy_mainnet_futures_adapter:
npx hardhat compile
npx hardhat deploy --network arbitrumOne --stage production --task 'deploy dptp futures adapter'