Skip to content

Commit

Permalink
bump bootstrap seed version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeepee committed Dec 3, 2022
1 parent eab61a6 commit 6cb086f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/src/utils/fetchLatestBootstrapSeed.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import path from "path";
import { tryDownload } from "./download";

const BOOTSTRAP_LINK = "https://github.com/perspect3vism/ad4m-seeds/releases/download/0.0.3/mainnetSeed.json";
const BOOTSTRAP_LINK = "https://github.com/perspect3vism/ad4m-seeds/releases/download/0.0.4/mainnetSeed.json";

export const MAINNET_SEED = "mainnet_seed.json";

Expand Down

0 comments on commit 6cb086f

Please sign in to comment.