Skip to content

Commit

Permalink
Merge develop to main (v2.1.0) (#120)
Browse files Browse the repository at this point in the history
Co-authored-by: HrikB <[email protected]>
Co-authored-by: Shayan Hosseini <[email protected]>
  • Loading branch information
3 people authored Jul 16, 2024
1 parent ce73595 commit 4a6855f
Show file tree
Hide file tree
Showing 105 changed files with 8,194 additions and 6,363 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@ env:
PRIVATE_KEY_SEPOLIA: ${{ secrets.PRIVATE_KEY_SEPOLIA }}
PRIVATE_KEY_84532: ${{ secrets.PRIVATE_KEY_84532 }}
PRIVATE_KEY_11155111: ${{ secrets.PRIVATE_KEY_11155111 }}
PROVIDER_URI_MAINNET: ${{ secrets.PROVIDER_URI_MAINNET }}
PROVIDER_URI_SEPOLIA: ${{ secrets.PROVIDER_URI_SEPOLIA }}
PROVIDER_URI_GOERLI: ${{ secrets.PROVIDER_URI_GOERLI }}
PROVIDER_URI_1: ${{ secrets.PROVIDER_URI_1 }}
PROVIDER_URI_84532: ${{ secrets.PROVIDER_URI_84532 }}
PROVIDER_URI_11155111: ${{ secrets.PROVIDER_URI_11155111 }}
RPC_URL_1: ${{ secrets.RPC_URL_1 }}
RPC_URL_84532: ${{ secrets.RPC_URL_84532 }}
RPC_URL_11155111: ${{ secrets.RPC_URL_11155111 }}
PINATA_JWT: ${{ secrets.PINATA_JWT }}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion circuit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiom-crypto/circuit",
"version": "2.0.9",
"version": "2.1.0",
"author": "Intrinsic Technologies",
"license": "MIT",
"description": "Client SDK to write custom queries for Axiom, the ZK Coprocessor for Ethereum.",
Expand Down
Loading

0 comments on commit 4a6855f

Please sign in to comment.