Skip to content

Commit

Permalink
Backport backported fixes to main (#885)
Browse files Browse the repository at this point in the history
* bump version and update changelog

* fix docs links

* update class hashes to cairo 2.4.1

* Address versioning and presets issues (#879)

* fix cairo version

* update class hashes

* fix scarb.toml version number

* add presets explainer

* update wording

* fix wording

* fix word
  • Loading branch information
martriay authored Jan 31, 2024
1 parent 6d26b84 commit 69b4062
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/presets.adoc
Original file line number Diff line number Diff line change
@@ -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]
Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/utils/_class_hashes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit 69b4062

Please sign in to comment.