Skip to content

Commit 608481b

Browse files
Update package.json (#3582)
* Update package.json * pnpm install * update lock * fix test --------- Co-authored-by: 0xKurt <Kurt@Merbeth.io>
1 parent 6ee254c commit 608481b

File tree

3 files changed

+60
-33
lines changed

3 files changed

+60
-33
lines changed

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@allo-team/allo-v2-sdk": "^1.0.78",
2020
"@ethersproject/abstract-signer": "^5.7.0",
2121
"@ethersproject/providers": "^5.7.2",
22-
"@gitcoin/gitcoin-chain-data": "^1.0.26",
22+
"@gitcoin/gitcoin-chain-data": "^1.0.27",
2323
"@gitcoinco/passport-sdk-types": "^0.2.0",
2424
"@openzeppelin/merkle-tree": "^1.0.2",
2525
"@rainbow-me/rainbowkit": "2.1.2",

packages/round-manager/src/features/round/__tests__/QuadraticFundingForm.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jest.mock("@rainbow-me/rainbowkit", () => ({
1313
}));
1414
jest.mock("wagmi", () => ({
1515
useAccount: () => ({
16-
chainId: 1,
16+
chainId: 10,
1717
}),
1818
}));
1919
jest.mock("../../../constants", () => ({

0 commit comments

Comments
 (0)