mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 07:13:08 +00:00
Update tests to have a blockgaslimit fitting u32s
This commit is contained in:
parent
976d752153
commit
68bb49671d
@ -82,7 +82,7 @@ fn add11_yml() -> anyhow::Result<()> {
|
||||
block_timestamp: 0x03e8.into(),
|
||||
block_number: 1.into(),
|
||||
block_difficulty: 0x020000.into(),
|
||||
block_gaslimit: 0xff112233445566u64.into(),
|
||||
block_gaslimit: 0xff112233u32.into(),
|
||||
block_chain_id: 1.into(),
|
||||
block_base_fee: 0xa.into(),
|
||||
};
|
||||
|
||||
@ -70,7 +70,7 @@ fn test_simple_transfer() -> anyhow::Result<()> {
|
||||
block_timestamp: 0x03e8.into(),
|
||||
block_number: 1.into(),
|
||||
block_difficulty: 0x020000.into(),
|
||||
block_gaslimit: 0xff112233445566u64.into(),
|
||||
block_gaslimit: 0xff112233u32.into(),
|
||||
block_chain_id: 1.into(),
|
||||
block_base_fee: 0xa.into(),
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user