From e7a907095fd20e732c7355776e93cce68b902983 Mon Sep 17 00:00:00 2001 From: Caspar Oostendorp Date: Wed, 20 Dec 2023 13:11:14 +0800 Subject: [PATCH] Remove load_state from the katana reference Since https://github.com/dojoengine/dojo/commit/431d015e3fc43a72f528fbeac741a098b667f7e7 load_state is not there anymore --- src/toolchain/katana/reference.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/toolchain/katana/reference.md b/src/toolchain/katana/reference.md index 802f72f9..28e28ba1 100644 --- a/src/toolchain/katana/reference.md +++ b/src/toolchain/katana/reference.md @@ -166,9 +166,6 @@ Set an exact value of a contract's storage slot.      Dump the state of chain on exit to the given file.      If the value is a directory, the state will be written to `/state.bin`. -`--load-state ` -     Initialize the chain from a previously saved state snapshot. - `--rpc-url `      The Starknet RPC provider to fork the network from.