Skip to content

Commit e494140

Browse files
committed
hotfix: subsquid url
1 parent 98e341f commit e494140

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/common/network-provider/network-provider.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ const ENABLE_LOCAL_NETWORK =
44
import.meta.env.VITE_ENABLE_LOCAL_NETWORK === 'true';
55

66
const BASE_NETWORKS = {
7-
dirac: 'https://subsquid.quantus.com/graphql'
7+
dirac: 'https://subsquid.quantus.com/green/graphql'
8+
// planck: 'https://subsquid.quantus.com/blue/graphql'
89
} as const;
910

1011
const LOCAL_NETWORK = {

0 commit comments

Comments
 (0)