Skip to content

Commit

Permalink
Update client 2.0.2 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
ytham authored Jan 20, 2024
1 parent 294e28c commit f7fa3b5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ To run Foundry tests that simulate the Axiom integration flow, run
forge test -vvvv
```

## Send a Query on-chain

To send a Query on Sepolia testnet (requires `PRIVATE_KEY_SEPOLIA` in `.env` file), run

```bash
npx tsx app/index.ts
```

## CLI Cheatsheet

```bash
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axiom-quickstart",
"version": "0.2.2",
"version": "0.2.3",
"description": "Axiom Quickstart",
"main": "index.js",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"author": "Intrinsic Technologies",
"license": "ISC",
"dependencies": {
"@axiom-crypto/client": "2.0.0",
"@axiom-crypto/client": "2.0.2",
"dotenv": "^16.3.1",
"ethers": "^6.10.0"
},
Expand Down

0 comments on commit f7fa3b5

Please sign in to comment.