diff --git a/nodemgr/internal/lib/algo/networks.go b/nodemgr/internal/lib/algo/networks.go index 581b88cf..139cee75 100644 --- a/nodemgr/internal/lib/algo/networks.go +++ b/nodemgr/internal/lib/algo/networks.go @@ -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": diff --git a/ui/.env.template b/ui/.env.template index 3cd9fb43..e02eee24 100644 --- a/ui/.env.template +++ b/ui/.env.template @@ -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: