Skip to content

Commit

Permalink
test(starknet_integration_tests): match sequencer address with defaul…
Browse files Browse the repository at this point in the history
…t validator id (#2486)
  • Loading branch information
ArniStarkware authored Dec 5, 2024
1 parent e1047bc commit 6ac01a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/starknet_integration_tests/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ pub fn create_batcher_config(
chain_info: ChainInfo,
) -> BatcherConfig {
// TODO(Arni): Create BlockBuilderConfig create for testing method and use here.
const SEQUENCER_ADDRESS_FOR_TESTING: u128 = 1991;
const SEQUENCER_ADDRESS_FOR_TESTING: u32 = 100;

BatcherConfig {
storage: batcher_storage_config,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ async fn end_to_end(mut tx_generator: MultiAccountTransactionGenerator) {
let heights_to_build = next_height.iter_up_to(LAST_HEIGHT.unchecked_next());
let expected_content_ids = [
Felt::from_hex_unchecked(
"0x4597ceedbef644865917bf723184538ef70d43954d63f5b7d8cb9d1bd4c2c32",
"0x7d62e32fd8f1a12104a5d215af26ec0f362da81af3d14c24e08e46976cdfbf5",
),
Felt::from_hex_unchecked(
"0x7e2c0e448bea6bbf00962017d8addd56c6146d5beb5a273b2e02f5fb862d20f",
"0x259aeaad847bffe6c342998c4510e5e474577219cfbb118f5cb2f2286260d52",
),
];

Expand Down

0 comments on commit 6ac01a5

Please sign in to comment.