added provider URL from CRANQ
This commit is contained in:
2
packages/react-app/src/config.js
vendored
2
packages/react-app/src/config.js
vendored
@@ -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",
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user