Skip to content

Commit 47e6509

Browse files
authored
Update initialize.yaml
1 parent 2a0f9e2 commit 47e6509

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/initialize.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
2929
- name: Download Spend package
3030
run: |
31-
wget -q -O spend.zip https://circuitscan-artifacts.s3.us-west-2.amazonaws.com/build/spend-vocational-lime-hoverfly/pkg.zip
31+
wget -q -O spend.zip https://circuitscan-artifacts.s3.us-west-2.amazonaws.com/build/spend-appropriate-turquoise-lizard/pkg.zip
3232
3333
- name: Unzipping Spend package
3434
run: |
3535
mkdir spend && unzip spend.zip '*.zkey' -d spend && rm -rf spend.zip
3636
3737
- name: Download Proof-of-Burn package
3838
run: |
39-
wget -q -O proof_of_burn.zip https://circuitscan-artifacts.s3.us-west-2.amazonaws.com/build/proofofburn-federal-amaranth-tuna/pkg.zip
39+
wget -q -O proof_of_burn.zip https://circuitscan-artifacts.s3.us-west-2.amazonaws.com/build/proofofburn-content-yellow-yak/pkg.zip
4040
4141
- name: Unzipping Proof-of-Burn package
4242
run: |

0 commit comments

Comments
 (0)