Skip to content

Commit

Permalink
Merge pull request #11 from Tenderly/release/1.2.0
Browse files Browse the repository at this point in the history
1.2.0
  • Loading branch information
dzimiks committed Sep 8, 2023
2 parents 0e41d7c + 7a8531a commit 380090e
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 6 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ By previewing transactions before sending, you can avoid unnecessary gas costs,

With this in-depth information about your transactions, you can understand their exact financial implications, avoid any hidden security risks, and save valuable resources.

<div align="center">
<a href="https://youtu.be/E8TGyDlV8wQ">
<img src="https://img.youtube.com/vi/E8TGyDlV8wQ/maxresdefault.jpg" alt="Tenderly" width="100%" height="auto" style="background-color: #ffffffb2; padding: 10px 20px; margin-bottom: 20px; box-sizing: border-box; max-width:200px;" />
</a>
</div>

# Setup

To start using Tenderly TX Preview, you can set it up using the Tenderly Dashboard or run it locally. Follow a few simple steps to get started.
Expand All @@ -50,6 +56,8 @@ Next, generate a Tenderly access token to allow Tenderly Snap to connect to your

By clicking the **Connect to Tenderly Snap** button, you’ll automatically install Tenderly Snap and be able to use Tenderly TX Preview.

<img width="603" alt="image" src="https://github.com/Tenderly/tenderly-snap/assets/26412515/7273a10a-63ea-4523-a97a-1906f758e9f3">

## 2. Run Tenderly Snap locally

You can also set up Tenderly Snap locally. To achieve this, follow the steps below.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tenderly/metamask-snap-transaction-preview",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"description": "A MetaMask Snap with transaction preview powered by Tenderly Simulation API.",
"keywords": [
Expand Down
7 changes: 6 additions & 1 deletion packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.0]
### Fixed
- Update credentials fetching and improve error handling

## [1.1.0]
### Added
- Add set Tenderly credentials method
Expand All @@ -23,7 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Add Tenderly Snap implementation

[Unreleased]: https://github.com/Tenderly/tenderly-snap/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/Tenderly/tenderly-snap/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/Tenderly/tenderly-snap/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/Tenderly/tenderly-snap/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/Tenderly/tenderly-snap/compare/v0.1.3...v1.0.0
[0.1.3]: https://github.com/Tenderly/tenderly-snap/compare/v0.1.2...v0.1.3
Expand Down
8 changes: 8 additions & 0 deletions packages/snap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ By previewing transactions before sending, you can avoid unnecessary gas costs,

With this in-depth information about your transactions, you can understand their exact financial implications, avoid any hidden security risks, and save valuable resources.

<div align="center">
<a href="https://youtu.be/E8TGyDlV8wQ">
<img src="https://img.youtube.com/vi/E8TGyDlV8wQ/maxresdefault.jpg" alt="Tenderly" width="100%" height="auto" style="background-color: #ffffffb2; padding: 10px 20px; margin-bottom: 20px; box-sizing: border-box; max-width:200px;" />
</a>
</div>

# Setup

To start using Tenderly TX Preview, you can set it up using the Tenderly Dashboard or run it locally. Follow a few simple steps to get started.
Expand All @@ -50,6 +56,8 @@ Next, generate a Tenderly access token to allow Tenderly Snap to connect to your

By clicking the **Connect to Tenderly Snap** button, you’ll automatically install Tenderly Snap and be able to use Tenderly TX Preview.

<img width="603" alt="image" src="https://github.com/Tenderly/tenderly-snap/assets/26412515/7273a10a-63ea-4523-a97a-1906f758e9f3">

## 2. Run Tenderly Snap locally

You can also set up Tenderly Snap locally. To achieve this, follow the steps below.
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tenderly/metamask-snap",
"version": "1.1.0",
"description": "A MetaMask Snap with transaction preview powered by Tenderly Simulation API.",
"version": "1.2.0",
"description": "Preview transactions before sending them on-chain to get valuable insights, avoid failed transactions, and save funds. Get human-readable information on transferred assets with corresponding dollar values for ERC-20 tokens and NFTs.",
"repository": {
"type": "git",
"url": "https://github.com/tenderly/tenderly-snap.git"
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "1.1.0",
"version": "1.2.0",
"description": "Preview transactions before sending them on-chain to get valuable insights, avoid failed transactions, and save funds. Get human-readable information on transferred assets with corresponding dollar values for ERC-20 tokens and NFTs.",
"proposedName": "Tenderly TX Preview",
"repository": {
"type": "git",
"url": "https://github.com/tenderly/tenderly-snap.git"
},
"source": {
"shasum": "V26OA8LC+H8oSeh/8uaIGJQcKC4q1/v8jjVC3jB0B1k=",
"shasum": "OLZtG0WTFYJ+WwX+dAcZ8UGyMdN+M5Ewu9ypNohFiRg=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit 380090e

Please sign in to comment.