Skip to content

Commit

Permalink
swap to goldsky subgraph (#38)
Browse files Browse the repository at this point in the history
* swap to goldsky subgraph

* Update .github/workflows/tinlake-ui-deploy-to-prod.yml

Co-authored-by: JP <[email protected]>

* switch subgraph to use prod instead of versioned

---------

Co-authored-by: JP <[email protected]>
  • Loading branch information
AStox and JP authored Nov 22, 2023
1 parent 17e72cc commit 213c51a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tinlake-ui-deploy-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
NEXT_PUBLIC_PORTIS_KEY: 'bc9e2922-2ebd-4e2b-86f6-7c7855bdf07f'
NEXT_PUBLIC_REWARDS_TREE_URL: 'https://storage.googleapis.com/rad-rewards-trees-mainnet-production/latest.json'
NEXT_PUBLIC_RPC_URL: 'https://mainnet.infura.io/v3/ed5e0e19bcbc427cbf8f661736d44516'
NEXT_PUBLIC_TINLAKE_DATA_BACKEND_URL: 'https://graph.centrifuge.io/tinlake'
NEXT_PUBLIC_TINLAKE_DATA_BACKEND_URL: 'https://api.goldsky.com/api/public/project_clhi43ef5g4rw49zwftsvd2ks/subgraphs/main/prod/gn'
NEXT_PUBLIC_TRANSACTION_TIMEOUT: '3600'

- name: Deploy To Netlify
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tinlake-ui-deploy-to-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
NEXT_PUBLIC_PORTIS_KEY: 'bc9e2922-2ebd-4e2b-86f6-7c7855bdf07f'
NEXT_PUBLIC_REWARDS_TREE_URL: 'https://storage.googleapis.com/rad-rewards-trees-mainnet-production/latest.json'
NEXT_PUBLIC_RPC_URL: 'https://mainnet.infura.io/v3/ed5e0e19bcbc427cbf8f661736d44516'
NEXT_PUBLIC_TINLAKE_DATA_BACKEND_URL: 'https://graph.centrifuge.io/tinlake'
NEXT_PUBLIC_TINLAKE_DATA_BACKEND_URL: 'https://api.goldsky.com/api/public/project_clhi43ef5g4rw49zwftsvd2ks/subgraphs/main/prod/gn'
NEXT_PUBLIC_TRANSACTION_TIMEOUT: '3600'

- name: Deploy To Netlify
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tinlake-ui-deploy-to-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
NEXT_PUBLIC_PORTIS_KEY: 'bc9e2922-2ebd-4e2b-86f6-7c7855bdf07f'
NEXT_PUBLIC_REWARDS_TREE_URL: 'https://storage.googleapis.com/rad-rewards-trees-mainnet-production/latest.json'
NEXT_PUBLIC_RPC_URL: 'https://mainnet.infura.io/v3/ed5e0e19bcbc427cbf8f661736d44516'
NEXT_PUBLIC_TINLAKE_DATA_BACKEND_URL: 'https://graph.centrifuge.io/tinlake'
NEXT_PUBLIC_TINLAKE_DATA_BACKEND_URL: 'https://api.goldsky.com/api/public/project_clhi43ef5g4rw49zwftsvd2ks/subgraphs/main/prod/gn'
NEXT_PUBLIC_TRANSACTION_TIMEOUT: '3600'

- name: Deploy To Netlify
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tinlake-ui-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
NEXT_PUBLIC_PORTIS_KEY: 'bc9e2922-2ebd-4e2b-86f6-7c7855bdf07f'
NEXT_PUBLIC_REWARDS_TREE_URL: 'https://storage.googleapis.com/rad-rewards-trees-mainnet-production/latest.json'
NEXT_PUBLIC_RPC_URL: 'https://mainnet.infura.io/v3/ed5e0e19bcbc427cbf8f661736d44516'
NEXT_PUBLIC_TINLAKE_DATA_BACKEND_URL: 'https://graph.centrifuge.io/tinlake'
NEXT_PUBLIC_TINLAKE_DATA_BACKEND_URL: 'https://api.goldsky.com/api/public/project_clhi43ef5g4rw49zwftsvd2ks/subgraphs/main/prod/gn'
NEXT_PUBLIC_TRANSACTION_TIMEOUT: '3600'

- name: Deploy To Netlify
Expand Down
2 changes: 1 addition & 1 deletion tinlake-ui/.env.mainnet-example
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ NEXT_PUBLIC_POOLS_IPFS_HASH_OVERRIDE=QmfShrE7bvcjiyiBjyyzfJz6dFtZ8RLdoHHA9bG1GFZ
NEXT_PUBLIC_PORTIS_KEY=bc9e2922-2ebd-4e2b-86f6-7c7855bdf07f
NEXT_PUBLIC_REWARDS_TREE_URL=https://storage.googleapis.com/rad-rewards-trees-mainnet-production/latest.json
NEXT_PUBLIC_RPC_URL=https://mainnet.infura.io/v3/ed5e0e19bcbc427cbf8f661736d44516
NEXT_PUBLIC_TINLAKE_DATA_BACKEND_URL=https://graph.centrifuge.io/tinlake
NEXT_PUBLIC_TINLAKE_DATA_BACKEND_URL=https://api.goldsky.com/api/public/project_clhi43ef5g4rw49zwftsvd2ks/subgraphs/main/prod/gn
NEXT_PUBLIC_TRANSACTION_TIMEOUT=3600

0 comments on commit 213c51a

Please sign in to comment.