You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Configurable according to your needs](https://0xspaceshard.github.io/starknet-devnet/docs/running/cli)
32
32
33
33
## 🌐 Documentation
34
34
35
-
Find the official documentation [here](https://0xspaceshard.github.io/starknet-devnet-rs/).
35
+
Find the official documentation [here](https://0xspaceshard.github.io/starknet-devnet/).
36
36
37
37
## starknet-devnet-js
38
38
39
39
Simplify the installation, spawning and usage of Devnet in your tests by relying on the official JavaScript wrapper. Read more [here](https://github.com/0xspaceShard/starknet-devnet-js).
40
40
41
41
## ✏️ Contributing
42
42
43
-
We ❤️ and encourage all contributions and thank all the [contributors](https://github.com/0xSpaceShard/starknet-devnet-rs/graphs/contributors)!
43
+
We ❤️ and encourage all contributions and thank all the [contributors](https://github.com/0xSpaceShard/starknet-devnet/graphs/contributors)!
44
44
45
45
[Click here](.github/CONTRIBUTING.md) for the development guide.
Copy file name to clipboardExpand all lines: crates/starknet-devnet-core/src/account.rs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ use crate::state::{CustomState, StarknetState};
25
25
usecrate::traits::{Accounted,Deployed};
26
26
usecrate::utils::get_storage_var_address;
27
27
28
-
/// data taken from https://github.com/0xSpaceShard/starknet-devnet/blob/fb96e0cc3c1c31fb29892ecefd2a670cf8a32b51/starknet_devnet/account.py
28
+
/// data taken from https://github.com/0xSpaceShard/starknet-devnet-deprecated/blob/fb96e0cc3c1c31fb29892ecefd2a670cf8a32b51/starknet_devnet/account.py
0 commit comments