Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const config: HardhatUserConfig = {
compilers: [
{ version: '0.8.21', settings: v8Settings }, // PoCo Boost
{ version: '0.6.12', settings }, // PoCo contracts
{ version: '0.4.11', settings }, // RLC contracts
{ version: '0.4.24', settings }, // RLC contracts

Copilot AI Nov 3, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The comment states 'RLC contracts' but the code change shows this is specifically for rlc-faucet-contract (based on the skip logic added in check-storage.ts). Consider updating the comment to be more specific, e.g., '// RLC faucet contract' to clarify which contracts use this compiler version.

Suggested change
{ version: '0.4.24', settings }, // RLC contracts
{ version: '0.4.24', settings }, // RLC faucet contract

Copilot uses AI. Check for mistakes.
],
},
namedAccounts: {
Expand Down
Loading