()
| 3 | import { deployUpgradeableContract } from './deploy.utils' |
| 4 | |
| 5 | async 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 | |
| 12 | main() |
| 13 | .then(() => process.exit(0)) |
no test coverage detected