From 264707d8433540c68927e2092aaa912c5525e706 Mon Sep 17 00:00:00 2001 From: StockiP Date: Sat, 5 Nov 2022 19:44:58 +0100 Subject: [PATCH] Fixed one small typo that broke the build - added the provisional router / smart contract address. --- packages/react-app/src/App.js | 2 +- packages/react-app/src/config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-app/src/App.js b/packages/react-app/src/App.js index 4b7e7a2..9ae9510 100644 --- a/packages/react-app/src/App.js +++ b/packages/react-app/src/App.js @@ -29,7 +29,7 @@ const App = () => {
{account ? ( - loading ? ( + poolsLoading ? ( ) : ) : } diff --git a/packages/react-app/src/config.js b/packages/react-app/src/config.js index 5b0b6cd..fa01d46 100644 --- a/packages/react-app/src/config.js +++ b/packages/react-app/src/config.js @@ -1,6 +1,6 @@ import { Goerli } from "@usedapp/core"; -export const ROUTER_ADDRESS = "[YOUR ADDRESS HERE]"; +export const ROUTER_ADDRESS = "0x064E4De4400401bD78a3bC67EE76e059D443b978"; export const DAPP_CONFIG = { readOnlyChainId: Goerli.chainId,