Skip to content

Commit

Permalink
fix: add fuji subgraph url (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
sendra authored Oct 27, 2021
1 parent efb2416 commit 042bbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui-config/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const networkConfigs: { [key: string]: BaseNetworkConfig } = {
publicJsonRPCWSUrl: 'wss://api.avax-test.network/ext/bc/C/rpc',
walletBalanceProvider: '0x3f5A507B33260a3869878B31FB90F04F451d28e3',
uiPoolDataProvider: '0x41b6b18DfF735dbaEda5F5FB5393F57E420D5CB8',
protocolDataUrl: '', // TODO: fill when subgraph deployed
protocolDataUrl: 'https://api.thegraph.com/subgraphs/name/aave/protocol-v2-fuji',
baseUniswapAdapter: '0x0',
baseAsset: 'AVAX',
// incentives hardcoded information
Expand Down

0 comments on commit 042bbaf

Please sign in to comment.