Multiple Proxy Admins

Hello,

I'm deploying a custom proxy and then using forceImport to interact with it in a testing environment (similar to this test case).

If I run my code more than once I get this error saying the "imported proxy admin is different from the proxy admin that was previously deployed in this network":

Is there any way to suppress this warning or to declare that I'm OK with deploying multiple different proxy admins?

Thank you!

The Upgrades plugins currently do not support multiple proxy admins (related GitHub issue here). This warning is displayed because only one admin will be used by the plugins.

For testing purposes, you can disable warnings (note that this disables ALL warnings from the plugins) with silenceWarnings.

1 Like