Skip to content

Commit

Permalink
chore: add first sepolia dencun block to test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Mar 12, 2024
1 parent f41b58c commit 53e53be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axiom-eth/src/providers/block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ mod tests {

let rt = Runtime::new().unwrap();
let latest = rt.block_on(provider.get_block_number()).unwrap();
for block_num in [0, 5000050, 5187810, 5187814, latest.as_u64()] {
for block_num in [0, 5000050, 5187023, 5187810, 5187814, latest.as_u64()] {
let block = rt.block_on(provider.get_block(block_num)).unwrap().unwrap();
get_block_rlp(&block);
}
Expand Down

0 comments on commit 53e53be

Please sign in to comment.