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.
2 parents 2e59094 + 1b113dc commit 4c82235Copy full SHA for 4c82235
web/src/consts/chains.ts
@@ -12,8 +12,7 @@ export const SUPPORTED_CHAINS: Record<number, Chain> = {
12
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