Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/tools/block-explorers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ The world’s first multichain explorer provides seamless access to +100 chains,
## Tenderly

Tenderly's [Developer Explorer](https://docs.tenderly.co/developer-explorer?mtm_campaign=ext-docs&mtm_kwd=ink) is a multi-chain explorer offering view of your smart contract transactions, events, and logs.
Rely on Explorer's integrated [Debugger](https://docs.tenderly.co/debugger?mtm_campaign=ext-docs&mtm_kwd=ink) and [Simulator UI](https://docs.tenderly.co/simulator-ui/using-simulation-ui?mtm_campaign=ext-docs&mtm_kwd=ink) to spot and solve issues in transactions and contracts. Set up critical [alerts](https://docs.tenderly.co/alerts/intro-to-alertsmtm_campaign=ext-docs&mtm_kwd=ink) on contracts to proactively respond to issues and improve security practices.
Rely on Explorer's integrated [Debugger](https://docs.tenderly.co/debugger?mtm_campaign=ext-docs&mtm_kwd=ink) and [Simulator UI](https://docs.tenderly.co/simulator-ui/using-simulation-ui?mtm_campaign=ext-docs&mtm_kwd=ink) to spot and solve issues in transactions and contracts. Set up critical [alerts](https://docs.tenderly.co/alerts/intro-to-alerts?mtm_campaign=ext-docs&mtm_kwd=ink) on contracts to proactively respond to issues and improve security practices.
2 changes: 1 addition & 1 deletion src/pages/tools/security.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

* Configure [Tenderly Alerts](https://docs.tenderly.co/alerts/intro-to-alerts?mtm_campaign=ext-docs&mtm_kwd=ink) for notifications on transactions and contract events. Use [Alerts API](https://docs.tenderly.co/alerts/api) to set up custom alerts with highly granular triggering criteria.
* Use [Web3 Actions](https://docs.tenderly.co/web3-actions/intro-to-web3-actions?mtm_campaign=ext-docs&mtm_kwd=ink) to automate predefined responses, improving security and user experience.
* Leverage [Simulation RPC](https://docs.tenderly.co/simulations/single-simulations#simulate-via-rpc?mtm_campaign=ext-docs&mtm_kwd=ink) to predict transaction outcomes such as asset changes, precise gas usage, and emitted events.
* Leverage [Simulation RPC](https://docs.tenderly.co/simulations/single-simulations?mtm_campaign=ext-docs&mtm_kwd=ink#simulate-via-rpc) to predict transaction outcomes such as asset changes, precise gas usage, and emitted events.

**Supported Networks**

Expand Down
2 changes: 1 addition & 1 deletion src/pages/useful-information/ink-contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import CopyableCode from "@/components/CopyableCode";
<Callout type="info" emoji="ℹ️">
This page is a work in progress. If there are missing tokens, please feel free
to edit this page by submitting a PR to our
[Github](https://github.com/inkonchain).
[Github](https://github.com/inkonchain/docs).
</Callout>

| Name | Contract Address |
Expand Down
2 changes: 1 addition & 1 deletion src/pages/work-with-ink/contributing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ export const config = {

### Contributing to the Documentation

If you'd like to contribute to our documentation, please visit our [github](https://github.com/inkonchain) and submit your PRs!
If you'd like to contribute to our documentation, please visit our [github](https://github.com/inkonchain/docs) and submit your PRs!