First edits made like in the video.
This commit is contained in:
10
packages/react-app/src/config.js
vendored
Normal file
10
packages/react-app/src/config.js
vendored
Normal 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]",
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user