Skip to content

Commit

Permalink
Merge pull request #1053 from TempleDAO/stage
Browse files Browse the repository at this point in the history
stage -> main
  • Loading branch information
frontier159 authored Jun 30, 2024
2 parents 404a78c + 4b2086f commit c6836d2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions apps/dapp/src/constants/env/local.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ const ENV = import.meta.env;

const env: Environment = {
alchemyId: '-nNWThz_YpX1cGffGiz-lbSMu7dmp4GK',
rpcUrl:
'https://eth-mainnet.g.alchemy.com/v2/AorwfDdHDsEjIX4HPwS70zkVjWqjv5vZ',
rpcUrl: 'https://eth.llamarpc.com',
backendUrl: 'http://localhost:3001',
contracts: {
balancerVault: '',
Expand Down Expand Up @@ -62,7 +61,8 @@ const env: Environment = {
balancerV2:
'https://api.thegraph.com/subgraphs/name/templedao/templedao-balancer-v2',
// TODO: Will be deprecated
ramos: 'https://api.studio.thegraph.com/query/76011/temple-ramos/version/latest',
ramos:
'https://api.studio.thegraph.com/query/76011/temple-ramos/version/latest',
// templeV2: 'https://api.studio.thegraph.com/query/520/v2-sepolia/version/latest',
templeV2:
'https://subgraph.satsuma-prod.com/a912521dd162/templedao/temple-v2-mainnet/api',
Expand Down
6 changes: 3 additions & 3 deletions apps/dapp/src/constants/env/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import { Environment } from './types';

const env: Environment = {
alchemyId: 'AorwfDdHDsEjIX4HPwS70zkVjWqjv5vZ',
rpcUrl:
'https://eth-mainnet.g.alchemy.com/v2/AorwfDdHDsEjIX4HPwS70zkVjWqjv5vZ',
rpcUrl: 'https://eth.llamarpc.com',
backendUrl: 'https://backend-stage.templedao.link',
contracts: {
balancerVault: '',
Expand Down Expand Up @@ -60,7 +59,8 @@ const env: Environment = {
balancerV2:
'https://api.thegraph.com/subgraphs/name/templedao/templedao-balancer-v2',
// TODO: Will be deprecated
ramos: 'https://api.studio.thegraph.com/query/76011/temple-ramos/version/latest',
ramos:
'https://api.studio.thegraph.com/query/76011/temple-ramos/version/latest',
templeV2:
'https://subgraph.satsuma-prod.com/a912521dd162/templedao/temple-v2-mainnet/api',
templeV2Balances:
Expand Down
6 changes: 3 additions & 3 deletions apps/dapp/src/constants/env/production.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import { Environment } from './types';

const env: Environment = {
alchemyId: 'XiIZxWykHU5AOFBwxKgxseXWN984Mp8F',
rpcUrl:
'https://eth-mainnet.g.alchemy.com/v2/AorwfDdHDsEjIX4HPwS70zkVjWqjv5vZ',
rpcUrl: 'https://eth.llamarpc.com',
backendUrl: 'https://backend.templedao.link',
contracts: {
balancerVault: '0xBA12222222228d8Ba445958a75a0704d566BF2C8',
Expand Down Expand Up @@ -249,7 +248,8 @@ const env: Environment = {
balancerV2:
'https://api.thegraph.com/subgraphs/name/templedao/templedao-balancer-v2',
// TODO: Will be deprecated
ramos: 'https://api.studio.thegraph.com/query/76011/temple-ramos/version/latest',
ramos:
'https://api.studio.thegraph.com/query/76011/temple-ramos/version/latest',
templeV2:
'https://subgraph.satsuma-prod.com/a912521dd162/templedao/temple-v2-mainnet/api',
templeV2Balances:
Expand Down

0 comments on commit c6836d2

Please sign in to comment.