Merge pull request #9 from sirouk/patch-1

Update config.go
This commit is contained in:
Cassandra Heart 2023-09-03 18:36:16 -07:00 committed by GitHub
commit 1572433a07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,7 @@ func LoadConfig(configPath string, proverKey string) (*Config, error) {
ListenMultiaddr: "/ip4/0.0.0.0/udp/8336/quic",
BootstrapPeers: []string{
"/dns/bootstrap.quilibrium.com/udp/8336/quic/p2p/QmUhm9iZVruSxyavjoPLCfuoRG94SGQEkfxEEoukEZmD5B",
"/ip4/204.186.74.47/udp/8317/quic/p2p/Qmd233pLUDvcDW3ama27usfbG1HxKNh1V9dmWVW1SXp1pd",
},
PeerPrivKey: "",
},