Skip to content

Commit

Permalink
chore(deps): update etherjs (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
zfy0701 authored May 29, 2024
1 parent c24770d commit efd3c3d
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 67 deletions.
3 changes: 1 addition & 2 deletions examples/auto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"upload": "sentio upload"
},
"dependencies": {
"@sentio/sdk": "workspace:*",
"ethers": "*"
"@sentio/sdk": "workspace:*"
},
"devDependencies": {
"@sentio/cli": "workspace:*"
Expand Down
3 changes: 1 addition & 2 deletions examples/fuel-counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"upload": "sentio upload"
},
"dependencies": {
"@sentio/sdk": "workspace:*",
"ethers": "*"
"@sentio/sdk": "workspace:*"
},
"devDependencies": {
"@sentio/cli": "workspace:*"
Expand Down
3 changes: 1 addition & 2 deletions examples/x2y2-complex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"upload": "sentio upload"
},
"dependencies": {
"@sentio/sdk": "workspace:*",
"ethers": "*"
"@sentio/sdk": "workspace:*"
},
"devDependencies": {
"@sentio/cli": "workspace:*"
Expand Down
3 changes: 1 addition & 2 deletions examples/x2y2-database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"upload": "sentio upload"
},
"dependencies": {
"@sentio/sdk": "workspace:*",
"ethers": "*"
"@sentio/sdk": "workspace:*"
},
"devDependencies": {
"@sentio/cli": "workspace:*"
Expand Down
3 changes: 1 addition & 2 deletions examples/x2y2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"upload": "sentio upload"
},
"dependencies": {
"@sentio/sdk": "workspace:*",
"ethers": "*"
"@sentio/sdk": "workspace:*"
},
"devDependencies": {
"@sentio/cli": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"resolutions": {
"@grpc/grpc-js": "^1.9.14",
"ethers": "npm:@sentio/ethers@6.7.1-patch.4",
"ethers": "npm:@sentio/ethers@6.12.2",
"superstruct": "^1.0.3"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"test": "NODE_OPTIONS=--experimental-vm-modules pnpm jest --runInBand --detectOpenHandles"
},
"resolutions": {
"ethers": "npm:@sentio/ethers@6.7.1-patch.4"
"ethers": "npm:@sentio/ethers@6.12.2"
},
"dependencies": {
"@aptos-labs/ts-sdk": "~1.14.0",
Expand All @@ -83,7 +83,7 @@
"bs58": "^5.0.0",
"chalk": "^5.3.0",
"csv-parse": "^5.5.3",
"ethers": "npm:@sentio/[email protected]",
"ethers": "*",
"fuels": "^0.88.1",
"js-sha3": "^0.9.3",
"lru-cache": "^10.2.0",
Expand All @@ -107,7 +107,7 @@
"tsup": "npm:@sentio/tsup@^6.7.2"
},
"devDependencies": {
"@certusone/wormhole-sdk": "^0.10.10",
"@certusone/wormhole-sdk": "^0.10.16",
"@types/google-protobuf": "^3.15.12",
"@types/mkdirp": "^1.0.2",
"jest": "^29.7.0",
Expand Down
94 changes: 41 additions & 53 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 efd3c3d

Please sign in to comment.