From 121425b22c13eed7e00010534eb33ffcef26e9e9 Mon Sep 17 00:00:00 2001 From: Naveed Elahi Date: Mon, 23 Oct 2023 09:33:30 +0800 Subject: [PATCH] add signer endpoints for sapphire networks --- packages/constants/src/constants.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/constants/src/constants.ts b/packages/constants/src/constants.ts index 8324e4d..73dc4da 100644 --- a/packages/constants/src/constants.ts +++ b/packages/constants/src/constants.ts @@ -60,6 +60,8 @@ export const NETWORK_MAP = { }; export const SIGNER_MAP = { + [TORUS_SAPPHIRE_NETWORK.SAPPHIRE_MAINNET]: "https://signer.tor.us", + [TORUS_SAPPHIRE_NETWORK.SAPPHIRE_DEVNET]: "https://signer.tor.us", [TORUS_LEGACY_NETWORK.MAINNET]: "https://signer.tor.us", [TORUS_LEGACY_NETWORK.TESTNET]: "https://signer.tor.us", [TORUS_LEGACY_NETWORK.CYAN]: "https://signer-polygon.tor.us",