1
0
tornado-governance/scripts/layout.js

8 lines
101 B
JavaScript
Raw Normal View History

const hre = require('hardhat')
async function main() {
await hre.storageLayout.export()
}
main()