governance-patch/scripts/layout.js

8 lines
108 B
JavaScript
Raw Normal View History

2023-05-22 18:17:04 +03:00
const hre = require('hardhat')
async function main() {
await hre.storageLayout.export()
}
main()