From 1750d8c54d33b526e1a32829ea74b2a3f29e8523 Mon Sep 17 00:00:00 2001 From: Tom French Date: Wed, 23 Oct 2024 15:36:32 +0100 Subject: [PATCH] chore: update `noir-edwards` repo to point at `noir-lang` org --- .github/workflows/test-js-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-js-packages.yml b/.github/workflows/test-js-packages.yml index ff894f061ee..d1f70eb40e1 100644 --- a/.github/workflows/test-js-packages.yml +++ b/.github/workflows/test-js-packages.yml @@ -524,7 +524,7 @@ jobs: - { repo: AztecProtocol/aztec-packages, path: ./noir-projects/noir-contracts } # Disabled as aztec-packages requires a setup-step in order to generate a `Nargo.toml` #- { repo: AztecProtocol/aztec-packages, path: ./noir-projects/noir-protocol-circuits } - - { repo: zac-williamson/noir-edwards, path: ./, ref: 037e44b2ee8557c51f6aef9bb9d63ea9e32722d1 } + - { repo: noir-lang/noir-edwards, path: ./, ref: 3188ea74fe3b059219a2ea87899589c266256d74 } name: Check external repo - ${{ matrix.project.repo }} steps: - name: Checkout