Commit a54158c2 authored by Maurelian's avatar Maurelian Committed by Kelvin Fichter

refactor(contracts): change deploy script numbering

parent 1e6d318b
......@@ -9,6 +9,7 @@ import {
waitUntilTrue,
} from '../src/hardhat-deploy-ethers'
// todo: this implementation needs to also have a chugsplash proxy in front of it.
const deployFn: DeployFunction = async (hre) => {
const Lib_AddressManager = await getDeployedContract(
hre,
......
......@@ -9,6 +9,7 @@ import {
waitUntilTrue,
} from '../src/hardhat-deploy-ethers'
// We need to skip this step, because we're keeping the existing proxy.
const deployFn: DeployFunction = async (hre) => {
const Lib_AddressManager = await getDeployedContract(
hre,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment