From c88edc33181bccca250cccaeb6144b2b8c80b7a4 Mon Sep 17 00:00:00 2001 From: alecdwm Date: Thu, 11 Jan 2024 03:16:08 +0000 Subject: [PATCH] fix: stop import-pjs-config from deleting ewx rpc --- scripts/import-pjs-config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/import-pjs-config.js b/scripts/import-pjs-config.js index 5c39374b52..3183da6199 100644 --- a/scripts/import-pjs-config.js +++ b/scripts/import-pjs-config.js @@ -84,6 +84,7 @@ const ignoreTestnetChainIds = [] // a map of talisman ids to a list of rpcs with which we want to override the pjs list const customChainRpcs = { + ewx: ['wss://public-rpc.mainnet.energywebx.com'], 'genshiro-kusama-2': [], }