Skip to content

Commit

Permalink
fix: Use the correct indexer address in tests
Browse files Browse the repository at this point in the history
The previous address was not present in the test allocations.
  • Loading branch information
Jannis committed Oct 11, 2023
1 parent eaf4826 commit 22f5787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/test_vectors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ lazy_static! {
);

pub static ref INDEXER_ADDRESS: Address =
Address::from_str("0x1234567890123456789012345678901234567890").unwrap();
Address::from_str("0xd75c4dbcb215a6cf9097cfbcc70aab2596b96a9c").unwrap();

pub static ref DISPUTE_MANAGER_ADDRESS: Address =
Address::from_str("0xdeadbeefcafebabedeadbeefcafebabedeadbeef").unwrap();
Expand Down

0 comments on commit 22f5787

Please sign in to comment.