Skip to content
This repository was archived by the owner on Mar 17, 2023. It is now read-only.

Commit 2ea64e7

Browse files
committed
fix readme link in sol-spl-token
1 parent 52ffc1a commit 2ea64e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/sol-spl-tokens/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Solana SPL Token Transfers Substreams
99
* Asking the server to backprocess from the initialBlock in the manifest (31,313,760) to our startBlock (31,330,000), send the snapshot from there (`-i` flag) and streaming the data from the next 50 blocks.
1010

1111
```
12-
substreams run -e mainnet.sol.streamingfast.io:443 https://github.com/streamingfast/substreams-playground/releases/download/v0.5.4/eth-token-at-pcs-v0.5.4.spkg store_mint_native_volumes -s 31330000 -t +50 -i
12+
substreams run -e mainnet.sol.streamingfast.io:443 https://github.com/streamingfast/substreams-playground/releases/download/v0.5.4/solana-spl-transfers-v0.5.4.spkg store_mint_native_volumes -s 31330000 -t +50 -i
1313
```
1414

1515
# Running from source

0 commit comments

Comments
 (0)