Skip to content

Commit

Permalink
cmd: add anagami values
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Aug 17, 2024
1 parent cd52e7b commit 6f9aaee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/walletd/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ func runNode(ctx context.Context, cfg config.Config, log *zap.Logger, enableDebu
case "zen":
network, genesisBlock = chain.TestnetZen()
bootstrapPeers = syncer.ZenBootstrapPeers
case "anagami":
network, genesisBlock = chain.TestnetAnagami()
bootstrapPeers = syncer.AnagamiBootstrapPeers
default:
return errors.New("invalid network: must be one of 'mainnet', 'zen', or 'anagami'")
}
Expand Down

0 comments on commit 6f9aaee

Please sign in to comment.