As per T2437, adding the token ID that the airdrop is based on into the airdrop OP_RETURN output.
This diff goes as far as adding the token ID into OP_RETURN outputs in sendXec() and then parsing accordingly before inserting it into the parsedTx object in parseTxData(). Whoever is working on the subsequent conditional rendering based on this can just call the parsedTx.airdropTokenId param if parasedTx.airdropFlag is true.
Unit tests added to reflect this new OP_RETURN structure.
However given the additional stack space used for the token ID, the max char limit for the actual messages need to be reduced from 160 to 145 characters. For further discussion on whether this reduction is material enough to reconsider this diff.