We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd1752b commit ee38400Copy full SHA for ee38400
packages/common/src/services/audius-backend/AudiusBackend.ts
@@ -3022,7 +3022,7 @@ export const audiusBackend = ({
3022
const tx = await getCreateAssociatedTokenAccountTransaction({
3023
feePayerKey: SolanaUtils.newPublicKeyNullable(phantomWallet),
3024
solanaWalletKey: SolanaUtils.newPublicKeyNullable(address),
3025
- mintKey: audiusLibs.solanaWeb3Manager.mintKey,
+ mintKey: audiusLibs.solanaWeb3Manager.mints.audio,
3026
solanaTokenProgramKey: audiusLibs.solanaWeb3Manager.solanaTokenKey,
3027
connection: audiusLibs.solanaWeb3Manager.connection
3028
})
0 commit comments