Skip to content

Commit

Permalink
Fix/DF-20843 sol web3 (#3600)
Browse files Browse the repository at this point in the history
* DF-20843 update solana/web3 version to >= 1.95.8

* add changeset

---------

Co-authored-by: app-token-issuer-data-feeds[bot] <134377064+app-token-issuer-data-feeds[bot]@users.noreply.github.com>
  • Loading branch information
1 parent e4586c1 commit 4c2583c
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 13 deletions.
6 changes: 6 additions & 0 deletions .changeset/cold-weeks-reply.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@chainlink/solana-view-function-adapter': patch
'@chainlink/bsol-price-adapter': patch
---

Update solana/web3 version to >= 1.95.8
10 changes: 5 additions & 5 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/composites/bsol-price/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@chainlink/ea-test-helpers": "workspace:*",
"@chainlink/solana-view-function-adapter": "workspace:*",
"@chainlink/token-allocation-adapter": "workspace:*",
"@solana/web3.js": "^1.33.0",
"@solana/web3.js": "^1.95.8",
"@types/bn.js": "^5.1.0",
"bignumber.js": "^9.0.0",
"bn.js": "^5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/solana-view-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@chainlink/ea-bootstrap": "workspace:*",
"@chainlink/ea-test-helpers": "workspace:*",
"@solana/web3.js": "^1.33.0",
"@solana/web3.js": "^1.95.8",
"tslib": "^2.3.1"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2781,7 +2781,7 @@ __metadata:
"@chainlink/ea-test-helpers": "workspace:*"
"@chainlink/solana-view-function-adapter": "workspace:*"
"@chainlink/token-allocation-adapter": "workspace:*"
"@solana/web3.js": "npm:^1.33.0"
"@solana/web3.js": "npm:^1.95.8"
"@types/bn.js": "npm:^5.1.0"
"@types/jest": "npm:27.5.2"
"@types/node": "npm:16.18.119"
Expand Down Expand Up @@ -5372,7 +5372,7 @@ __metadata:
dependencies:
"@chainlink/ea-bootstrap": "workspace:*"
"@chainlink/ea-test-helpers": "workspace:*"
"@solana/web3.js": "npm:^1.33.0"
"@solana/web3.js": "npm:^1.95.8"
"@types/jest": "npm:27.5.2"
"@types/node": "npm:16.18.119"
"@types/supertest": "npm:2.0.16"
Expand Down Expand Up @@ -11438,9 +11438,9 @@ __metadata:
languageName: node
linkType: hard

"@solana/web3.js@npm:^1.33.0":
version: 1.95.4
resolution: "@solana/web3.js@npm:1.95.4"
"@solana/web3.js@npm:^1.95.8":
version: 1.95.8
resolution: "@solana/web3.js@npm:1.95.8"
dependencies:
"@babel/runtime": "npm:^7.25.0"
"@noble/curves": "npm:^1.4.2"
Expand All @@ -11457,7 +11457,7 @@ __metadata:
node-fetch: "npm:^2.7.0"
rpc-websockets: "npm:^9.0.2"
superstruct: "npm:^2.0.2"
checksum: 10/353e04ac1110035ff108f16af4029c7a98f71cce841d45877c9bc4a354cdc58a051681603c92289b81e3dc5ef6b1567c6f866e4ba56a434db145e38a5a41d276
checksum: 10/25fb38f46f4ba47019f17f686219a75f821455737bbf1153deb8b3f1141c3996c1ac0dc8603bbac50cd04f61058e472772d866aa38d01aef4e1609e53e442075
languageName: node
linkType: hard

Expand Down

0 comments on commit 4c2583c

Please sign in to comment.