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

Commit

Permalink
fix readme link in sol-spl-token
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Nov 2, 2022
1 parent 52ffc1a commit 2ea64e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sol-spl-tokens/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Solana SPL Token Transfers Substreams
* 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.

```
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
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
```

# Running from source
Expand Down

0 comments on commit 2ea64e7

Please sign in to comment.