From 08b3b7c662c662ab41320ecf7edb7e91381b72c5 Mon Sep 17 00:00:00 2001 From: Victor Creed Date: Mon, 25 Jan 2021 14:06:26 +0200 Subject: [PATCH] upgraded genesis sale backend --- src/utils/classifiers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/classifiers.ts b/src/utils/classifiers.ts index 3c9e60072..4ab4ab105 100644 --- a/src/utils/classifiers.ts +++ b/src/utils/classifiers.ts @@ -56,7 +56,7 @@ export const databaseRpcNodes = { }; export const saleBackend = { - 30: 'https://fastbtc.sovryn.app/genesis', + 30: 'https://genesisbackend.sovryn.app/genesis', 31: 'https://testnet.sovryn.app/genesis', };