Skip to content

Instantly share code, notes, and snippets.

@0xV4L3NT1N3
Last active February 17, 2023 06:35
Show Gist options
  • Save 0xV4L3NT1N3/693842b9b0c77e63e5113489eb960af3 to your computer and use it in GitHub Desktop.
Save 0xV4L3NT1N3/693842b9b0c77e63e5113489eb960af3 to your computer and use it in GitHub Desktop.
Solidity Standard Json with viaIR setting
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