Open
Description
when init Raydium without privateKey, don't work of build sellToken()
const raydium = await Raydium.load({
connection,
disableFeatureCheck: true,
disableLoadToken: false,
blockhashCommitment: 'finalized',
})
let raydium1 = raydium.setOwner(new PublicKey(user))
raydium1.launchpad.sellToken() and then
TypeError: Cannot read properties of null (reading 'toBase58')
Metadata
Metadata
Assignees
Labels
No labels