We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e59094 commit 609b4eaCopy full SHA for 609b4ea
web/src/consts/chains.ts
@@ -13,7 +13,7 @@ export const SUPPORTED_CHAINS: Record<number, Chain> = {
13
// Read Only
14
export const QUERY_CHAINS: Record<number, Chain> = {
15
[gnosisChiado.id]: gnosisChiado,
16
- [gnosis.id]: gnosis,
+ [isProductionDeployment() ? gnosis.id : gnosisChiado.id]: isProductionDeployment() ? gnosis : gnosisChiado,
17
[mainnet.id]: mainnet,
18
};
19
0 commit comments