Skip to content

Commit

Permalink
Change sample project's sample task (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
alcuadrado committed Sep 11, 2019
1 parent 6d45e72 commit 719f110
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/buidler-core/sample-project/buidler.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
task("accounts", "Prints a list of the available accounts", async () => {
const accounts = await ethereum.send("eth_accounts");

console.log("Accounts:", accounts);
task("sample-task", "A sample Buidler task", async () => {
console.log(
"To learn how to create your own tasks go to https://buidler.dev/guides/create-task.html"
);
});

module.exports = {};

0 comments on commit 719f110

Please sign in to comment.