-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy two EVM gateways #31
Comments
I think we can do this after we support ERC-20 custody, ZETA transfers, etc. in localnet |
@skosito what do you think about having two EVM gateways? |
looks like a good idea, would emulate real scenarios better |
@skosito do you think it would be an overkill to actually start several |
initially that was proposed but we agreed to not do it (cc: @lumtis we discussed this at the start), but not sure at the state of the localnet is now and it's usage, maybe now it makes more sense apart from emulating env with multiple chains, are there more benefits to it? if not, maybe this will just increase development time and maintenance which might reduce purpose of this localnet as fast testing and development env wdyt? |
I think we'll stick with two EVM gateways for now. I am concerned that having multiple chains will impact dev ex, because devs will have to make sure to use right chains, stuff like balances on different chains might be difficult to manage, etc. |
Right now we have an EVM gateway and a ZetaChain gateway, but some (most?) apps need to simulate transfer of value/data between EVM chains. Maybe we should have two EVM gateways (we can call them EVM1 and EVM2) to model these sort of transfers.
The text was updated successfully, but these errors were encountered: