Skip to content

Commit

Permalink
fix docs in ccipResolver
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNi245 committed Aug 1, 2023
1 parent d5d11fd commit faab48a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/CcipResolver.sol
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ contract CcipResolver is IExtendedResolver, IMetadataResolver, SupportsInterface
* @return coinType Resolvers coin type (60 for Ethereum)
* @return graphqlUrl The GraphQL URL used by the resolver
* @return storageType Storage Type (0 for EVM)
* @return encodedData Encoded data representing the resolver ("CCIP RESOLVER")
* @return storageLocation The storage identifier. For EVM chains, this is the address of the resolver contract.
* @return context can be l2 resolver contract address for evm chain but can be any l2 storage identifier for non evm chain
*/
function metadata(
bytes calldata name
Expand Down

0 comments on commit faab48a

Please sign in to comment.