Skip to content

Commit

Permalink
fix: updated script
Browse files Browse the repository at this point in the history
  • Loading branch information
sendra committed Dec 10, 2024
1 parent e8bd84e commit 5a09e93
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions scripts/Adapters/DeployLineaAdapter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ library LineaAdapterDeploymentHelper {
abi.encodePacked(
creationCode,
abi.encode(
lineaArgs.baseArgs.crossChainController,
lineaArgs.lineaMessageService,
lineaArgs.baseArgs.providerGasLimit,
lineaArgs.baseArgs.trustedRemotes
ILineaAdapter.LineaParams({
crossChainController: lineaArgs.baseArgs.crossChainController,
lineaMessageService: lineaArgs.lineaMessageService,
providerGasLimit: lineaArgs.baseArgs.providerGasLimit,
trustedRemotes: lineaArgs.baseArgs.trustedRemotes
})
)
);
}
Expand Down

0 comments on commit 5a09e93

Please sign in to comment.