We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff692f1 commit 7c4a2a1Copy full SHA for 7c4a2a1
packages/cli/src/index.ts
@@ -14,7 +14,7 @@ import Spinner from "./spinner.js"
14
const packagePath = `${dirname(fileURLToPath(import.meta.url))}/..`
15
const { description, version } = JSON.parse(readFileSync(`${packagePath}/package.json`, "utf8"))
16
17
-const supportedNetworks = ["sepolia", "goerli", "mumbai", "optimism-goerli", "arbitrum"]
+const supportedNetworks = ["sepolia", "goerli", "mumbai", "optimism-goerli", "arbitrum", "arbitrum-goerli"]
18
19
program
20
.name("semaphore")
0 commit comments