Skip to content

Commit

Permalink
update ENR
Browse files Browse the repository at this point in the history
  • Loading branch information
nivBlox committed Aug 29, 2022
1 parent d3a1faa commit 346cc99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/p2p/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (
// Config holds the configuration options for p2p network
type Config struct {
// prod enr
Bootnodes string `yaml:"Bootnodes" env:"BOOTNODES" env-description:"Bootnodes to use to start discovery, seperated with ';'" env-default:"enr:-Li4QCPfwST0fB_k9OQ83j6QdqpRxnZ0rpi4pKzVjQ8ApShpTAdeZxWiemVxXr1nPpudy8KxFrjBxyyXlNszJSAo7yCGAYJ9FJNfh2F0dG5ldHOIAAAAAAAAAACEZXRoMpD1pf1CAAAAAP__________gmlkgnY0gmlwhCLdWuKJc2VjcDI1NmsxoQJGuYb5q5cX6ffdNnY-DC7IjRtVeNIqbwHZS7IlF1FUaoN0Y3CCE4iDdWRwgg-g"`
Bootnodes string `yaml:"Bootnodes" env:"BOOTNODES" env-description:"Bootnodes to use to start discovery, seperated with ';'" env-default:"enr:-Li4QO2k62g1tiwitaoFVMT8zN-sSNPp8cg8Kv-5lg6_6VLjVZREhxVMSmerOTptlKbBaO2iszi7rvKBYzbGf38HpcSGAYLoed50h2F0dG5ldHOIAAAAAAAAAACEZXRoMpD1pf1CAAAAAP__________gmlkgnY0gmlwhCLdWuKJc2VjcDI1NmsxoQITQ1OchoBl5XW9RfBembdN9Er1qNEOIc5ohrQ0rT9B-YN0Y3CCE4iDdWRwgg-g"`

TCPPort int `yaml:"TcpPort" env:"TCP_PORT" env-default:"13001" env-description:"TCP port for p2p transport"`
UDPPort int `yaml:"UdpPort" env:"UDP_PORT" env-default:"12001" env-description:"UDP port for discovery"`
Expand Down

0 comments on commit 346cc99

Please sign in to comment.