Skip to content

Commit

Permalink
Merge pull request #193 from aktionariat/fix/paymenthub-version-at-de…
Browse files Browse the repository at this point in the history
…ploytask

fix: add paymenthub version to deployscript
  • Loading branch information
rube-de committed Apr 29, 2024
2 parents 5f1fb7d + 0f7c1ff commit 107f7da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/tasktemplate/deploy_brokerbot_ex.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ module.exports = async function ({ ethers, deployments, getNamedAccounts, networ
nconf.set("address:brokerbot", address);
nconf.set("address:brokerbotRegistry", await brokerbotRegistry.getAddress());
nconf.set("version:brokerbot", version.toString());
nconf.set("version:paymentHub", paymentHubVersion.toString());
};


Expand Down

0 comments on commit 107f7da

Please sign in to comment.