You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a shell script(s) for the above deployment, these scripts should read the MCD contract addresses from https://github.com/makerdao/testchain/blob/dai.js/out/addresses-mcd.json. This json file should be a parameter passed to the shell script. This way we can deploy BProtocol contracts on top of MCD on testchain.
Create a snapshot on the testchain, so that it can be used by the liquidators to run in Ganache.
To deploy on the testnet / mainnet we just need the specific network's json file. So create the json file for each network.
The text was updated successfully, but these errors were encountered:
Are we able to deploy contracts using
dapp create
ontestchain
?Create deployment contracts like https://github.com/makerdao/dss-deploy for the BProtocol.
Create a shell script(s) for the above deployment, these scripts should read the MCD contract addresses from https://github.com/makerdao/testchain/blob/dai.js/out/addresses-mcd.json. This json file should be a parameter passed to the shell script. This way we can deploy BProtocol contracts on top of MCD on
testchain
.Create a snapshot on the
testchain
, so that it can be used by the liquidators to run in Ganache.To deploy on the testnet / mainnet we just need the specific network's json file. So create the json file for each network.
The text was updated successfully, but these errors were encountered: