added provider URL from CRANQ

This commit is contained in:
Daniel
2022-11-05 10:48:53 +01:00
parent 0625d6d0e6
commit d10a352efb

View File

@@ -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",
},
};