Skip to content

Commit

Permalink
SDK v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ytham committed Oct 21, 2024
1 parent 794f2a4 commit 4e049ff
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 35 deletions.
8 changes: 4 additions & 4 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "governance-params-example-nextjs",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,13 +10,13 @@
"build:circuit": "axiom circuit compile axiom/governance.circuit.ts"
},
"dependencies": {
"@axiom-crypto/client": "2.1.0",
"@axiom-crypto/react": "2.1.0",
"@axiom-crypto/client": "2.1.1",
"@axiom-crypto/react": "2.1.1",
"@tanstack/react-query": "^5.17.12",
"@types/node": "20.6.2",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@web3modal/wagmi": "^4.0.13",
"@web3modal/wagmi": "4.0.13",
"autoprefixer": "10.4.15",
"comlink": "^4.4.1",
"eslint": "8.49.0",
Expand Down
34 changes: 17 additions & 17 deletions app/pnpm-lock.yaml

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "governance-params-example",
"version": "1.1.0",
"description": "",
"version": "1.1.1",
"description": "Autonomous governance parameter update using the Axiom SDK",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -10,7 +10,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@axiom-crypto/client": "2.1.0",
"@axiom-crypto/client": "2.1.1",
"dotenv": "^16.3.2",
"viem": "^2.5.0"
},
Expand Down
18 changes: 9 additions & 9 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 4e049ff

Please sign in to comment.