Skip to content

Commit 2f53905

Browse files
Merge branch 'devin/1772002473-token-cli-readme-examples' of https://git-manager.devin.ai/proxy/github.com/ProjectOpenSea/opensea-cli into devin/1772002473-token-cli-readme-examples
2 parents f201011 + d4d714f commit 2f53905

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const stats = await client.collections.stats("mfers")
119119
const nfts = await client.nfts.listByCollection("mfers", { limit: 5 })
120120
const listings = await client.listings.best("mfers", { limit: 10 })
121121
const events = await client.events.byCollection("mfers", { eventType: "sale" })
122-
const account = await client.accounts.get("0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045")
122+
const account = await client.accounts.get("0x21130e908bba2d41b63fbca7caa131285b8724f8")
123123
```
124124

125125
## Output Formats
@@ -169,7 +169,7 @@ opensea nfts list-by-collection tiny-dinos-eth --limit 2
169169
opensea nfts list-by-contract ethereum 0xd9b78a2f1dafc8bb9c60961790d2beefebee56f4 --limit 2
170170

171171
# List NFTs owned by an account
172-
opensea nfts list-by-account ethereum 0xde7fce3a1cba4a705f299ce41d163017f165d666 --limit 2
172+
opensea nfts list-by-account ethereum 0x21130e908bba2d41b63fbca7caa131285b8724f8 --limit 2
173173

174174
# Get contract details
175175
opensea nfts contract ethereum 0xd9b78a2f1dafc8bb9c60961790d2beefebee56f4
@@ -220,7 +220,7 @@ opensea events by-collection tiny-dinos-eth --limit 2
220220
opensea events by-nft ethereum 0xd9b78a2f1dafc8bb9c60961790d2beefebee56f4 1 --limit 2
221221

222222
# Get events for an account
223-
opensea events by-account 0xde7fce3a1cba4a705f299ce41d163017f165d666 --limit 2
223+
opensea events by-account 0x21130e908bba2d41b63fbca7caa131285b8724f8 --limit 2
224224
```
225225

226226
### Tokens
@@ -257,7 +257,7 @@ opensea swaps quote \
257257

258258
```bash
259259
# Get account details
260-
opensea accounts get 0xde7fce3a1cba4a705f299ce41d163017f165d666
260+
opensea accounts get 0x21130e908bba2d41b63fbca7caa131285b8724f8
261261
```
262262

263263
## Exit Codes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opensea-cli",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"type": "module",
55
"description": "OpenSea CLI - Query the OpenSea API from the command line or programmatically",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)