Skip to content

Commit

Permalink
update default config for new&dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
nom4dv3 committed Nov 13, 2023
1 parent 783b817 commit c65f9ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/zkgraph-cli/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ export interface UserConfig {
UserPrivateKey?: string

/**
* @default "https://zkwasm-explorer.delphinuslab.com:8090"
* @default "https://rpc.zkwasmhub.com:8090"
*/
ZkwasmProviderUrl?: string
/**
* @default "http://compiler.hyperoracle.io/compile"
* @default "http://compiler.dev.hyperoracle.io/compile"
*/
CompilerServerEndpoint?: string
/**
Expand All @@ -34,7 +34,7 @@ export interface UserConfig {
PinataJWT?: string

/**
* @default "[root]/build/zkgraph_full.wasm"
* @default "[root]/build/zkgraph.wasm"
*/
WasmBinPath?: string
/**
Expand Down

0 comments on commit c65f9ba

Please sign in to comment.