From a636600ae42f7f0c03e631b016b33ad844af39d4 Mon Sep 17 00:00:00 2001 From: Jeremy Liu <31809888+NotJeremyLiu@users.noreply.github.com> Date: Mon, 8 Apr 2024 21:52:38 -0700 Subject: [PATCH] add saga mainnet chain id to whitelist --- src/config/endpoints.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/endpoints.js b/src/config/endpoints.js index 650723d3..132281a5 100644 --- a/src/config/endpoints.js +++ b/src/config/endpoints.js @@ -142,6 +142,7 @@ exports.WHITELABEL_CHAIN_IDS = { "shentu-22": true, "sifchain-1": true, "sommelier-3": true, + "ssc-1": true, "stargaze-1": true, "stride-1": true, "teritori-1": true,