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 packages/examples/packages/cronjobs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ request:
```

For more information, you can refer to
[the end-to-end tests](./src/index.test.ts).
[the end-to-end tests](./src/index.test.tsx).
2 changes: 1 addition & 1 deletion packages/examples/packages/dialogs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ For the sake of simplicity, the methods do not accept any parameters, and
return the value returned by `snap_dialog` directly.

For more information, you can refer to
[the end-to-end tests](./src/index.test.ts).
[the end-to-end tests](./src/index.test.tsx).
2 changes: 1 addition & 1 deletion packages/examples/packages/ethers-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ JSON-RPC methods:
uses it to sign a `message`.

For more information, you can refer to
[the end-to-end tests](./src/index.test.ts).
[the end-to-end tests](./src/index.test.tsx).
2 changes: 1 addition & 1 deletion packages/examples/packages/images/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ JSON-RPC methods:
- `getCat` - Show an image of a random cat in a dialog.

For more information, you can refer to
[the end-to-end tests](./src/index.test.ts).
[the end-to-end tests](./src/index.test.tsx).
2 changes: 1 addition & 1 deletion packages/examples/packages/notifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ JSON-RPC methods:
- `native` - Send a desktop notification to the user.

For more information, you can refer to
[the end-to-end tests](./src/index.test.ts).
[the end-to-end tests](./src/index.test.tsx).
2 changes: 1 addition & 1 deletion packages/examples/packages/signature-insights/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ The snap decodes the signature data and returns the decoded data as the
signature insight.

For more information, you can refer to
[the end-to-end tests](./src/index.test.ts).
[the end-to-end tests](./src/index.test.tsx).
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ The snap decodes the transaction data and returns the decoded data as the
transaction insight.

For more information, you can refer to
[the end-to-end tests](./src/index.test.ts).
[the end-to-end tests](./src/index.test.tsx).
2 changes: 1 addition & 1 deletion packages/snaps-rollup-plugin/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @metamask/snaps-rollup-plugin

A plugin for developing [MetaMask Snaps](https://docs.metamask.io/guide/snaps.html) using [Rollup](https://rollupjs.org/). This can be used as alternative to the `mm-snap` CLI `build` command. It transforms the bundle to fix common issues with SES. For a list of changes the plugin makes, you can refer to [the source code](../utils/src/post-process.ts).
A plugin for developing [MetaMask Snaps](https://docs.metamask.io/guide/snaps.html) using [Rollup](https://rollupjs.org/). This can be used as alternative to the `mm-snap` CLI `build` command. It transforms the bundle to fix common issues with SES. For a list of changes the plugin makes, you can refer to [the source code](../snaps-utils/src/post-process.ts).

## Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/snaps-webpack-plugin/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @metamask/snaps-webpack-plugin

A plugin for developing [MetaMask Snaps](https://docs.metamask.io/guide/snaps.html) using [Webpack](https://webpack.js.org/). This can be used as alternative to the `mm-snap` CLI `build` command. It transforms the bundle to fix common issues with SES. For a list of changes the plugin makes, you can refer to [the source code](../utils/src/post-process.ts).
A plugin for developing [MetaMask Snaps](https://docs.metamask.io/guide/snaps.html) using [Webpack](https://webpack.js.org/). This can be used as alternative to the `mm-snap` CLI `build` command. It transforms the bundle to fix common issues with SES. For a list of changes the plugin makes, you can refer to [the source code](../snaps-utils/src/post-process.ts).

## Installation

Expand Down