9 lines
208 B
TypeScript
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']
|