add initial bootstrap peer

This commit is contained in:
Cassandra Heart 2023-09-03 19:42:59 -05:00
parent c3ffd5c472
commit d007a3d739
No known key found for this signature in database
GPG Key ID: 6352152859385958

View File

@ -81,7 +81,10 @@ func LoadConfig(configPath string, proverKey string) (*Config, error) {
},
P2P: &P2PConfig{
ListenMultiaddr: "/ip4/0.0.0.0/udp/8336/quic",
PeerPrivKey: "",
BootstrapPeers: []string{
"/dns/bootstrap.quilibrium.com/udp/8336/quic/p2p/QmUhm9iZVruSxyavjoPLCfuoRG94SGQEkfxEEoukEZmD5B",
},
PeerPrivKey: "",
},
Engine: &EngineConfig{
ProvingKeyId: "default-proving-key",