@@ -23,35 +23,3 @@ test = "snforge test"
23
23
[profile .dev .cairo ]
24
24
unstable-add-statements-code-locations-debug-info = true
25
25
unstable-add-statements-functions-debug-info = true
26
-
27
-
28
-
29
- # Visit https://foundry-rs.github.io/starknet-foundry/appendix/scarb-toml.html for more information
30
-
31
- # [tool.snforge] # Define `snforge` tool section
32
- # exit_first = true # Stop tests execution immediately upon the first failure
33
- # fuzzer_runs = 1234 # Number of runs of the random fuzzer
34
- # fuzzer_seed = 1111 # Seed for the random fuzzer
35
-
36
- # [[tool.snforge.fork]] # Used for fork testing
37
- # name = "SOME_NAME" # Fork name
38
- # url = "http://your.rpc.url" # Url of the RPC provider
39
- # block_id.tag = "latest" # Block to fork from (block tag)
40
-
41
- # [[tool.snforge.fork]]
42
- # name = "SOME_SECOND_NAME"
43
- # url = "http://your.second.rpc.url"
44
- # block_id.number = "123" # Block to fork from (block number)
45
-
46
- # [[tool.snforge.fork]]
47
- # name = "SOME_THIRD_NAME"
48
- # url = "http://your.third.rpc.url"
49
- # block_id.hash = "0x123" # Block to fork from (block hash)
50
-
51
- # [profile.dev.cairo] # Configure Cairo compiler
52
- # unstable-add-statements-code-locations-debug-info = true # Should be used if you want to use coverage
53
- # unstable-add-statements-functions-debug-info = true # Should be used if you want to use coverage/profiler
54
- # inlining-strategy = "avoid" # Should be used if you want to use coverage
55
-
56
- # [features] # Used for conditional compilation
57
- # enable_for_tests = [] # Feature name and list of other features that should be enabled with it
0 commit comments