10 lines
226 B
JavaScript
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]",
|
|
},
|
|
}; |