diff --git a/docs/modules/ROOT/pages/presets.adoc b/docs/modules/ROOT/pages/presets.adoc index 8a2c79afd..f5430b417 100644 --- a/docs/modules/ROOT/pages/presets.adoc +++ b/docs/modules/ROOT/pages/presets.adoc @@ -1,7 +1,7 @@ :account: xref:/api/account.adoc#Account[Account] -:eth-account-upgradeable: xref:/api/account.adoc#EthAccountUpgradeable[EthAccountUpgradeable] :erc20: xref:/api/erc20.adoc#ERC20[ERC20] :erc721: xref:/api/erc721.adoc#ERC721[ERC721] +:eth-account-upgradeable: xref:/api/account.adoc#EthAccountUpgradeable[EthAccountUpgradeable] :sierra-class-hashes: https://docs.starknet.io/documentation/architecture_and_concepts/Smart_Contracts/class-hash[Sierra class hashes] :starkli: https://book.starkli.rs/introduction[starkli] :wizard: https://wizard.openzeppelin.com[Wizard for Cairo] @@ -39,4 +39,4 @@ NOTE: Class hashes were computed using {class-hash-cairo-version}. | `{erc721-class-hash}` |=== -TIP: {starkli} class-hash command can be used to compute the class hash from a compiled artifact. +TIP: {starkli} class-hash command can be used to compute the class hash from a Sierra artifact. diff --git a/docs/modules/ROOT/pages/utils/_class_hashes.adoc b/docs/modules/ROOT/pages/utils/_class_hashes.adoc index 90290e7c0..851107c2b 100644 --- a/docs/modules/ROOT/pages/utils/_class_hashes.adoc +++ b/docs/modules/ROOT/pages/utils/_class_hashes.adoc @@ -8,4 +8,4 @@ :erc721-class-hash: 0x045c96d1b24c3dc060680e4bfd4bdc32161aefe8f8939cd4be3954c5d8688d75 // Presets page -:presets-page: xref:presets.adoc[Compiled class hash] +:presets-page: xref:presets.adoc[Sierra class hash]