mirror of
https://github.com/placeholder-soft/storytime.git
synced 2026-04-30 13:31:47 +08:00
10 lines
181 B
TOML
10 lines
181 B
TOML
[profile.default]
|
|
src = 'contracts'
|
|
out = 'out'
|
|
libs = ['node_modules', 'lib']
|
|
test = 'test'
|
|
solc = "0.8.20"
|
|
|
|
cache_path = 'cache_forge'
|
|
etherscan_api_key = "${ETHERSCAN_API_KEY}"
|