MCPcopy Create free account
hub / github.com/dcgtc/dgrants / recordContract

Method recordContract

contracts/scripts/ScriptLogger.ts:55–58  ·  view source on GitHub ↗
(name: string, address: string)

Source from the content-addressed store, hash-verified

53 }
54
55 recordContract(name: string, address: string): void {
56 console.log(`Deployed ${name} to ${address}`);
57 this.contracts[name] = address;
58 }
59
60 recordAction(name: string, content: string): void {
61 console.log(`${name}: ${content}`);

Callers 1

deploy-poc.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected