Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pbennett committed Apr 5, 2024
2 parents a2a2b56 + 0880fcd commit 32229cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nodemgr/internal/lib/algo/networks.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ func getDefaults(network string) NetworkConfig {
cfg.NFDAPIUrl = "https://api.nf.domains"
cfg.NodeURL = "https://mainnet-api.algonode.cloud"
case "testnet":
cfg.RetiAppID = 629427552
cfg.RetiAppID = 634511555
cfg.NFDAPIUrl = "https://api.testnet.nf.domains"
cfg.NodeURL = "https://testnet-api.algonode.cloud"
case "betanet":
cfg.RetiAppID = 2019345668
cfg.RetiAppID = 2019373722
cfg.NFDAPIUrl = "https://api.betanet.nf.domains"
cfg.NodeURL = "https://betanet-api.algonode.cloud"
case "sandbox":
Expand Down
2 changes: 1 addition & 1 deletion ui/.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ VITE_NFD_API_URL=https://api.testnet.nf.domains
VITE_NFD_APP_URL=https://app.testnet.nf.domains

# Reti
VITE_RETI_APP_ID=629427552
VITE_RETI_APP_ID=634511555


# ========================
Expand Down

0 comments on commit 32229cd

Please sign in to comment.