Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Dec 5, 2023
1 parent 8a50ced commit 6d3a634
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions parachain/pallets/ethereum-beacon-client/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,10 @@ pub mod mainnet {
version: [3, 0, 16, 32], // 0x03001020
epoch: 162304,
},
deneb: Fork {
version: [4, 0, 16, 32], // 0x04001020
epoch: 4294967295,
}
};
pub const ExecutionHeadersPruneThreshold: u32 = 10;
}
Expand Down
4 changes: 4 additions & 0 deletions parachain/pallets/inbound-queue/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ parameter_types! {
version: [3, 0, 0, 1], // 0x03000001
epoch: 0,
},
deneb: Fork {
version: [4, 0, 16, 32], // 0x04001020
epoch: 4294967295,
}
};
}

Expand Down

0 comments on commit 6d3a634

Please sign in to comment.