From 0880fcd5227aa742056698e1946b03b94a190f02 Mon Sep 17 00:00:00 2001 From: Patrick Bennett Date: Thu, 4 Apr 2024 22:58:44 -0400 Subject: [PATCH] Update testnet app id --- nodemgr/internal/lib/algo/networks.go | 4 ++-- ui/.env.template | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nodemgr/internal/lib/algo/networks.go b/nodemgr/internal/lib/algo/networks.go index 042e48f0..42165ac7 100644 --- a/nodemgr/internal/lib/algo/networks.go +++ b/nodemgr/internal/lib/algo/networks.go @@ -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": diff --git a/ui/.env.template b/ui/.env.template index cf5acf47..352a9401 100644 --- a/ui/.env.template +++ b/ui/.env.template @@ -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 # ========================