Skip to content

Commit

Permalink
bump baal-contracts version
Browse files Browse the repository at this point in the history
  • Loading branch information
santteegt committed Jan 3, 2024
1 parent 726465b commit 200fb56
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"dependencies": {
"@connext/interfaces": "^2.0.5",
"@daohaus/baal-contracts": "^1.2.12",
"@daohaus/baal-contracts": "^1.2.17",
"@gnosis.pm/safe-contracts": "^1.3.0",
"@openzeppelin/contracts": "^5.0.1",
"@openzeppelin/contracts-upgradeable": "^5.0.1",
Expand Down
18 changes: 11 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test/networkRegistry/NetworkRegistry.dao.behavior.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Baal, MultiSend, Shares } from "@daohaus/baal-contracts";
import { ProposalType, baalSetup, encodeMultiAction } from "@daohaus/baal-contracts";
import { ProposalType, baalSetup, encodeMultiAction } from "@daohaus/baal-contracts/hardhat";
import { anyValue } from "@nomicfoundation/hardhat-chai-matchers/withArgs";
import { time } from "@nomicfoundation/hardhat-network-helpers";
import { expect } from "chai";
Expand Down Expand Up @@ -82,7 +82,7 @@ describe("NetworkRegistry + DAO E2E tests", function () {
l2Registry = setup.l2;
users = setup.users;

// MUST run after registryFixture due to how chain snaphost works on hardhat
// MUST run after registryFixture due to how chain snapshot works on hardhat
const setupBaal = await baalSetup({
daoSettings: defaultDAOSettings,
});
Expand Down
2 changes: 1 addition & 1 deletion test/networkRegistry/NetworkRegistryShaman.behavior.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Baal, MultiSend, Shares } from "@daohaus/baal-contracts";
import { ProposalType, baalSetup, encodeMultiAction } from "@daohaus/baal-contracts";
import { ProposalType, baalSetup, encodeMultiAction } from "@daohaus/baal-contracts/hardhat";
import { anyValue } from "@nomicfoundation/hardhat-chai-matchers/withArgs";
import {
impersonateAccount,
Expand Down
3 changes: 2 additions & 1 deletion test/utils/baal.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Baal, moveForwardPeriods } from "@daohaus/baal-contracts";
import { Baal } from "@daohaus/baal-contracts";
import { moveForwardPeriods } from "@daohaus/baal-contracts/hardhat";
import { BigNumberish } from "ethers";
import { ethers } from "hardhat";

Expand Down

0 comments on commit 200fb56

Please sign in to comment.