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 609b4ea commit 1b113dcCopy full SHA for 1b113dc
web/src/consts/chains.ts
@@ -12,7 +12,6 @@ export const SUPPORTED_CHAINS: Record<number, Chain> = {
12
13
// Read Only
14
export const QUERY_CHAINS: Record<number, Chain> = {
15
- [gnosisChiado.id]: gnosisChiado,
16
[isProductionDeployment() ? gnosis.id : gnosisChiado.id]: isProductionDeployment() ? gnosis : gnosisChiado,
17
[mainnet.id]: mainnet,
18
};
0 commit comments