Skip to content

Commit

Permalink
SDK v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ytham committed Jul 17, 2024
1 parent 3566724 commit d3a8ee3
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 29 deletions.
1 change: 0 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[submodule "lib/axiom-std"]
path = lib/axiom-std
url = https://github.com/axiom-crypto/axiom-std
branch = feat/crosschain
2 changes: 1 addition & 1 deletion app/index-crosschain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const axiomMain = async (input: UserInput<CircuitInputs>) => {
},
bridgeType: BridgeType.BlockhashOracle,
callback: {
target: "0x06442B357582282b4f7E76D47787dcF1C175fF1c",
target: "0x19cB3D866B711EeCbCF76C3f2f9eE1212d672430",
},
});
await axiom.init();
Expand Down
2 changes: 1 addition & 1 deletion lib/axiom-std
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Intrinsic Technologies",
"license": "MIT",
"dependencies": {
"@axiom-crypto/client": "2.1.0-rc.1",
"@axiom-crypto/client": "2.1.0",
"dotenv": "^16.3.1"
},
"devDependencies": {
Expand Down
50 changes: 25 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d3a8ee3

Please sign in to comment.