Skip to content

Commit

Permalink
chore: update fnet reti app id to 639070
Browse files Browse the repository at this point in the history
  • Loading branch information
pbennett committed Oct 9, 2024
1 parent 24703fb commit b4f19d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nodemgr/internal/lib/algo/networks.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func getDefaults(network string) NetworkConfig {
cfg.NFDAPIUrl = "https://api.betanet.nf.domains"
cfg.NodeURL = "https://betanet-api.algonode.cloud"
case "fnet":
cfg.RetiAppID = 3221
cfg.RetiAppID = 639070
cfg.NFDAPIUrl = "https://api.betanet.nf.domains"
cfg.NodeURL = "https://fnet-api.4160.nodely.dev"
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 @@ -102,7 +102,7 @@ VITE_NFD_APP_URL=https://app.testnet.nf.domains
VITE_NFD_REGISTRY_APP_ID=84366825

# Reti
VITE_RETI_APP_ID=3221
VITE_RETI_APP_ID=639070

# ========================
# MainNet configuration:
Expand Down

0 comments on commit b4f19d0

Please sign in to comment.