TOKEN_SALE_PROGRAM_ID
inside js/client/pubkeys.js
with the public-key generated aboveTOKEN_WHITELIST_PROGRAM_ID
inside js/client/pubkeys.js
with the public-key generated abovetokenWhitelistMap
inside js/client/pubkeys.js
with the public-key of the token whitelist map obtained after setting up token whitelistExecuteTokenSale
inside js/cli/token-sale-test.js
, update tokenWhitelistAccount
with the pubkey of the token whitelist account (this is different from the token whitlelist map)js/cli/main.js
and js/cli/token-sale-test.js
to suit your needs.