Open codewithgun opened 5 months ago
claim_fee2
initialize_lb_pair2
initialize_token_badge
claim_fee
initialize_reward
token_badge
initialize_permission_pair
token_program
claimFee2
claimFee
initializeLbPair2
initializeLbPair
initializePermissionPair
Program
Added
claim_fee2
. It supports both token and token 2022 program.initialize_lb_pair2
. It supports both token and token 2022 program.initialize_token_badge
. Mint with token badge initialized can come along with any type of extension.Deprecated
claim_fee
. Please useclaim_fee2
which support both token and token 2022 program.Breaking
initialize_reward
. It requirestoken_badge
to be passed for the reward mint.initialize_permission_pair
It requirestoken_badge
and respectivetoken_program
to be passed.Changed
CLI
Changed
claimFee2
instead ofclaimFee
to support both token and token 2022 program.initializeLbPair2
instead ofinitializeLbPair
to support both token and token 2022 program.initializePermissionPair
support token 2022 program.Typescript SDK
Changed
claimFee2
instead ofclaimFee
to support both token and token 2022 program.initializeLbPair2
instead ofinitializeLbPair
to support both token and token 2022 program.initializePermissionPair
support token 2022 program.