Some contracts extending GlacisClient are upgradable so they won't be able to set state at constructor.
One simple approach to prevent this could be to remove constructor from GlacisClient and add state setting functions like setGlacisRouter, etc to be able to be run by the owner.
Some contracts extending GlacisClient are upgradable so they won't be able to set state at constructor.
One simple approach to prevent this could be to remove constructor from GlacisClient and add state setting functions like setGlacisRouter, etc to be able to be run by the owner.