MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / log

Function log

kms/auth-eth/scripts/deploy.ts:11–15  ·  view source on GitHub ↗
(...msgs: any[])

Source from the content-addressed store, hash-verified

9export async function deployContract(hre: HardhatRuntimeEnvironment, contractName: string, initializerArgs: any[] = [], quiet: boolean = false, initializer?: string) {
10 try {
11 function log(...msgs: any[]) {
12 if (!quiet) {
13 console.log(...msgs);
14 }
15 }
16
17 log(`Starting ${contractName} deployment process...`);
18

Callers 1

deployContractFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected