Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
03a9692
chore: add @nomicfoundation/hardhat-verify dependency to package.json
gfournieriExec Oct 24, 2025
6e6061b
Merge branch 'main' into fix/upgrade-hardhat-verify
gfournieriExec Oct 24, 2025
e16d485
fix: remove duplicate hardhat-verify dependency from dependencies and…
gfournieriExec Oct 24, 2025
187cb9c
fix: test get package-lock from main branch
gfournieriExec Oct 24, 2025
43218a3
fix: Remove hardhat-verify dependency from devDependencies in package…
gfournieriExec Oct 24, 2025
8e05cec
fix: downgrade @nomicfoundation/hardhat-verify to version 2.0.14 in p…
gfournieriExec Oct 27, 2025
74a117a
chore: update hardhat version and add hardhat-verify dependency
gfournieriExec Oct 28, 2025
da925d4
chore: update hardhat version and remove hardhat-verify dependency
gfournieriExec Oct 31, 2025
f02a1be
Merge branch 'main' into fix/upgrade-hardhat-verify
gfournieriExec Oct 31, 2025
5a7a168
chore: update hardhat-verify to version 2.0.14 in package.json and pa…
gfournieriExec Oct 31, 2025
8635622
chore: update hardhat and re-add upgrades-core dependency
gfournieriExec Oct 31, 2025
adf4f27
fix: downgrade hardhat version to 2.22.18 and remove hardhat-verify d…
gfournieriExec Oct 31, 2025
2748518
fix: update RLC contracts compiler version from 0.4.24 to 0.4.11
gfournieriExec Oct 31, 2025
c0ce2f8
chore: update hardhat version to ^2.24.1 in package.json
gfournieriExec Oct 31, 2025
15eed5e
fix: downgrade hardhat version to 2.24.1 and update type definitions …
gfournieriExec Oct 31, 2025
fc7ced5
fix: regenrate package-lock.json
gfournieriExec Oct 31, 2025
1298535
fix: update RLC contracts compiler version from 0.4.11 to 0.4.24
gfournieriExec Oct 31, 2025
410f3f1
fix: skip contracts from rlc-faucet-contract in storage layout compat…
gfournieriExec Oct 31, 2025
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
],
},
namedAccounts: {
Expand Down
Loading