Skip to content
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

Open
fadeev opened this issue Sep 3, 2024 · 6 comments
Open

Deploy two EVM gateways #31

fadeev opened this issue Sep 3, 2024 · 6 comments

Comments

@fadeev
Copy link
Member

fadeev commented Sep 3, 2024

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.

@fadeev
Copy link
Member Author

fadeev commented Sep 3, 2024

I think we can do this after we support ERC-20 custody, ZETA transfers, etc. in localnet

@fadeev
Copy link
Member Author

fadeev commented Sep 4, 2024

@skosito what do you think about having two EVM gateways?

@skosito
Copy link
Contributor

skosito commented Sep 13, 2024

@skosito what do you think about having two EVM gateways?

looks like a good idea, would emulate real scenarios better

@fadeev
Copy link
Member Author

fadeev commented Sep 16, 2024

@skosito do you think it would be an overkill to actually start several anvil instances to further emulate an environment with multiple chains?

@skosito
Copy link
Contributor

skosito commented Sep 16, 2024

@skosito do you think it would be an overkill to actually start several anvil instances to further emulate an environment with multiple chains?

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?

@fadeev
Copy link
Member Author

fadeev commented Sep 16, 2024

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 balances on different chains might be difficult to manage, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants