MCPcopy Create free account
hub / github.com/ChainSafe/Delorean-Protocol / stopGanache

Function stopGanache

contracts/scripts/util.ts:142–149  ·  view source on GitHub ↗
(server)

Source from the content-addressed store, hash-verified

140}
141
142async function stopGanache(server) {
143 return new Promise((resolve, reject) => {
144 server.close((err) => {
145 if (err) reject(err)
146 else resolve()
147 })
148 })
149}
150
151export async function getRuntimeBytecode(bytecode) {
152 // Check if bytecode is provided

Callers 1

getRuntimeBytecodeFunction · 0.85

Calls 1

closeMethod · 0.80

Tested by

no test coverage detected