Skip to content

Commit

Permalink
fix: atlantic endpoint updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mohiiit committed Nov 14, 2024
1 parent f296a30 commit a93afe0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ PROVER_LAYOUT_NAME="dynamic"


## if using atlantic
ATLANTIC_API_KEY="982386fd-2390-4cb4-b25a-039631da3b4e"
ATLANTIC_URL="https://sharp.api.herodotus.cloud"
ATLANTIC_API_KEY="73307f1b-6464-412d-8cce-9473b5073cc2"
ATLANTIC_URL="https://atlantic.api.herodotus.cloud"
# ATLANTIC_URL="https://webhook.site/2b6ef806-7c50-4799-bfb9-76f22e1c4598"
MOCK_FACT_HASH="true" # Whether to use mock fact registry
MOCK_FACT_HASH="false" # Whether to use mock fact registry
PROVER_TYPE="herodotus" # ("herodotus" | "starkware")

##### ON CHAIN CONFIG #####
Expand Down
2 changes: 1 addition & 1 deletion crates/prover-clients/atlantic-service/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ trait ProvingLayer: Send + Sync {
struct EthereumLayer;
impl ProvingLayer for EthereumLayer {
fn customize_request<'a>(&self, request: RequestBuilder<'a>) -> RequestBuilder<'a> {
request.path("/l1/atlantic-query/proof_generation_verification")
request.path("/l1/atlantic-query/proof-generation-verification")
}
}

Expand Down

0 comments on commit a93afe0

Please sign in to comment.