bom-contracts/deploy/00_treasury.ts
2022-07-25 18:40:16 +03:00

9 lines
208 B
TypeScript

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