@validators-dao/solana-stream-sdk 0.3.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -215,9 +215,9 @@ import {
|
|
|
215
215
|
ShredsCommitmentLevel,
|
|
216
216
|
ShredsSubscribeEntriesRequestFns,
|
|
217
217
|
decodeSolanaEntries,
|
|
218
|
+
bs58,
|
|
218
219
|
} from '@validators-dao/solana-stream-sdk'
|
|
219
220
|
import 'dotenv/config'
|
|
220
|
-
import bs58 from 'bs58'
|
|
221
221
|
|
|
222
222
|
const endpoint = process.env.SHREDS_ENDPOINT!.replace(/^https?:\/\//, '')
|
|
223
223
|
|
|
@@ -359,7 +359,7 @@ This package is part of the [Solana Stream](https://github.com/ValidatorsDAO/sol
|
|
|
359
359
|
|
|
360
360
|
## Support
|
|
361
361
|
|
|
362
|
-
For issues and support, please visit our [Discord](https://discord.gg/
|
|
362
|
+
For issues and support, please visit our [Discord](https://discord.gg/C7ZQSrCkYR).
|
|
363
363
|
|
|
364
364
|
## License
|
|
365
365
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@validators-dao/solana-stream-sdk",
|
|
3
3
|
"description": "Solana Stream SDK by Validators DAO",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.4.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"url": "https://github.com/ValidatorsDAO/solana-stream.git"
|
|
17
17
|
},
|
|
18
18
|
"bugs": {
|
|
19
|
-
"url": "https://discord.gg/
|
|
19
|
+
"url": "https://discord.gg/C7ZQSrCkYR"
|
|
20
20
|
},
|
|
21
21
|
"files": [
|
|
22
22
|
"dist/**/*",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@solana/web3.js": "1.98.2",
|
|
31
31
|
"@triton-one/yellowstone-grpc": "4.0.2",
|
|
32
32
|
"bs58": "6.0.0",
|
|
33
|
-
"@validators-dao/solana-entry-decoder": "
|
|
33
|
+
"@validators-dao/solana-entry-decoder": "2.0.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/node": "22.15.27",
|