// supported networks
export const networks = [
  "gsn", // local gsn network
  // "hardhat", not supported yet
  "goerli",
];

// supported explorers(urls)
export const urls = ["N/A", "https://goerli.etherscan.io/"];
