First edits made like in the video.

This commit is contained in:
StockiP
2022-11-01 17:04:55 +01:00
parent 5e9d67bef4
commit 9fdfe8b23f
31 changed files with 69943 additions and 12522 deletions

10
packages/react-app/src/config.js vendored Normal file
View File

@@ -0,0 +1,10 @@
import { Goerli } from "@usedapp/core";
export const ROUTER_ADDRESS = "[YOUR ADDRESS HERE]";
export const DAPP_CONFIG = {
readOnlyChainId: Goerli.chainId,
readOnlyUrls: {
[Goerli.chainId]: "[YOUR URL HERE]",
},
};