diff --git a/README.md b/README.md index 680caf3..fee2791 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ This repository contains examples showcasing the [Tenderly development platform] # Table of Contents -| Example name | Blog post | Repository Link | -| ------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | -| Multi-Sig wallet | [How to Deploy an Ethereum Multi-Signature Wallet With Hardhat and Tenderly](https://blog.tenderly.co/how-to-deploy-an-ethereum-multi--signature-wallet-with-hardhat-and-tenderly/) | [multisig-wallet](https://github.com/Tenderly/tenderly-examples/tree/master/multisig-wallet) | -| Multi-Sig Wallet UI With Simulations | N/A | [multisig-ui-simulations](https://github.com/Tenderly/tenderly-examples/tree/master/multisig-ui-simulations) | -| Simple Solidity Calculator | [How to debug Solidity Smart Contracts with Tenderly and Truffle](https://blog.tenderly.co/how-to-debug-solidity-smart-contracts-with-tenderly-and-truffle/) | [simple-solidity-calculator](https://github.com/Tenderly/tenderly-examples/tree/master/simple-solidity-calculator) | -| Tennis Match | [Debugging Ethereum transactions just got a whole lot easier!](https://blog.tenderly.co/debugging-ethereum-transactions-just-got-a-whole-lot-easier/) | [tennis-match](https://github.com/Tenderly/tenderly-examples/tree/master/tennis-match) | +| Example name | Blog post | Repository Link | +| ------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | +| Multi-Sig wallet | [How to Deploy an Ethereum Multi-Signature Wallet With Hardhat and Tenderly](https://blog.tenderly.co/how-to-deploy-multisig-wallets-using-hardhat-and-tenderly/) | [multisig-wallet](https://github.com/Tenderly/tenderly-examples/tree/master/multisig-wallet) | +| Multi-Sig Wallet UI With Simulations | N/A | [multisig-ui-simulations](https://github.com/Tenderly/tenderly-examples/tree/master/multisig-ui-simulations) | +| Simple Solidity Calculator | [How to debug Solidity Smart Contracts with Tenderly and Truffle](https://blog.tenderly.co/how-to-debug-solidity-smart-contracts-with-tenderly-and-truffle/) | [simple-solidity-calculator](https://github.com/Tenderly/tenderly-examples/tree/master/simple-solidity-calculator) | +| Tennis Match | [Debugging Ethereum transactions just got a whole lot easier!](https://blog.tenderly.co/debugging-ethereum-transactions-just-got-a-whole-lot-easier/) | [tennis-match](https://github.com/Tenderly/tenderly-examples/tree/master/tennis-match) | # Contributing