Skip to content

Commit

Permalink
Update deployment/deploy.js
Browse files Browse the repository at this point in the history
Co-authored-by: Milen Radkov <me@mradkov.com>
  • Loading branch information
thepiwo and mradkov committed Jun 4, 2021
1 parent 57c75ab commit be3b251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const contractUtils = require('../utils/contract-utils');
const NETWORKS = require('../config/network.json');
const DEFAULT_NETWORK_NAME = 'local';

const EXAMPLE_CONTRACT_SOURCE = './contracts/ExampleContract.aes';
const EXAMPLE_CONTRACT_SOURCE = './contracts/OracleService.aes';

const deploy = async (secretKey, network, compiler) => {
if(!secretKey) {
Expand Down Expand Up @@ -51,4 +51,4 @@ const deploy = async (secretKey, network, compiler) => {

module.exports = {
deploy
};
};

0 comments on commit be3b251

Please sign in to comment.