We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea9705b commit 88bd699Copy full SHA for 88bd699
foundry.toml
@@ -23,6 +23,7 @@ initial_balance = '0xffffffffffffffffffffffff'
23
libraries = []
24
libs = ['lib']
25
names = false
26
+no_storage_caching = false
27
offline = false
28
optimizer = true
29
optimizer_runs = 200
@@ -43,3 +44,7 @@ tx_origin = '0x00a329c0648769a73afac7f9381e08fb43dbea72'
43
44
verbosity = 0
45
via_ir = false
46
47
+[default.rpc_storage_caching]
48
+chains = 'all'
49
+endpoints = 'all'
50
+
0 commit comments