diff --git a/.stickler.yml b/.stickler.yml index 19f50b579d..8d4ada2717 100644 --- a/.stickler.yml +++ b/.stickler.yml @@ -1,7 +1,7 @@ linters: - golangcilint: - config: .golangci.yml + #golangcilint: + # config: .golangci.yml shellcheck: shell: bash diff --git a/core/network/p2p/options.go b/core/network/p2p/options.go index 183146fc57..bd8c47e6b2 100644 --- a/core/network/p2p/options.go +++ b/core/network/p2p/options.go @@ -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{