mirror of
https://github.com/placeholder-soft/gifted-contracts.git
synced 2026-01-12 07:13:40 +08:00
611 B
611 B
ChangeLog
2023-09-09
- rename
GiftTokentoGiftBox - rename
GiftTokenAccountHelpertoGiftBoxAccountHelper - rename
SendNFTAccounttoGiftedAccount - rename
GiftNFTFactorytoGiftedNFTFactory - rename
SendNFTConfigtoGiftedConfig - add
GiftedAccountGuardianfor admin control and upgradeability. - add
GiftedAccountProxyfor upgradeability. - add hardhat to for better IDE support.
- update
GiftedConfigto return address type instead of string. string type is still supported for none-address types. future updates will not add address value into string type. - add
callPermit