Timed out waiting for existing implementation

@thamali002 Please provide all of the other information listed in Required information when requesting support for Upgrades Plugins as well, otherwise we don't have enough context to look into this.

I notice that the arguments for the initializer that you are passing in from your script ["Wallet address of PK"] do not match with the arguments of your initializer in your contract initialize(string memory name, string memory symbol). Ensure you are passing in the correct arguments.

You can also try deploying the implementation first, by using deployImplementation and waiting for that deployment to complete, then run deployProxy after.

1 Like