Initial commit
This commit is contained in:
9
deploy/00_treasury.ts
Normal file
9
deploy/00_treasury.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { ethers, run } from "hardhat";
|
||||
import * as crypto from "crypto"
|
||||
|
||||
//TBD
|
||||
//@ts-ignore
|
||||
module.exports = async ({ getNamedAccounts, deployments, getChainId }) => {
|
||||
|
||||
};
|
||||
module.exports.tags = ['Treasury']
|
Reference in New Issue
Block a user