MCPcopy Create free account
hub / github.com/chainjet/platform / main

Function main

scripts/deploy-runner.ts:5–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import { deployUpgradeableContract } from './deploy.utils'
4
5async function main() {
6 if (!network.config.chainId) {
7 throw new Error('ChainId is required')
8 }
9 await deployUpgradeableContract('ChainJetRunner', CHAINJET_RUNNER_ADDRESS[network.config.chainId])
10}
11
12main()
13 .then(() => process.exit(0))

Callers 1

deploy-runner.tsFile · 0.85

Calls 1

Tested by

no test coverage detected