Skip to content

Commit a0db0a5

Browse files
committed
f
1 parent de95b2e commit a0db0a5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/cli/commands/bootstrap/bootstrap.genesis-prompts.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ const createServiceStub = () => {
5757
berlinBlock: 0,
5858
londonBlock: 0,
5959
shanghaiTime: 0,
60+
cancunTime: 0,
6061
zeroBaseFee: true,
6162
},
6263
nonce: "0x0",

src/cli/commands/bootstrap/bootstrap.selective-artifacts.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ const createSamplePayload = (filter: ArtifactFilter): OutputPayload => ({
4949
berlinBlock: 0,
5050
muirGlacierBlock: 0,
5151
shanghaiTime: 0,
52+
cancunTime: 0,
5253
zeroBaseFee: false,
5354
qbft: {
5455
blockperiodseconds: 5,

0 commit comments

Comments
 (0)