Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Oct 25, 2024
1 parent cdcb4fd commit 09ff660
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion apps/docs/pages/wallet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This notification includes what asset was transferred and who transferred it, al

## Deposit

The `@deroll/wallet` module provides an in-memory implementation of a wallet management that automatically takes care of receiving asset notification from portals, and providing a simple API for querying, trasferring inside the application, and creating vouchers to withdraw back to the base layer.
The `@deroll/wallet` module provides an in-memory implementation of a wallet management that automatically takes care of receiving asset notification from portals, and providing a simple API for querying, transferring inside the application, and creating vouchers to withdraw back to the base layer.

:::code-group
```bash [pnpm]
Expand Down
1 change: 0 additions & 1 deletion apps/docs/pages/wallet/transfer-erc721.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ app.addAdvanceHandler(wallet.handler);
const token = "0xc6582A9b48F211Fa8c2B5b16CB615eC39bcA653B"; // NFT address
app.addAdvanceHandler(async ({ metadata, payload }) => {
wallet.transferERC721(token, metadata.msg_sender, payload, 1n); // [!code focus]
wallet.trasfer
return "accept";
});
```
Expand Down

0 comments on commit 09ff660

Please sign in to comment.