Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Merge pull request #49 from ProjectOpenSea/kian/refactor #52

Open
wants to merge 2 commits into
base: kian/refactor
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ mode on mobile (breakpoint is at 600px). In `manual` mode the card will be unaff

`network` - The name of the network the asset is on `mainnet` or `testnet`. Default: `mainnet`.

`referrerAddress` - The address of the referrer. Check out the [SDK docs](https://github.com/ProjectOpenSea/opensea-js#affiliate-program) to learn more about the Affiliate program.

\*Required inputs

### Usage
Expand All @@ -42,7 +40,6 @@ Then add this into your code:
tokenAddress="0x5caebd3b32e210e85ce3e9d51638b9c445481567"
tokenId="2242579050293992223"
network="mainnet"
referrerAddress="YOUR_ADDRESS_HERE"
>
</nft-card>
```
Expand Down