Skip to content

Commit

Permalink
Merge pull request #257 from MoralisWeb3/updat-note
Browse files Browse the repository at this point in the history
Update note
  • Loading branch information
Nazeim authored Sep 14, 2023
2 parents 8d7729d + e188d45 commit 658b900
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import config from "@site/docs/configs/api-reference/configs.json";
# Get decoded transactions by wallet

<ApiReference {...config.transaction.getWalletTransactionsVerbose}>
<Admonition type="info" title="Missing Decodings">
<Admonition type="info" title="Note">
<p>
We only decode transactions from verified ABIs. We are continuously adding
to our repository of verified contract ABIs.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import config from "@site/docs/configs/api-reference/configs.json";
<ApiReference {...config.wallet.getWalletStats}>
<Admonition type="info" title="Beta - Early Launch Notice">
<ReactMarkdown>
This endpoint is currently in beta and some of the totals are estimates. Totals will become fully accurate upon completion of our re-architecture, [currently scheduled for 11th September](https://docs.moralis.io/changelog/essential-api-changes).
This endpoint is currently in beta and some of the totals are estimates. Totals will become fully accurate upon completion of our re-architecture, currently scheduled for 25th September.
</ReactMarkdown>
</Admonition>
</ApiReference>
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import ReactMarkdown from "react-markdown";
<ApiReference {...config.nft.getNFTCollectionStats}>
<Admonition type="info" title="Beta - Early Launch Notice">
<ReactMarkdown>
This endpoint is currently in beta and some of the totals are estimates. Totals will become fully accurate upon completion of our re-architecture, [currently scheduled for 11th September](https://docs.moralis.io/changelog/essential-api-changes).
This endpoint is currently in beta and some of the totals are estimates. Totals will become fully accurate upon completion of our re-architecture, currently scheduled for 25th September.
</ReactMarkdown>
</Admonition>
</ApiReference>
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import ReactMarkdown from "react-markdown";
<ApiReference {...config.nft.getNFTTokenStats}>
<Admonition type="info" title="Beta - Early Launch Notice">
<ReactMarkdown>
This endpoint is currently in beta and some of the totals are estimates. Totals will become fully accurate upon completion of our re-architecture, [currently scheduled for 11th September](https://docs.moralis.io/changelog/essential-api-changes).
This endpoint is currently in beta and some of the totals are estimates. Totals will become fully accurate upon completion of our re-architecture, currently scheduled for 25th September.
</ReactMarkdown>
</Admonition>
</ApiReference>
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import ReactMarkdown from "react-markdown";
<ApiReference {...config.token.getTokenStats}>
<Admonition type="info" title="Beta - Early Launch Notice">
<ReactMarkdown>
This endpoint is currently in beta and some of the totals are estimates. Totals will become fully accurate upon completion of our re-architecture, [currently scheduled for 11th September](https://docs.moralis.io/changelog/essential-api-changes).
This endpoint is currently in beta and some of the totals are estimates. Totals will become fully accurate upon completion of our re-architecture, currently scheduled for 25th September.
</ReactMarkdown>
</Admonition>
</ApiReference>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import config from "@site/docs/configs/api-reference/configs.json";
# Get decoded transaction by hash

<ApiReference {...config.transaction.getTransactionVerbose}>
<Admonition type="info" title="Missing Decodings">
<Admonition type="info" title="Note">
<p>
We only decode transactions from verified ABIs. We are continuously adding
to our repository of verified contract ABIs.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import config from "@site/docs/configs/api-reference/configs.json";
# Get decoded transactions by wallet

<ApiReference {...config.transaction.getWalletTransactionsVerbose}>
<Admonition type="info" title="Missing Decodings">
<Admonition type="info" title="Note">
<p>
We only decode transactions from verified ABIs. We are continuously adding
to our repository of verified contract ABIs.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import ReactMarkdown from "react-markdown";
<ApiReference {...config.block.getBlockStats}>
<Admonition type="info" title="Beta - Early Launch Notice">
<ReactMarkdown>
This endpoint is currently in beta and some of the totals are estimates. Totals will become fully accurate upon completion of our re-architecture, [currently scheduled for 11th September](https://docs.moralis.io/changelog/essential-api-changes).
This endpoint is currently in beta and some of the totals are estimates. Totals will become fully accurate upon completion of our re-architecture, currently scheduled for 25th September.
</ReactMarkdown>
</Admonition>
</ApiReference>

1 comment on commit 658b900

@vercel
Copy link

@vercel vercel bot commented on 658b900 Sep 14, 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.