You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was reviewing objkt-swap_v2_1.py and noticed that by specifying the swap royalties and creator via input parameters could result in either stiffing the creator fees or redirecting the fees to the address of the swappers choosing.
This should instead reference the royalty fees and creator address set on the minter
(Hic et Nunc Minter (OBJKT Swap v1): KT1Hkg5qeNhfwpKW4fXvq7HGZB9z2EnmCCA9)
The text was updated successfully, but these errors were encountered:
the dApp UI enforces that the input (royalties/creator) must be valid for us to support/endorse/display such swap. if one doesn't follows parameters specified during minting the swap won't be supported. there is no way to access the royalty info from the minter as there were no on-chain views at the time on Tezos). Practically it would still be the same thing from the objkt swap v1.
I was reviewing objkt-swap_v2_1.py and noticed that by specifying the swap royalties and creator via input parameters could result in either stiffing the creator fees or redirecting the fees to the address of the swappers choosing.
This should instead reference the royalty fees and creator address set on the minter
(Hic et Nunc Minter (OBJKT Swap v1): KT1Hkg5qeNhfwpKW4fXvq7HGZB9z2EnmCCA9)
The text was updated successfully, but these errors were encountered: