Skip to content

Commit 60b73d3

Browse files
committed
upgrades: add a test to verify that new implementation layout is compatible with previously deployed contracts
1 parent 766c04d commit 60b73d3

File tree

5 files changed

+30603
-227
lines changed

5 files changed

+30603
-227
lines changed

hardhat.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import 'hardhat-typechain'
2121
import 'hardhat-gas-reporter'
2222
import 'hardhat-contract-sizer'
2323
import '@tenderly/hardhat-tenderly'
24+
import '@openzeppelin/hardhat-upgrades'
2425

2526
// TODO: Not supported for now in hardhat
2627
// usePlugin('solidity-coverage')

0 commit comments

Comments
 (0)