Files
technikoin/packages/react-app/src/config.js
2022-11-01 17:04:55 +01:00

10 lines
226 B
JavaScript

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