I want to create my own Solana token that takes %2 fee to all transactions and total supply should be 100k token. That's why i used spl-token
cli for this spl-token create-token --transfer-fee 50 1000
, however after executing this command i get an error like
Error: Program(IncorrectProgramId)
How can i fix this error or how can i create my own token with transaction fee.