[bug] Incentive Pendulum swing based on effective security
The incentive pendulum directs rewards between nodes and LPs based on pool depths vs bond (code is in the UpdateNetwork()
func of the network manager). Today it operates based on total security, while adding liquidity is capped at effective security. Switch the pendulum to swing based on effective security (add handler_add_liquidity.go
does).