Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into use-query-storage-h…
Browse files Browse the repository at this point in the history
…elper
  • Loading branch information
shunjizhan committed Nov 12, 2024
2 parents 3f47e2d + ce8fd1d commit 9bfdf75
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 237 deletions.
2 changes: 1 addition & 1 deletion packages/bodhi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test:coverage": "vitest --run --coverage"
},
"peerDependencies": {
"@polkadot/api": "^12.4.2"
"@polkadot/api": "^14.3.1"
},
"dependencies": {
"@acala-network/eth-providers": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions packages/eth-providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"test:coverage": "yarn test --run --coverage"
},
"peerDependencies": {
"@acala-network/api": "6.1.3",
"@polkadot/api": "^14.0.1"
"@acala-network/api": "~6.2.0",
"@polkadot/api": "^14.3.1"
},
"dependencies": {
"@acala-network/contracts": "4.3.4",
Expand All @@ -24,8 +24,8 @@
"lru-cache": "~7.8.2"
},
"devDependencies": {
"@acala-network/api": "6.1.3",
"@polkadot/api": "^14.0.1",
"@acala-network/api": "~6.2.0",
"@polkadot/api": "^14.3.1",
"@types/bn.js": "^5.1.5",
"@types/lru-cache": "~7.6.1",
"dotenv": "~10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eth-rpc-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:coverage": "COVERAGE_DIR=${COVERAGE_DIR:-eth-rpc-adapter/coverage} yarn start:coverage && COVERAGE_DIR=${COVERAGE_DIR:-eth-rpc-adapter/coverage} yarn test --run && yarn stop:coverage"
},
"peerDependencies": {
"@polkadot/api": "^14.0.1"
"@polkadot/api": "^14.3.1"
},
"dependencies": {
"@acala-network/eth-providers": "workspace:*",
Expand Down
Loading

0 comments on commit 9bfdf75

Please sign in to comment.