diff --git a/packages/react-app/src/config.js b/packages/react-app/src/config.js index c8e7975..5b0b6cd 100644 --- a/packages/react-app/src/config.js +++ b/packages/react-app/src/config.js @@ -5,6 +5,6 @@ export const ROUTER_ADDRESS = "[YOUR ADDRESS HERE]"; export const DAPP_CONFIG = { readOnlyChainId: Goerli.chainId, readOnlyUrls: { - [Goerli.chainId]: "[YOUR URL HERE]", + [Goerli.chainId]: "https://eth-goerli.g.alchemy.com/v2/HTekLlXug0hrSWhUk6dumCafQztJPTQy", }, }; \ No newline at end of file