[fix] ensure addresses are correct network
Addresses specified in messages should be of the same network as thornode (e.g. mainnet, testnet). We currently check the network for swap destinations but do not check for add_liquidity or manage_thorname. This allows unusable lp and thorname records to be stored in the keeper.
This patch adds checks to the validation functions for these two cases.