Skip to content

Commit

Permalink
Add in TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
crispymangoes committed Oct 25, 2024
1 parent 5504086 commit cd2ef66
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ contract LayerZeroTeller is CrossChainTellerWithGenericBridge, OAppAuth {
revert LayerZeroTeller__MessagesNotAllowedTo(destinationId);
}
bytes memory m = abi.encode(message);
// TODO need to add in the gaslimit as a saved value in the Chain struct.
bytes memory options = OptionsBuilder.newOptions().addExecutorLzReceiveOption(1_000_000, 0);
MessagingFee memory fee = _quote(destinationId, m, options, address(feeToken) != NATIVE);
if (address(feeToken) == NATIVE) {
Expand Down

0 comments on commit cd2ef66

Please sign in to comment.