Skip to content

Commit

Permalink
Post merge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
naddison36 committed Mar 10, 2021
1 parent 9f6561d commit 6a96562
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion contracts/z_mocks/masset/migrate3/MusdV3UpgradeDyDx.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Basket, Basset } from "./MassetStructsV2.sol";
import { IMassetV2 } from "./IMassetV2.sol";

import { DyDxFlashLoan } from "./dydx/DyDxFlashLoan.sol";
import { MusdV3 } from "./MusdV3.sol";
import { MusdV3 } from "../../../masset/mUSD/MusdV3.sol";

contract MusdV3UpgradeDyDx is DyDxFlashLoan {

Expand Down
2 changes: 1 addition & 1 deletion hardhat-fork.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {
blockGasLimit: 9000000,
forking: {
url: process.env.NODE_URL || "",
blockNumber: 11880000,
blockNumber: 12000000,
},
},
},
Expand Down
7 changes: 1 addition & 6 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,7 @@ import "tsconfig-paths/register"
export const hardhatConfig = {
networks: {
hardhat: {
allowUnlimitedContractSize: false,
blockGasLimit: 9000000,
forking: {
url: process.env.NODE_URL || "",
blockNumber: 12000000,
},
allowUnlimitedContractSize: true,
},
localhost: { url: "http://localhost:8545" },
fork: {
Expand Down

0 comments on commit 6a96562

Please sign in to comment.