Skip to content

Commit

Permalink
Update contracts/chain-adapters/ForwarderBase.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Rice <matthewcrice32@gmail.com>
  • Loading branch information
nicholaspai and mrice32 authored Sep 30, 2024
1 parent cbe2953 commit 14c5c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/chain-adapters/ForwarderBase.sol
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ abstract contract ForwarderBase is UUPSUpgradeable, AdapterInterface {
/**
* @notice Maps a new set of contracts that exist on the network to a destination address.
* @param _destinationAddress The address on the destination chain that we want to send messages to from this contract.
* @param _route Contracts available on the destinatio network that we want to send messages to.
* @param _route Contracts available on the destination network that we want to send messages to.
* @dev Each forwarder will not know how many layers it must traverse to arrive at _destinationAddress until it is precisely
* one layer away. The possibleRoutes mapping lets the forwarder know what path it should take to progess, and then relies on
* the forwarders on the subsequent layers to derive the next route in sequence.
Expand Down

0 comments on commit 14c5c41

Please sign in to comment.