Skip to content

Commit

Permalink
📝 notes on Swaps
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiival committed Aug 2, 2024
1 parent 8b73f7a commit 6fefe71
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,19 @@ CHAIN=polkadot # or kusama
OFFER=<ID_OF_THE_COLLECTION>
```

### Note on Swaps

1. Swaps can be overwritten at any time

Therefore if you have a swap, and will create a new one, the old one will be overwritten. This is mentioned in `createSwap.ts` Line 31.

2. Swaps are autocancelled by few conditions

- if you `burn` the NFT
- if you `transfer` the NFT

in any other condition the swap will have to be cancelled manually.

## Funding

Project was funded as a common good by
Expand Down

0 comments on commit 6fefe71

Please sign in to comment.