Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
fix(daemon): adding test gateway to bootstraps.
Browse files Browse the repository at this point in the history
  • Loading branch information
juligasa committed Oct 16, 2023
1 parent 9ca0951 commit 9c695a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/ipfs/bootstrap_peers.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ var DefaultBootstrapAddresses = []string{
"/dnsaddr/bootstrap.libp2p.io/p2p/QmcZf59bWwK5XFi76CZX8cbJ4BhTzzA3gU1ZjYZcYW3dwt",
"/ip4/104.131.131.82/tcp/4001/p2p/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ", // mars.i.ipfs.io
"/ip4/104.131.131.82/udp/4001/quic/p2p/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ", // mars.i.ipfs.io
"/dns4/hyper.media/tcp/55001/p2p/12D3KooWDZzdDc7RJyRmeMB6jDM4k72zs4L1GWqQz8cNTmLziZro", // mintter gateway
"/dns4/hyper.media/tcp/55001/p2p/12D3KooWDZzdDc7RJyRmeMB6jDM4k72zs4L1GWqQz8cNTmLziZro", // mintter production gateway
"/dns4/mintter.xyz/tcp/56000/p2p/12D3KooWGQf5Sk8bbGhY9Ubwhyqjno5ioCcPuTBoQaneKPRdkWzW", // mintter test gateway
}

0 comments on commit 9c695a6

Please sign in to comment.