From 87648d53f8c0f9204382ee73180086c2ab5ff55c Mon Sep 17 00:00:00 2001 From: Samuel Moelius Date: Sun, 24 Nov 2024 17:40:37 -0500 Subject: [PATCH] Pin `Squads-Protocol/v4` commit --- necessist/tests/README.md | 2 +- necessist/tests/third_party_tests/1/squads-protocol_v4.toml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/necessist/tests/README.md b/necessist/tests/README.md index 1149c4ea..be86f5b0 100644 --- a/necessist/tests/README.md +++ b/necessist/tests/README.md @@ -20,6 +20,6 @@ | proptest_https | b71253807372932f72a71b1af7975371a41e7c88 | | X | X | X | X | 0 | | pyth | | anchor | | X | X | | 0 | | seaport | 1.6 | hardhat | | X | X | X | 1 | -| squads-protocol_v4 | | anchor | X | X | X | | 1 | +| squads-protocol_v4 | a3cad82aaaacb2df745dc1b3b84a283c3abaf92c | anchor | X | X | X | | 1 | | uniswap_v3-core | | | | X | X | X | 0 | | uniswap_v3-core_factory | | | X | X | X | X | 1 | diff --git a/necessist/tests/third_party_tests/1/squads-protocol_v4.toml b/necessist/tests/third_party_tests/1/squads-protocol_v4.toml index 166e23a6..12425382 100644 --- a/necessist/tests/third_party_tests/1/squads-protocol_v4.toml +++ b/necessist/tests/third_party_tests/1/squads-protocol_v4.toml @@ -1,5 +1,7 @@ url = "https://github.com/Squads-Protocol/v4" +rev = "19597dc082986d7d95a89ee124dc23625b1b0039" + target_os = ["linux", "macos"] # smoelius: `yarn build && yarn pretest` must be run before `anchor test`.