Commit 6dce5b48 authored by Kevin Chen's avatar Kevin Chen

Fix typo in comments.

parent 77e331e2
...@@ -1009,7 +1009,7 @@ export class CrossChainMessenger { ...@@ -1009,7 +1009,7 @@ export class CrossChainMessenger {
const oracleVersion = await this.contracts.l1.L2OutputOracle.version() const oracleVersion = await this.contracts.l1.L2OutputOracle.version()
const challengePeriod = oracleVersion === '1.0.0' const challengePeriod = oracleVersion === '1.0.0'
// The ABI in the SDK does not contain FINALIZATION_PERIOD_SECOND // The ABI in the SDK does not contain FINALIZATION_PERIOD_SECONDS
// in OptimismPortal, so making an explicit call instead. // in OptimismPortal, so making an explicit call instead.
? BigNumber.from(await this.contracts.l1.OptimismPortal.provider.call({ ? BigNumber.from(await this.contracts.l1.OptimismPortal.provider.call({
to: this.contracts.l1.OptimismPortal.address, to: this.contracts.l1.OptimismPortal.address,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment