We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 174e708 commit 0f0e9a1Copy full SHA for 0f0e9a1
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 2.15.1
4
+
5
+- Fix import of `@coral-xyz/borsh`
6
7
## 2.13.1
8
9
- Export `PythCluster` and `getPythClusterApiUrl` globally
package.json
@@ -44,7 +44,9 @@
44
},
45
"dependencies": {
46
"buffer": "^6.0.1",
47
- "@coral-xyz/anchor": "^0.26.0"
+ "@coral-xyz/anchor": "^0.26.0",
48
+ "@coral-xyz/borsh": "^0.26.0"
49
50
51
"peerDependencies": {
52
"@solana/web3.js": "^1.30.2"
0 commit comments