Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/genesis.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ following:
address for which storage is set and the
[Starknet storage key](https://docs.starknet.io/documentation/architecture_and_concepts/Smart_Contracts/contract-storage/#storage_variables).

The below defines all hardcoded values set in the geneses:
The below defines all hardcoded values set in the genesis:

## Node genesis [link](https://github.com/keep-starknet-strange/madara/tree/main/configs/genesis-assets/genesis.json)

Expand Down Expand Up @@ -94,7 +94,7 @@ going through them.

Finally, 0x1 is set as the contract owner of contract
0x040e59c2c182a58fb0a74349bfa4769cbbcba32547591dd3fb1def8623997d02, which is
deployed as a ERC721 contract (given the class hash of 0x80000).
deployed as an ERC721 contract (given the class hash of 0x80000).

<!-- markdownlint-disable MD013 -->

Expand All @@ -117,4 +117,4 @@ deployed as a ERC721 contract (given the class hash of 0x80000).
| 0x3 | 0x1379ac0624b939ceb9dede92211d7db5ee174fe28be72245b0a1a2abd81c98f (Account_public_key) | 0x3603a2692a2ae60abb343e832ee53b55d6b25f02a3ef1565ec691edc7a209b2 (Signer public key) |
| 0x040e59c2c182a58fb0a74349bfa4769cbbcba32547591dd3fb1def8623997d02 | 0x2bd557f4ba80dfabefabe45e9b2dd35db1b9a78e96c72bc2b69b655ce47a930 (Ownable_owner) | 0x1 (Owner) |

<!-- markdownlint-disable MD013 -->
<!-- markdownlint-disable MD013 -->