Skip to content

Commit

Permalink
feat: remove tenderly test urls, use prod squid url
Browse files Browse the repository at this point in the history
  • Loading branch information
toniocodo committed Aug 2, 2024
1 parent f506249 commit 68a5678
Show file tree
Hide file tree
Showing 7 changed files with 325 additions and 841 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TODO remove after tenderly testing
# graphql Subsquid endpoint
VITE_SUBSQUID_URL="https://origin.squids.live/origin-squid/v/v999/graphql"
VITE_SUBSQUID_URL="https://origin.squids.live/origin-squid/graphql"

# graphql Snapshot endpoint
VITE_SNAPSHOT_URL="https://hub.snapshot.org/graphql"
Expand Down
2 changes: 1 addition & 1 deletion .graphqlconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Subsquid GraphQL Schema",
"schemaPath": [
"https://origin.squids.live/origin-squid/v/v999/graphql",
"https://origin.squids.live/origin-squid/graphql",
"https://origin.squids.live/prime-eth-squid/graphql",
"https://hub.snapshot.org/graphql"
]
Expand Down
6 changes: 3 additions & 3 deletions apps/defi/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TODO remove after tenderly testing
# Set this to any custom RPC to override public endpoint
VITE_CUSTOM_RPC="https://virtual.mainnet.rpc.tenderly.co/ddcbdc85-1370-4fe6-bae8-7b64bb0ba8dc"
# Set these to any custom RPC to override public endpoint
VITE_CUSTOM_RPC=
VITE_CUSTOM_ARBITRUM_RPC=

# Wallet Connect v2 project id
VITE_WALLET_CONNECT_PROJECT_ID=
Expand Down
289 changes: 80 additions & 209 deletions libs/defi/shared/src/generated/graphql.ts

Large diffs are not rendered by default.

289 changes: 80 additions & 209 deletions libs/governance/shared/src/generated/graphql.ts

Large diffs are not rendered by default.

289 changes: 80 additions & 209 deletions libs/oeth/shared/src/generated/graphql.ts

Large diffs are not rendered by default.

289 changes: 80 additions & 209 deletions libs/ousd/shared/src/generated/graphql.ts

Large diffs are not rendered by default.

0 comments on commit 68a5678

Please sign in to comment.