Skip to content

Commit

Permalink
gsComments
Browse files Browse the repository at this point in the history
  • Loading branch information
ytham committed Jun 2, 2024
1 parent 3fa8d5e commit 42671e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@ jobs:
- name: Check forge tree
run: forge tree

- name: Debugging - Print current directory
run: pwd

- name: Debugging - List files
run: ls -la test/circuit-rs/data

- name: Run Foundry tests
run: |
export PROVIDER_URI_SEPOLIA=${{ secrets.PROVIDER_URI_SEPOLIA }}
Expand Down
8 changes: 0 additions & 8 deletions cli/axiom-std-cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ program.command("prove")
const sdkRs = program.command("sdk-rs")
.description("Axiom Rust SDK helper commands");

// sourceChainId: string,
// computeResultsJson: string,
// callbackTarget: string,
// callbackExtraData: string,
// maxFeePerGas: string,
// callbackGasLimit: string,
// overrideAxiomQueryFee: string,
// refundee: string,
sdkRs.command("mock-query-args")
.description("Generate a mock compute proof")
.argument("<compute results string>", "compute results as a string")
Expand Down

0 comments on commit 42671e3

Please sign in to comment.