Skip to content

Commit

Permalink
fix: stop import-pjs-config from deleting ewx rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
alecdwm committed Jan 11, 2024
1 parent 6d52595 commit c88edc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/import-pjs-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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': [],
}

Expand Down

0 comments on commit c88edc3

Please sign in to comment.