Skip to content

Commit

Permalink
Merge pull request #2516 from BibliothecaDAO/bridge
Browse files Browse the repository at this point in the history
Graphql data fetching
  • Loading branch information
RedBeardEth authored Dec 22, 2024
2 parents 9fd3880 + 7ff7001 commit 792d852
Show file tree
Hide file tree
Showing 28 changed files with 7,149 additions and 13,713 deletions.
2 changes: 1 addition & 1 deletion landing/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ VITE_PUBLIC_WORLD_ADDRESS="0x5013b17c43a2b664ec2a38aa45f6d891db1188622ec7cf32041
VITE_PUBLIC_ACCOUNT_CLASS_HASH="0x07dc7899aa655b0aae51eadff6d801a58e97dd99cf4666ee59e704249e51adf2"
VITE_PUBLIC_FEE_TOKEN_ADDRESS=0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7

VITE_PUBLIC_TORII=https://eternum.glihm.xyz
VITE_PUBLIC_TORII=https://api.cartridge.gg/x/eternum-prod/torii
VITE_PUBLIC_NODE_URL=https://api.cartridge.gg/x/starknet/mainnet
VITE_PUBLIC_DEV=false
VITE_PUBLIC_GAME_VERSION="v1.0.0-rc0"
Expand Down
2 changes: 1 addition & 1 deletion landing/codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dotenvConfig({ path: "./.env.local" }); //Change for production?

const config: CodegenConfig = {
overwrite: true,
schema: "https://api.cartridge.gg/x/realms-world-03/torii" + "/graphql",
schema: "https://api.cartridge.gg/x/sepolia-rc-18/torii" + "/graphql",
documents: "src/**/*.tsx",
ignoreNoDocuments: true,
generates: {
Expand Down
Loading

0 comments on commit 792d852

Please sign in to comment.