Skip to content

Commit

Permalink
Updating binaries endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonfraga committed Apr 21, 2017
1 parent 402e8d3 commit b001dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swarm.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const path = require("path");
const pick = require("./pick.js");
const {spawn} = require("child_process");

const downloadUrl = "http://maiavictor.com/";
const downloadUrl = "http://ethereum-mist.s3.amazonaws.com/swarm/";

// ∀ a . String -> JSON -> Map String a -o Map String a
// Inserts a key/val pair in an object impurely.
Expand Down

0 comments on commit b001dd3

Please sign in to comment.