From d2a5002e64c558bbd684d7a8edd78ad43a1fbf33 Mon Sep 17 00:00:00 2001 From: Julian Martinez Date: Wed, 13 Sep 2023 17:04:19 -0700 Subject: [PATCH] more diff editing --- dapps/dapp-challenges/challenge-2-liquidity-pool.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/dapps/dapp-challenges/challenge-2-liquidity-pool.mdx b/dapps/dapp-challenges/challenge-2-liquidity-pool.mdx index 53d164fd..535c7b36 100644 --- a/dapps/dapp-challenges/challenge-2-liquidity-pool.mdx +++ b/dapps/dapp-challenges/challenge-2-liquidity-pool.mdx @@ -98,7 +98,6 @@ First, navigate to `frontend/src/contracts.ts` and change const rpcUrl: ```diff -const rpcUrl = 'https://rpc-futurenet.stellar.org' +const rpcUrl = 'http://localhost:8000/soroban/rpc' - ``` Then, change each contract network to standalone: