Skip to content

Commit

Permalink
Merge pull request #1101 from mrpalide/feature/network-monitor-pks
Browse files Browse the repository at this point in the history
add network monitor value to skyenv
  • Loading branch information
jdknives committed Feb 16, 2022
2 parents f7d81c4 + ec12e4e commit 662b666
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- added `--best-protocol` flag to `skywire-cli config gen`
- added `skywire-cli visor vpn-ui` and `skywire-cli visor vpn-url` commands
- added dsmghttp migration to skywire-visor starting
- added network monitor PKs to skyenv
## 0.5.0

### Changed
Expand Down
2 changes: 2 additions & 0 deletions pkg/skyenv/values.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const (
DefaultUptimeTrackerAddr = "http://ut.skywire.skycoin.com"
DefaultAddressResolverAddr = "http://ar.skywire.skycoin.com"
DefaultSetupPK = "0324579f003e6b4048bae2def4365e634d8e0e3054a20fc7af49daf2a179658557"
DefaultNetworkMonitorPKs = ""
)

// Constants for testing deployment.
Expand All @@ -43,6 +44,7 @@ const (
TestUptimeTrackerAddr = "http://ut.skywire.dev"
TestAddressResolverAddr = "http://ar.skywire.dev"
TestSetupPK = "026c2a3e92d6253c5abd71a42628db6fca9dd9aa037ab6f4e3a31108558dfd87cf"
TestNetworkMonitorPKs = ""
)

// Dmsg port constants.
Expand Down

0 comments on commit 662b666

Please sign in to comment.