forked from mstable/mStable-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtasks-fork.config.ts
34 lines (32 loc) · 919 Bytes
/
tasks-fork.config.ts
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
import config from "./hardhat-fork.config"
import "./tasks/deployEmissionsController"
import "./tasks/deployIntegration"
import "./tasks/deployRewards"
import "./tasks/deployMbtc"
import "./tasks/deployFeeders"
import "./tasks/deployMV3"
import "./tasks/deployPolygon"
import "./tasks/deployRevenueForwarder"
import "./tasks/deployBriber"
import "./tasks/deploySavingsManager"
import "./tasks/deploySavingsContract4626"
import "./tasks/deployUnwrapper"
import "./tasks/bridge"
import "./tasks/dials"
import "./tasks/emissions"
import "./tasks/feeder"
import "./tasks/masset"
import "./tasks/mBTC"
import "./tasks/mUSD"
import "./tasks/ops"
import "./tasks/poker"
import "./tasks/rewards"
import "./tasks/save"
import "./tasks/SaveWrapper"
import "./tasks/stakingV1"
import "./tasks/stakingV2"
import "./tasks/token"
import "./tasks/vault"
import "./tasks/ens"
import "./tasks/ironBankMigration"
export default config