Skip to content

Commit

Permalink
chore: improve npm readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammed-almujil committed May 1, 2023
1 parent 31df23a commit 8151f41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ onChainNFT.setArweaveHostnames([
```
Get all NFTs
```
const result = await onChainNFT.getEthNFTs({ blockNumber: blockNumber });
const result = await onChainNFT.getEthNFTs({ blockNumber: 17166445 });
```
Get ERC-721 only
```
const result = await onChainNFT.getERC721({ blockNumber: blockNumber });
const result = await onChainNFT.getERC721({ blockNumber: 17166445 });
```
GET ERC-1155 only
```
const result = await onChainNFT.getERC1155({ blockNumber: blockNumber });
const result = await onChainNFT.getERC1155({ blockNumber: 17166445 });
```

Expand Down

0 comments on commit 8151f41

Please sign in to comment.