diff --git a/yarn-project/ethereum/src/contracts/rollup.ts b/yarn-project/ethereum/src/contracts/rollup.ts index d50c9e79d8b3..2c125ff35c50 100644 --- a/yarn-project/ethereum/src/contracts/rollup.ts +++ b/yarn-project/ethereum/src/contracts/rollup.ts @@ -268,8 +268,7 @@ export class RollupContract { @memoize async getGenesisArchiveTreeRoot(): Promise<`0x${string}`> { - const block = await this.rollup.read.getBlock([0n]); - return block.archive; + return await this.rollup.read.archiveAt([0n]); } /**