Skip to content

Commit d4d714f

Browse files
committed
update
1 parent 033d67a commit d4d714f

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
@@ -246,7 +246,7 @@ opensea tokens get base 0x3ec2156d4c0a9cbdab4a016633b7bcf6a8d68ea2
246246

247247
```bash
248248
# Get account details
249-
opensea accounts get 0xde7fce3a1cba4a705f299ce41d163017f165d666
249+
opensea accounts get 0x21130e908bba2d41b63fbca7caa131285b8724f8
250250
```
251251

252252
## 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)