Releases: alephao/nft-sale-proxy
Releases · alephao/nft-sale-proxy
v0.5.0
v0.4.0
- Added an option to reveal ranges of ids. The developer can add an
OTHER_REVEALS
key with the following format:
<FROM>-<TO>,<FROM2>-<TO2>,<FROM3>-<TO3>
For example, the following config:
1100-1200,1500-1550,1800-1801
Will reveal tokens with ids 1100-1200, 1500-1550, and 1800-1801, inclusive.