Commit 42227d69 authored by Kelvin Fichter's avatar Kelvin Fichter

fix(sdk): typo in constructor docstring

Fixes a typo in the docstring for the constructor of the
CrossChainMessenger class.
parent 67146ed3
---
'@eth-optimism/sdk': patch
---
Fix typo in constructor docstring
...@@ -64,7 +64,7 @@ export class CrossChainMessenger implements ICrossChainMessenger { ...@@ -64,7 +64,7 @@ export class CrossChainMessenger implements ICrossChainMessenger {
* *
* @param opts Options for the provider. * @param opts Options for the provider.
* @param opts.l1SignerOrProvider Signer or Provider for the L1 chain, or a JSON-RPC url. * @param opts.l1SignerOrProvider Signer or Provider for the L1 chain, or a JSON-RPC url.
* @param opts.l1SignerOrProvider Signer or Provider for the L2 chain, or a JSON-RPC url. * @param opts.l2SignerOrProvider Signer or Provider for the L2 chain, or a JSON-RPC url.
* @param opts.l1ChainId Chain ID for the L1 chain. * @param opts.l1ChainId Chain ID for the L1 chain.
* @param opts.depositConfirmationBlocks Optional number of blocks before a deposit is confirmed. * @param opts.depositConfirmationBlocks Optional number of blocks before a deposit is confirmed.
* @param opts.l1BlockTimeSeconds Optional estimated block time in seconds for the L1 chain. * @param opts.l1BlockTimeSeconds Optional estimated block time in seconds for the L1 chain.
......
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