Skip to content

Commit

Permalink
fix: Correct sandbox addresses in up-quick-start test (#2412)
Browse files Browse the repository at this point in the history
Fixes addresses used in the test to match the new ones generated by
Sandbox.
  • Loading branch information
spalladino authored Sep 19, 2023
1 parent 8a95d8c commit 974d859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yarn-project/end-to-end/src/guides/up_quick_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
set -eux

# docs:start:declare-accounts
ALICE="0x296904eaff80711ddd5fd39d75920bfc22725cc0ae3089f16a09a4ceb91be141"
BOB="0x1106245c5c50798338e55094c38025db4053a25e96dd8cbc1e87c6dcbfb9d2ba"
ALICE="0x25048e8c1b7dea68053d597ac2d920637c99523651edfb123d0632da785970d0"
BOB="0x115f123bbc6cc6af9890055821cfba23a7c4e8832377a32ccb719a1ba3a86483"
ALICE_PRIVATE_KEY="0x2153536ff6628eee01cf4024889ff977a18d9fa61d0e414422f7681cf085c281"
# docs:end:declare-accounts

Expand Down

0 comments on commit 974d859

Please sign in to comment.