We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e341f commit e494140Copy full SHA for e494140
1 file changed
src/components/common/network-provider/network-provider.tsx
@@ -4,7 +4,8 @@ const ENABLE_LOCAL_NETWORK =
4
import.meta.env.VITE_ENABLE_LOCAL_NETWORK === 'true';
5
6
const BASE_NETWORKS = {
7
- dirac: 'https://subsquid.quantus.com/graphql'
+ dirac: 'https://subsquid.quantus.com/green/graphql'
8
+ // planck: 'https://subsquid.quantus.com/blue/graphql'
9
} as const;
10
11
const LOCAL_NETWORK = {
0 commit comments