Skip to content

Commit

Permalink
update viem
Browse files Browse the repository at this point in the history
needed to pull in the snaxchain, which we want
  • Loading branch information
dbeal-eth committed Sep 26, 2024
1 parent e80cc24 commit 9ad9685
Show file tree
Hide file tree
Showing 8 changed files with 112 additions and 50 deletions.
2 changes: 1 addition & 1 deletion examples/sample-hardhat-toolbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"hardhat": "^2.19.2",
"hardhat-cannon": "workspace:*",
"viem": "^2.16.5"
"viem": "^2.21.15"
}
}
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"helmet": "^7.1.0",
"prom-client": "^15.1.2",
"redis": "^4.6.13",
"viem": "^2.16.5"
"viem": "^2.21.15"
},
"devDependencies": {
"@types/cors": "^2.8.17",
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"pako": "^2.1.0",
"promise-events": "^0.2.4",
"typestub-ipfs-only-hash": "^4.0.0",
"viem": "^2.16.5",
"viem": "^2.21.15",
"zod": "^3.23.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"table": "^6.8.2",
"tildify": "3.0.0",
"untildify": "^4.0.0",
"viem": "^2.16.5",
"viem": "^2.21.15",
"znv": "^0.4.0",
"zod": "^3.23.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-cannon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"chalk": "^4.1.2",
"debug": "^4.3.6",
"fs-extra": "^11.2.0",
"viem": "^2.16.5"
"viem": "^2.21.15"
},
"gitHead": "81979336c4cfe5f1f8ee7677b2b968f886a20a87"
}
2 changes: 1 addition & 1 deletion packages/indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"envalid": "^8.0.0",
"lodash": "^4.17.21",
"redis": "^4.6.13",
"viem": "^2.16.5"
"viem": "^2.21.15"
},
"devDependencies": {
"@types/connect-busboy": "^1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"remark-gfm": "^3.0.1",
"simple-url": "^1.1.8",
"styled-components": "^6.0.7",
"viem": "2.16.5",
"viem": "^2.21.15",
"wagmi": "^2.5.13",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.21.4",
Expand Down
148 changes: 105 additions & 43 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 9ad9685

Please sign in to comment.