Skip to content

Commit

Permalink
add polkadot and kusama (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
a10zn8 authored Aug 7, 2024
1 parent 0f143c9 commit f5d75e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion emerald-grpc
2 changes: 1 addition & 1 deletion foundation/src/main/resources/public
Submodule public updated 1 files
+40 −4 chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class GenericRpcConnector(
}

private fun isSpecialChain(chain: Chain) =
chain == Chain.OPEN_CAMPUS_CODEX__SEPOLIA || chain == Chain.ALEPHZERO__SEPOLIA || chain == Chain.CONNEXT__SEPOLIA || chain == Chain.ALEPHZERO__MAINNET
chain == Chain.OPEN_CAMPUS_CODEX__SEPOLIA || chain == Chain.ALEPHZERO__SEPOLIA || chain == Chain.EVERCLEAR__SEPOLIA || chain == Chain.ALEPHZERO__MAINNET

override fun setCaches(caches: Caches) {
if (head is CachesEnabled) {
Expand Down

0 comments on commit f5d75e1

Please sign in to comment.