Skip to content

Commit 9e542ee

Browse files
Merge pull request #20 from monad-developers/fix/do-not-use-ipfs
Update foundry.toml
2 parents ffa3f82 + 6b2b2f8 commit 9e542ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

foundry.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
src = "src"
33
out = "out"
44
libs = ["lib"]
5+
metadata = true
6+
metadata_hash = "none" # disable ipfs
7+
use_literal_content = true # use source code
58

69
# Monad Configuration
710
eth-rpc-url="https://testnet-rpc.monad.xyz"

0 commit comments

Comments
 (0)