import { ethers, run } from "hardhat"; import * as crypto from "crypto" //TBD //@ts-ignore module.exports = async ({ getNamedAccounts, deployments, getChainId }) => { }; module.exports.tags = ['Treasury']