From 2ea64e7eb18d5af192e5a3b62c058dcac45f1e41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Duchesneau?= Date: Wed, 2 Nov 2022 06:22:29 -0400 Subject: [PATCH] fix readme link in sol-spl-token --- modules/sol-spl-tokens/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sol-spl-tokens/README.md b/modules/sol-spl-tokens/README.md index 0b36277..d32046f 100644 --- a/modules/sol-spl-tokens/README.md +++ b/modules/sol-spl-tokens/README.md @@ -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