Skip to content

Commit 0e1f0f6

Browse files
authored
Update docs regarding sepolia (#1576)
<!-- Reference any GitHub issues resolved by this PR --> Closes #1513 ## Introduced changes <!-- A brief description of the changes --> - Update docs regarding accounts supported by sepolia. This change should be re-done after #1202 is done ## Checklist <!-- Make sure all of these are complete --> - [X] Linked relevant issue - [X] Updated relevant documentation - [X] Added relevant tests - [X] Performed self-review of the code - [X] Added changes to `CHANGELOG.md`
1 parent 0aa3e6c commit 0e1f0f6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/src/starknet/account.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ and the second one deploys it to the network. After deployment, account can be u
99
To remove an account from the accounts file, you can use `sncast account delete`. Please note this only removes the account information stored locally - this will not remove the account from Starknet.
1010

1111
> 💡 **Info**
12-
> Currently, only OpenZeppelin account creation is supported.
12+
> Currently, only OpenZeppelin account (cairo 0) creation is supported.
13+
14+
> ⚠️ **Warning**
15+
> Due to differences between mainnet/goerli and sepolia, the account creation on sepolia network requires users to specify an account contract class hash. This can be any custom class hash, eg `0x05c478ee27f2112411f86f207605b2e2c58cdb647bac0df27f660ef2252359c6` (use this hash at your own risk!).
1316
1417
## Examples
1518

docs/src/starknet/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Starknet Foundry `sncast` is a command line tool for performing Starknet RPC cal
55
> 💡 **Info**
66
> At the moment, `sncast` only supports contracts written in [Cairo](https://github.com/starkware-libs/cairo) v1 and v2.
77
8+
> ⚠️ **Warning**
9+
> Currently, only OpenZeppelin accounts (cairo 0) are supported.
10+
811
## How to Use `sncast`
912

1013
To use `sncast`, run the `sncast` command followed by a subcommand (see [available commands](../appendix/sncast.md)):

0 commit comments

Comments
 (0)