Fix deploy-kit helper script
We no longer need the app ids as json. Those are dynamically calculated now
This commit is contained in:
parent
adb7122a28
commit
91135dbc82
@ -48,7 +48,6 @@ module.exports = async function(callback) {
|
||||
console.log(`Deployed KreditsKit at: ${kreditsKit.address}`);
|
||||
|
||||
fileInject(path.join(__dirname, '..', 'lib/addresses/KreditsKit.json'), networkId, kreditsKit.address);
|
||||
fileInject(path.join(__dirname, '..', 'lib/app_ids.json'), networkId, appIds);
|
||||
|
||||
callback();
|
||||
}).catch((e) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user