Skip to content

Commit

Permalink
merge dev
Browse files Browse the repository at this point in the history
  • Loading branch information
wighawag committed Jan 16, 2024
1 parent 7c0671f commit 556178d
Show file tree
Hide file tree
Showing 12 changed files with 897 additions and 1,176 deletions.
4 changes: 2 additions & 2 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"devDependencies": {
"ldenv": "^0.3.9",
"prettier": "^3.1.0",
"prettier": "^3.2.2",
"tsup": "^8.0.1",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"scripts": {
"build": "tsup src/index.ts --dts --format esm,cjs",
Expand Down
20 changes: 10 additions & 10 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"private": true,
"type": "module",
"devDependencies": {
"@nomicfoundation/hardhat-network-helpers": "^1.0.9",
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
"as-soon": "^0.0.4",
"eip-1193": "^0.4.7",
"hardhat": "^2.19.1",
"hardhat": "^2.19.4",
"hardhat-rocketh": "^1.0.4",
"jolly-roger-common": "workspace:*",
"ldenv": "^0.3.9",
"prettier": "^3.1.0",
"prettier-plugin-solidity": "^1.2.0",
"prettier": "^3.2.2",
"prettier-plugin-solidity": "^1.3.1",
"rocketh": "^0.7.4",
"rocketh-deploy": "^1.0.5",
"rocketh-deploy-proxy": "^1.0.5",
Expand All @@ -23,12 +23,12 @@
"set-defaults": "^0.0.2",
"solidity-coverage": "^0.8.5",
"solidity-proxy": "^0.2.4",
"tsx": "^4.5.0",
"typescript": "^5.3.2",
"viem": "^1.19.9",
"viem-chai-matchers": "^0.0.3",
"vitest": "^0.34.6",
"vitest-solidity-coverage": "^0.1.4"
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"viem": "^2.1.1",
"viem-chai-matchers": "^0.0.4",
"vitest": "^1.2.0",
"vitest-solidity-coverage": "^0.1.5"
},
"scripts": {
"prepare": "pnpm compile",
Expand Down
3 changes: 1 addition & 2 deletions contracts/utils/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ export async function fetchContract<TAbi extends Abi>(contractInfo: {address: `0
const {walletClient, publicClient} = await getConnection();
return getContract({
...contractInfo,
walletClient,
publicClient,
client: {wallet: walletClient, public: publicClient},
});
}

Expand Down
4 changes: 2 additions & 2 deletions indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"ethereum-indexer-cli": "^0.6.24",
"ethereum-indexer-server": "^0.6.27",
"ldenv": "^0.3.9",
"prettier": "^3.1.0",
"prettier": "^3.2.2",
"tsup": "^8.0.1",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"wait-on": "^7.2.0"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"devDependencies": {
"ask-env": "^0.0.1",
"ldenv": "^0.3.9",
"prettier": "^3.1.0",
"syncpack": "^11.2.1",
"vitepress": "1.0.0-rc.31"
"prettier": "^3.2.2",
"syncpack": "^12.3.0",
"vitepress": "1.0.0-rc.39"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down
Loading

0 comments on commit 556178d

Please sign in to comment.