Skip to content

Commit

Permalink
Merge pull request #306 from omahs/patch-3
Browse files Browse the repository at this point in the history
Fix: typos
  • Loading branch information
Nazeim authored Dec 6, 2023
2 parents 48c0aea + 18289b6 commit 6ec5558
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions blog/2023-10-11-upcoming-change-to-streams-pricing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors:
tags: [Streams API]
---

Up until now, Streams and API pricing has been separate. And all accounts on Moralis have had a certain number of Stream records included in their plan.
Up until now, Streams and API pricing have been separate. And all accounts on Moralis have had a certain number of Stream records included in their plan.

Today we're announcing the streamlining of Streams and API pricing. Both Streams and API moving forward will be priced in Compute Units.

Expand All @@ -20,4 +20,4 @@ A business plan user who solely uses Streams would go from having 50,000 records

Any separately purchased Streams plan will be compensated with the same amount of Compute Units being added to their Moralis plan.

If you have any questions about this transition please contact our 24/7 support at [email protected].
If you have any questions about this transition please contact our 24/7 support at [email protected].
2 changes: 1 addition & 1 deletion docs/04-guides/nft-api-full-guide-walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This API category comprised of 5 APIs:

| API Name | Path | Use Cases |
| ------------------------------------------------------------------------------------------ | ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [getWalletNFTTransfers](/web3-data-api/evm/reference/get-wallet-nft-transfers) | /{address}/nft/transfers | Fetch all transfers of NFT that interacted with a given `address`. This does not include any indirect NFT transfers, e.g. transfering NFT with OpenSea contract. |
| [getWalletNFTTransfers](/web3-data-api/evm/reference/get-wallet-nft-transfers) | /{address}/nft/transfers | Fetch all transfers of NFT that interacted with a given `address`. This does not include any indirect NFT transfers, e.g. transferring NFT with OpenSea contract. |
| [getNFTContractTransfers](/web3-data-api/evm/reference/get-nft-contract-transfers) | /nft/{address}/transfers | Fetch all transfers of a specific NFT collection with a given contract `address`. |
| [getNFTTransfersFromToBlock](/web3-data-api/evm/reference/get-nft-transfers-from-to-block) | /nft/transfers | Fetch all transfers of NFTs within the given `from_block` and `to_block` range. This is ideal for fetching NFT transfers from a specific range of time or block numbers. |
| [getNFTTransfersByBlock](/web3-data-api/evm/reference/get-nft-transfers-by-block) | /block/{block_number_or_hash}/nft/transfers | Fetch all transfers of NFTs in a given `block_number_or_hash` |
Expand Down
6 changes: 3 additions & 3 deletions docs/04-guides/solana-nft-burner.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ yarn install
- Rename `.env.local.example` file to `.env.local` and add the required environment secrets.

```shell .env.local
# devent is used for chain Id as we will be testing the app on devnet chain
# devnet is used for chain Id as we will be testing the app on devnet chain
APP_CHAIN_ID=devnet
APP_DOMAIN=ethereum.boilerplate

Expand Down Expand Up @@ -98,7 +98,7 @@ Once the wallet connection is successful, visit the`/nftBurner` page, and we can

The first step of the app is to connect the Metaplex SDK with the wallet and the devnet cluster.

> Only partical code is shown here to keep it clean. Visit `src/components/templates/nftBurner` to view the entire code.
> Only partial code is shown here to keep it clean. Visit `src/components/templates/nftBurner` to view the entire code.
```typescript NFTMinter.tsx
/*
Expand Down Expand Up @@ -197,4 +197,4 @@ Now you know how to create your very own NFT burner dapp to delete spam or unwan

## Support

If you have any trouble following the tutorial, feel free to reach out to our community engineers in our [Discord](https://moralis.io/discord) or [Forum](https://forum.moralis.io) to get 24/7 developer support.
If you have any trouble following the tutorial, feel free to reach out to our community engineers in our [Discord](https://moralis.io/discord) or [Forum](https://forum.moralis.io) to get 24/7 developer support.
2 changes: 1 addition & 1 deletion docs/04-guides/solana-nft-minter.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ yarn install
- Rename `.env.local.example` file to `.env.local` and add the required environment secrets.

```shell .env.local
# devent is used for chain Id as we will be testing the app on devnet chain
# devnet is used for chain Id as we will be testing the app on devnet chain
APP_CHAIN_ID=devnet
APP_DOMAIN=ethereum.boilerplate

Expand Down
4 changes: 2 additions & 2 deletions docs/04-guides/token-api-full-guide-walkthrough.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: "Token API - Full Guide & Walkthrough"
slug: "/guides/token-api-full-guide-walkthrough"
description: "This tutorial teaches you what an Token API is, what are some of its most common use cases, and how to use it within your tech stack."
description: "This tutorial teaches you what a Token API is, what are some of its most common use cases, and how to use it within your tech stack."
tags: [Token API, Ethereum, Polygon, EVM]
---

## What is an Token API?
## What is a Token API?

An [Token API](https://moralis.io/api/token/) is a collection of APIs that can be used to index ERC20 token-related data, e.g. ERC20 token balance, ERC20 token metadata, from multiple [EVM chains](/web3-data-api/evm#supported-chains) that we support.

Expand Down
2 changes: 1 addition & 1 deletion docs/04-guides/zapper-clone.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This tutorial teaches you how to build a Zapper-like application where you can c

## Prerequisites

Make sure that you have the installed all the following prerequisites:
Make sure that you have installed all the following prerequisites:

- [Node.js](https://nodejs.org/) v14+ or [Python](https://www.python.org/downloads/)
- [NPM](https://www.npmjs.com/)/[Yarn](https://classic.yarnpkg.com/en/) or [Pip](https://pip.pypa.io/en/stable/)
Expand Down
Loading

1 comment on commit 6ec5558

@vercel
Copy link

@vercel vercel bot commented on 6ec5558 Dec 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.