Skip to content

Commit

Permalink
update names with from pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
douglance committed Oct 19, 2023
1 parent 7e23cad commit 3684f80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib/inbox/inbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ type ForceInclusionParams = FetchedEvent<MessageDeliveredEvent> & {
delayedAcc: string
}

type GasComponentsWithChainPart = {
type GasComponentsWithChildChainPart = {
gasEstimate: BigNumber
gasEstimateForL1: BigNumber
baseFee: BigNumber
Expand Down Expand Up @@ -127,11 +127,11 @@ export class InboxTools {
*/
private async estimateArbitrumGas(
childChainTransactionRequest: RequiredTransactionRequestType,
chainProvider: Provider
): Promise<GasComponentsWithChainPart> {
childChainProvider: Provider
): Promise<GasComponentsWithChildChainPart> {
const nodeInterface = NodeInterface__factory.connect(
NODE_INTERFACE_ADDRESS,
chainProvider
childChainProvider
)

const contractCreation = this.isContractCreation(
Expand Down

0 comments on commit 3684f80

Please sign in to comment.