Skip to content
This repository has been archived by the owner on Sep 3, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1552 from bodhiproject/change-paths
Browse files Browse the repository at this point in the history
Change paths
  • Loading branch information
dwalintukan authored Jul 18, 2019
2 parents 6d8528a + e92b272 commit 9afbf35
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bodhi-ui",
"version": "2.3.0",
"version": "2.4.0",
"dependencies": {
"@date-io/moment": "^1.3.6",
"@material-ui/core": "^4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy-mainnet.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Set local env vars
process.env.NETWORK = 'mainnet';
process.env.API_HOSTNAME = 'bodhipm.nakachain.org';
process.env.API_HOSTNAME = 'api.puti.io';
process.env.SSL = 'true';

// Run build script
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy-testnet.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Set local env vars
process.env.NETWORK = 'testnet';
process.env.API_HOSTNAME = 'testnet.bodhipm.nakachain.org';
process.env.API_HOSTNAME = 'testapi.puti.io';
process.env.SSL = 'true';

// Run build script
Expand Down
2 changes: 1 addition & 1 deletion scripts/start-mainnet.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Set mainnet env vars
process.env.NETWORK = 'mainnet';
process.env.API_HOSTNAME = 'bodhipm.nakachain.org';
process.env.API_HOSTNAME = 'api.puti.io';
process.env.SSL = 'true';

// Run start script
Expand Down
2 changes: 1 addition & 1 deletion scripts/start-testnet.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Set testnet env vars
process.env.NETWORK = 'testnet';
process.env.API_HOSTNAME = 'testnet.bodhipm.nakachain.org';
process.env.API_HOSTNAME = 'testapi.puti.io';
process.env.SSL = 'true';

// Run start script
Expand Down

0 comments on commit 9afbf35

Please sign in to comment.