Skip to content

Commit

Permalink
update to solc 0.8.23
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrai committed Jan 9, 2024
1 parent 282dda2 commit 610c675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nouns-contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ src = 'contracts'
libs = ['lib', '../../node_modules']
cache_path = 'foundry-cache'
out = 'foundry-out'
solc_version = '0.8.19'
solc_version = '0.8.23'
fs_permissions = [{ access = "read", path = "./"}]
2 changes: 1 addition & 1 deletion packages/nouns-contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dotenv.config();

const config: HardhatUserConfig = {
solidity: {
version: '0.8.19',
version: '0.8.23',
settings: {
optimizer: {
enabled: true,
Expand Down

0 comments on commit 610c675

Please sign in to comment.