Skip to content

Commit

Permalink
undo unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDEnYO committed Feb 11, 2025
1 parent 6764160 commit 03b51fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions foundry.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[profile.default]
test = 'test/solidity'
solc_version = '0.8.26'
evm_version = 'cancun'
solc_version = '0.8.17'
evm_version = 'shanghai'
optimizer = true
optimizer_runs = 1000000
sender = '0x00a329c0648769a73afac7f9381e08fb43dbea73'
Expand Down
2 changes: 1 addition & 1 deletion script/deploy/healthCheck.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const coreFacets = [
'GenericSwapFacet',
'GenericSwapFacetV3',
'CalldataVerificationFacet',
// 'StandardizedCallFacet',
'StandardizedCallFacet',
]

const corePeriphery = [
Expand Down

0 comments on commit 03b51fd

Please sign in to comment.