Last active
February 17, 2023 06:35
-
-
Save 0xV4L3NT1N3/693842b9b0c77e63e5113489eb960af3 to your computer and use it in GitHub Desktop.
Solidity Standard Json with viaIR setting
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
solidity: { | |
version: "0.8.9", | |
settings: { | |
viaIR: true, | |
}, | |
}, | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment