Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
karzak committed Jun 16, 2020
1 parent cac0912 commit 0d1bb34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kava-labs/kava-tools",
"description": "Tools for interacting with the Kava blockchain",
"version": "0.1.5",
"version": "0.1.6",
"license": "Apache-2.0",
"main": "index.js",
"author": "Kava Labs",
Expand Down
6 changes: 3 additions & 3 deletions scripts/oracle.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ var main = async () => {
await oracle.initClient(lcdURL, mnemonic, legacyHDPath);

// Start cron job
// cron.schedule(process.env.CRONTAB, () => {
// oracle.postPrices();
// });
cron.schedule(process.env.CRONTAB, () => {
oracle.postPrices();
});
};

main();

0 comments on commit 0d1bb34

Please sign in to comment.