bom-contracts/deploy/00_treasury.ts

9 lines
208 B
TypeScript
Raw Normal View History

2022-07-25 15:40:16 +00:00
import { ethers, run } from "hardhat";
import * as crypto from "crypto"
//TBD
//@ts-ignore
module.exports = async ({ getNamedAccounts, deployments, getChainId }) => {
};
module.exports.tags = ['Treasury']