Skip to content

Commit 88bd699

Browse files
author
Joey Santoro
committed
foundry.toml
1 parent ea9705b commit 88bd699

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

foundry.toml

+5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ initial_balance = '0xffffffffffffffffffffffff'
2323
libraries = []
2424
libs = ['lib']
2525
names = false
26+
no_storage_caching = false
2627
offline = false
2728
optimizer = true
2829
optimizer_runs = 200
@@ -43,3 +44,7 @@ tx_origin = '0x00a329c0648769a73afac7f9381e08fb43dbea72'
4344
verbosity = 0
4445
via_ir = false
4546

47+
[default.rpc_storage_caching]
48+
chains = 'all'
49+
endpoints = 'all'
50+

0 commit comments

Comments
 (0)