Skip to content

Commit

Permalink
fix MIP-1 example typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adonesky1 committed Jul 6, 2023
1 parent 573ef8d commit 6b54dda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MIPs/mip-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ By allowing users to add and manage NFTs directly within MetaMask, we can better
# Usage Example
```
// Request to add an ERC-721 token (NFT)
ethereum.sendAsync({
ethereum.request({
method: 'wallet_watchAsset',
params: {
type: 'ERC721',
Expand All @@ -34,7 +34,7 @@ ethereum.sendAsync({
});
// Request to add an ERC-1155 token (NFT)
ethereum.sendAsync({
ethereum.request({
method: 'wallet_watchAsset',
params: {
type: 'ERC1155',
Expand Down

0 comments on commit 6b54dda

Please sign in to comment.