Skip to content

Commit

Permalink
generate
Browse files Browse the repository at this point in the history
  • Loading branch information
bukata-sa committed Dec 13, 2024
1 parent f9350f2 commit 63dbd44
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 40 deletions.
2 changes: 1 addition & 1 deletion contracts/src/v0.8/ccip/pools/LBTC/adapters/CLAdapter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ contract CLAdapter is AbstractAdapter, Ownable {
address[] memory allowlist_,
address rmnProxy_,
bool attestationEnable_
) AbstractAdapter(bridge_) Ownable(_msgSender()) {
) AbstractAdapter(bridge_) Ownable() {
_setExecutionGasLimit(executionGasLimit_);

tokenPool = new LombardTokenPool(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ contract LombardTokenPool is TokenPool {
address rmnProxy_,
CLAdapter adapter_,
bool attestationEnable_
) TokenPool(lbtc_, allowlist_, rmnProxy_, ccipRouter_) {
) TokenPool(lbtc_, 8, allowlist_, rmnProxy_, ccipRouter_) {
adapter = adapter_;
isAttestationEnabled = attestationEnable_;
}
Expand Down
8 changes: 4 additions & 4 deletions core/gethwrappers/ccip/generated/lbtc_adapter/lbtc_adapter.go

Large diffs are not rendered by default.

Loading

0 comments on commit 63dbd44

Please sign in to comment.