Skip to content

Commit

Permalink
fix viem integration
Browse files Browse the repository at this point in the history
  • Loading branch information
wighawag committed Jan 17, 2024
1 parent f04e323 commit beceb1a
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 70 deletions.
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"ldenv": "^0.3.9",
"prettier": "^3.2.3",
"prettier": "^3.2.4",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"hardhat-rocketh": "^1.0.4",
"jolly-roger-common": "workspace:*",
"ldenv": "^0.3.9",
"prettier": "^3.2.3",
"prettier": "^3.2.4",
"prettier-plugin-solidity": "^1.3.1",
"rocketh": "^0.7.4",
"rocketh-deploy": "^1.0.5",
Expand Down
2 changes: 1 addition & 1 deletion indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ethereum-indexer-cli": "^0.6.24",
"ethereum-indexer-server": "^0.6.27",
"ldenv": "^0.3.9",
"prettier": "^3.2.3",
"prettier": "^3.2.4",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"wait-on": "^7.2.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"devDependencies": {
"ask-env": "^0.0.1",
"ldenv": "^0.3.9",
"prettier": "^3.2.3",
"prettier": "^3.2.4",
"syncpack": "^12.3.0",
"vitepress": "1.0.0-rc.39"
},
Expand Down
Loading

0 comments on commit beceb1a

Please sign in to comment.