Skip to content

Commit

Permalink
FnameResolver.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
Anon-im committed Jan 19, 2025
1 parent d414c3b commit f19b536
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/FnameResolver.sol
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ contract FnameResolver is IExtendedResolver, EIP712, ERC165, Ownable2Step {
//////////////////////////////////////////////////////////////*/

/**
* @dev URL of the CCIP lookup gateway.
* @dev URL of the CCIP lookup gateway. Set once during deployment and cannot be changed.
*/
string public url;

Expand Down

0 comments on commit f19b536

Please sign in to comment.