Skip to content

Commit

Permalink
feat: move squid to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
toniocodo committed Jul 4, 2024
1 parent 3e395ae commit a7116ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/prime/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# graphql Subsquid endpoint
VITE_SUBSQUID_URL="https://origin.squids.live/prime-eth-squid/v/v13/graphql"
VITE_SUBSQUID_URL="https://origin.squids.live/prime-eth-squid/graphql"

# Set this to any custom RPC to override public endpoint
VITE_CUSTOM_RPC=
Expand Down
4 changes: 2 additions & 2 deletions libs/prime/shared/codegen.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import type { CodegenConfig } from '@graphql-codegen/cli';

const config: CodegenConfig = {
schema: 'https://origin.squids.live/prime-eth-squid/v/v13/graphql',
schema: 'https://origin.squids.live/prime-eth-squid/graphql',
documents: 'libs/prime/**/src/**/*.graphql',
generates: {
'libs/prime/shared/src/generated/graphql.ts': {
schema: 'https://origin.squids.live/prime-eth-squid/v/v13/graphql',
schema: 'https://origin.squids.live/prime-eth-squid/graphql',
plugins: ['typescript'],
config: {
scalars: {
Expand Down

0 comments on commit a7116ae

Please sign in to comment.