Skip to content

Commit

Permalink
Typo-2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sshmatrix committed Aug 14, 2023
1 parent c43c97c commit 319596d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CCIP2ETH.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ contract CCIP2ETHTest is Test {
ENS.setOwner(_namehash, address(this));
bytes memory _recordhash =
hex"e50101720024080112203c5aba6c9b5055a5fa12281c486188ed8ae2b6ef394b3d981b00d17a4b51735c";
ccip2eth.setDeepSubRecordhash(_namehash, _subdomains, _recordhash);
ccip2eth.setRecordhash(_namehash, _recordhash);
(string memory _path, string memory _domain) = utils.Format(_encoded);
bytes memory _request = abi.encodeWithSelector(iResolver.text.selector, _namehash, abi.encode(string("avatar")));
string memory _recType = gateway.funcToJson(_request);
Expand Down

0 comments on commit 319596d

Please sign in to comment.