-
Notifications
You must be signed in to change notification settings - Fork 31
/
hints.txt
69 lines (60 loc) · 4.09 KB
/
hints.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Script
npx hardhat run --network ropsten scripts/deploy.js
npx hardhat run --network kovan scripts/customPositions/deployETHBurnedAndFlippeningMarkets.js
node scripts/snx-data/ongoing_distribution.js 2021-09-22 2021-09-29
test
npx hardhat test --optimizer
npx hardhat test test/contracts/PositionalMarketManager.js --optimizer
npx hardhat test test/contracts/CustomPositionalMarket.js --optimizer
npx hardhat test test/contracts/SportsPositions/SportsFeed.js --optimizer
npx hardhat test test/contracts/SportsPositions/CustomPositionalMarket.js --optimizer
npx hardhat test test/contracts/RetroDistribution/VestingEscrowStressTest.js --optimizer --gas
npx hardhat test test/contracts/ThalesRoyale/royale.js
npx hardhat test test/contracts/ThalesRoyale/royalePrivate.js
npx hardhat test test/contracts/ThalesAMM/thalesamm.js
npx hardhat test test/contracts/ThalesAMM/thalesammImprovements.js
npx hardhat test test/contracts/RangedMarkets/rangedAmm.js
test all in folder (SportMarkets)
npx hardhat test test/contracts/SportMarkets/**/*.js
npx hardhat coverage
sports:
npx hardhat run --network kovan scripts/SportsBinaryOptions/createUSOpenMarkets.js
npx hardhat run --network kovan scripts/deployExoticMarkets/deploy_TherundownConsumerWrapper.js
npx hardhat run --network kovan scripts/deployExoticMarkets/deploy_TherundownConsumer.js
npx hardhat run --network kovan scripts/SportsPositions/createUSOpenMarkets.js
optimistic kovan:
npx hardhat run --network optimisticKovan scripts/deployThalesRoyale/thalesRoyale/deployRoyale.js
npx hardhat run --network optimisticKovan scripts/deployThalesRoyale/thalesRoyale/upgradeRoyale.js
npx hardhat run --network optimisticKovan scripts/deployThalesRoyale/thalesRoyalePrivateRooms/deployRoyalePrivateRooms.js
npx hardhat run --network optimisticKovan scripts/deployThalesRoyale/thalesRoyalePrivateRooms/upgradeRoyalePrivateRooms.js
npx hardhat run --network optimisticKovan scripts/deployAMM/deployAMM.js
npx hardhat run --network optimisticKovan scripts/deployAMM/upgradeAMM.js
npx hardhat run --network optimisticKovan scripts/l2_deployments/createMarket.js
npx hardhat run --network optimisticKovan scripts/deployThalesRoyale/thalesRoyalePass/mintPasses.js
npx hardhat run --network optimisticKovan scripts/deployRangedAMM/deployRangedMasterCopies.js
optimisticEthereum:
npx hardhat run --network optimisticEthereum scripts/deployAMM/deployAMM.js
npx hardhat run --network optimisticEthereum scripts/deployPriceFeed/updateAggregators.js
polygon test:
npx hardhat run --network polygonMumbai scripts/deployPriceFeed/deployPriceFeed.js
npx hardhat run --network polygonMumbai scripts/deployThalesRoyale/thalesRoyale/deployRoyale.js
npx hardhat run --network polygonMumbai scripts/deployThalesRoyale/thalesRoyalePass/deployRoyalePass.js
npx hardhat run --network polygonMumbai scripts/deployThalesRoyale/thalesRoyale/verifyOnly.js
npx hardhat run --network polygonMumbai scripts/deployAMM/deploySafebox.js
npx hardhat run --network polygonMumbai scripts/deployAMM/deployAMM.js
npx hardhat run --network polygonMumbai scripts/deployPositions/deployPositions.js
npx hardhat verify ADDRESS_CONTRACT --network polygonMumbai
polygon main:
npx hardhat run --network polygon scripts/deployPriceFeed/deployPriceFeed.js
npx hardhat run --network polygon scripts/deployPositions/deployPositions.js
npx hardhat run --network polygon scripts/deployAMM/deploySafebox.js
npx hardhat run --network polygon scripts/deployAMM/deployAMM.js
npx hardhat run --network polygon scripts/deployThalesRoyale/thalesRoyale/deployRoyale.js
npx hardhat run --network polygon scripts/deployThalesRoyale/thalesRoyalePass/deployRoyalePass.js
npx hardhat run --network polygon scripts/deployThalesRoyale/thalesRoyale/verifyOnly.js
scripts:
npx hardhat run --network optimisticEthereum scripts/deploySportMarkets/deploySportsLiquidityPool/upgrade_SportAMMLiquidityPool.js
npx hardhat verify ADDRESS_CONTRACT --network polygon
npx hardhat verify 0xDdfeEFb6F13434fD2851C54aDE55B204AC06c6a0 --network arbitrumOne --contract contracts/SportMarkets/LiquidityPool/SportAMMLiquidityPoolRoundMastercopy.sol:SportAMMLiquidityPoolRoundMastercopy
npx hardhat size-contracts
--gas