We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60bfefa commit 189daa7Copy full SHA for 189daa7
1 file changed
config/config.go
@@ -44,10 +44,12 @@ func init() {
44
case "development":
45
fallthrough
46
case "":
47
+ if Cfg.DelegatePrivateKey == "" {
48
+ // Dummy key
49
+ Cfg.DelegatePrivateKey = "13422b9affd75ff80f94f1ea394e6a6097830cb58cda2d3542f37464ecaee7df"
50
+ }
51
Cfg.AntiAbuseOracles = []string{"http://audius-protocol-discovery-provider-1"}
52
Cfg.Nodes = DevNodes
- // Dummy key
- Cfg.DelegatePrivateKey = "13422b9affd75ff80f94f1ea394e6a6097830cb58cda2d3542f37464ecaee7df"
53
Cfg.Rewards = core_config.MakeRewards(core_config.DevClaimAuthorities, core_config.DevRewardExtensions)
54
case "stage":
55
0 commit comments