Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazeim committed Nov 24, 2023
1 parent a93c7a1 commit e1df3da
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions api/data/redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6326,7 +6326,7 @@ export const redirects = [
},
{
source: "/streams-api/useful-streams-options",
destination: "/streams-api/evm/useful-streams-options",
destination: "/streams-configuration/useful-streams-options",
permanent: true,
},
{
Expand Down Expand Up @@ -6361,7 +6361,7 @@ export const redirects = [
},
{
source: "/streams-api/filter-streams",
destination: "/streams-api/evm/filter-streams",
destination: "/streams-api/evm/streams-configuration/filter-streams",
permanent: true,
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/04-guides/streams-api-full-guide-walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ streams.evm_streams.add_address_to_stream(

Once the code has been added, you can run the script to create a second [Streams](https://moralis.io/streams/). This will be reflected on your Moralis Dashboard as well. From here, you shall receive new real-time responses on your attached webhook for any new USDT transfers occuring on either Ethereum.

For listening to smart contracts, you can also add the [Filters feature](/streams-api/evm/filter-streams) to filter out results that only fulfills certain criteria. This can be relevant in more specific use cases, such as whale monitoring, and can simply be supplemented to our existing code.
For listening to smart contracts, you can also add the [Filters feature](/streams-api/evm/streams-configuration/filter-streams) to filter out results that only fulfills certain criteria. This can be relevant in more specific use cases, such as whale monitoring, and can simply be supplemented to our existing code.

For example, we'd like to monitor all USDT transaction on Ethereum that is over $1M, then we can modify our code as follows:

Expand Down
2 changes: 1 addition & 1 deletion docs/configs/guides/guides.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ When a transaction occurs on the wallet it will appear on the right hand termina

![](/img/content/211853590-a71f84ab-ab8c-40ca-9d28-452ba64e1de6.webp)

4. Select the events you want to track by selecting from options `Contract Interaction`, `Native Transactions`, `Internal Transactions` under `Stream Options`. To read more on each options take a look at Streams options in our [documentation](/streams-api/evm/useful-streams-options).
4. Select the events you want to track by selecting from options `Contract Interaction`, `Native Transactions`, `Internal Transactions` under `Stream Options`. To read more on each options take a look at Streams options in our [documentation](/streams-configuration/useful-streams-options).

![](/img/content/211854294-e4507fe0-6995-4bfe-a995-a0c815b3da9d.webp)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ streams.evm_streams.add_address_to_stream(

Once the code has been added, you can run the script to create a second [Streams](https://moralis.io/streams/). This will be reflected on your Moralis Dashboard as well. From here, you shall receive new real-time responses on your attached webhook for any new USDT transfers occuring on either Ethereum.

For listening to smart contracts, you can also add the [Filters feature](/streams-api/evm/filter-streams) to filter out results that only fulfills certain criteria. This can be relevant in more specific use cases, such as whale monitoring, and can simply be supplemented to our existing code.
For listening to smart contracts, you can also add the [Filters feature](/streams-api/evm/streams-configuration/filter-streams) to filter out results that only fulfills certain criteria. This can be relevant in more specific use cases, such as whale monitoring, and can simply be supplemented to our existing code.

For example, we'd like to monitor all USDT transaction on Ethereum that is over $1M, then we can modify our code as follows:

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-2.0/configs/guides/guides.json

Large diffs are not rendered by default.

0 comments on commit e1df3da

Please sign in to comment.