Skip to content

Commit

Permalink
Merge pull request #617 from moul/dev/moul/new-bootstrap
Browse files Browse the repository at this point in the history
chore: update default bootstrap node
  • Loading branch information
moul committed Nov 16, 2018
2 parents b780785 + 72e7cb4 commit 2660585
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .stickler.yml
@@ -1,7 +1,7 @@
linters:

golangcilint:
config: .golangci.yml
#golangcilint:
# config: .golangci.yml

shellcheck:
shell: bash
Expand Down
6 changes: 3 additions & 3 deletions core/network/p2p/options.go
Expand Up @@ -26,9 +26,9 @@ import (
)

var DefaultBootstrap = []string{
"/ip4/104.248.78.238/tcp/4004/ipfs/QmPCbsVWDtLTdCtwfp5ftZ96xccUNe4hegKStgbss8YACT",
"/ip4/104.248.78.238/tcp/443/ipfs/QmPCbsVWDtLTdCtwfp5ftZ96xccUNe4hegKStgbss8YACT",
"/ip4/104.248.78.238/tcp/80/ipfs/QmPCbsVWDtLTdCtwfp5ftZ96xccUNe4hegKStgbss8YACT",
"/ip4/104.248.78.238/tcp/4004/ipfs/QmTeeg5PbTmrJKNiBndzmJmvpvBtZArhMxsgDdzxZXLE29",
"/ip4/104.248.78.238/tcp/443/ipfs/QmTeeg5PbTmrJKNiBndzmJmvpvBtZArhMxsgDdzxZXLE29",
"/ip4/104.248.78.238/tcp/80/ipfs/QmTeeg5PbTmrJKNiBndzmJmvpvBtZArhMxsgDdzxZXLE29",
}

var BootstrapIpfs = []string{
Expand Down

0 comments on commit 2660585

Please sign in to comment.