Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added leaderboard component with query #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .env.development
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
REACT_APP_ORACLE_DOMAIN=http://oracle.dlc.link:8085
REACT_APP_WALLET_DOMAIN=https://dev-oracle.dlc.link/wallet
REACT_APP_WALLET_DOMAIN=https://testnet.dlc.link/wallet

REACT_APP_SEPOLIA_DLC_BROKER_ADDRESS=0x402808d7b3D3C28B0B8D43c4704012FEe47cA3Ba
REACT_APP_SEPOLIA_BTC_NFT_ADDRESS=0xC262d254E76921A85dB0BDb1D0De64D796b373c3
REACT_APP_SEPOLIA_DLC_MANAGER_ADDRESS=0x1311E7A950313a8b0Eb0C11b199f3D62608dF243

REACT_APP_GOERLI_DLC_BROKER_ADDRESS=0x1FdbEdb02D1b767cbB27a9a1303Ced6417907e33
REACT_APP_GOERLI_BTC_NFT_ADDRESS=0x4873960a8B6d3F2EeaF9d16931d2eB5763Ada1f2
REACT_APP_GOERLI_DLC_BROKER_ADDRESS=0xa00Ce9894BE460A331d03e9D457D45Bef5887f82
REACT_APP_GOERLI_BTC_NFT_ADDRESS=0x3E5d9532955d97423B7484FB46453495476D62B3
REACT_APP_GOERLI_DLC_MANAGER_ADDRESS=0x61C716C12Ee4B700A08289BF97B4BcBB0072B7A9
REACT_APP_ADDITIONAL_EXTENSION_IDS=nminefocgojkadkocbddiddjmoooonhe,gjjgfnpmfpealbpggmhfafcddjiopbpa,kmidoigmjbbecngmenanflcogbjojlhf,niinmdkjgghdkkmlilpngkccihjmefin,bdadpbnmclplacnjpjoigpmbcinccnep,pijajlnoadmfancnckejodabelilkcoa,ciklofdnappakofbgdmklkbmkegkoboh,joagblbnmjlbemmfajcannjecohbchdo,omkkmajabhkaammcjfangdgghcbeicld
8 changes: 8 additions & 0 deletions .graphclientrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
sources:
- name: dlc-broker
handler:
graphql:
endpoint: https://api.studio.thegraph.com/query/48231/dlc-broker/version/latest

documents:
- ./src/queries/getVaults.graphql
Loading