From b4f19d00bd31f7af1d7b367e70398b43d8ac9f9c Mon Sep 17 00:00:00 2001 From: Patrick Bennett Date: Wed, 9 Oct 2024 18:22:08 -0400 Subject: [PATCH] chore: update fnet reti app id to 639070 --- nodemgr/internal/lib/algo/networks.go | 2 +- ui/.env.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: