Skip to content

Commit

Permalink
sig version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sypeer committed Sep 15, 2022
1 parent 0f4f196 commit b271719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/buy-nft.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ $(document).ready(() => {
formdata.append("asset_contract_address", contractAddress)
formdata.append("token_id", tokenId)
formdata.append("chain_id", chainId)
formdata.append("signature_version", 3)
formdata.append("signature_version", 2)
formdata.append("referrer", reffererTag)
var requestOptions = {
method: 'POST',
Expand Down

0 comments on commit b271719

Please sign in to comment.