You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Separate upload and instantiation scripts or better still update Secret contract to allow its creator to set the EVM Gateway later instead of in constructor with initMsg#38
Open
ltfschoen opened this issue
Nov 3, 2024
· 0 comments
Currently it's necessary to know the EVM Gateway address that has already been deployed prior to Instantiating the Secret Rust contract (compiling and Uploading doesn't require the EVM Gateway address). This is annoying because I may want to fully upload and instantiate only the Secret Rust contract without deploying any EVM contracts.
The text was updated successfully, but these errors were encountered:
Currently it's necessary to know the EVM Gateway address that has already been deployed prior to Instantiating the Secret Rust contract (compiling and Uploading doesn't require the EVM Gateway address). This is annoying because I may want to fully upload and instantiate only the Secret Rust contract without deploying any EVM contracts.
The text was updated successfully, but these errors were encountered: