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

fix: add icm addr to given genesis #2197

Merged
merged 4 commits into from
Oct 3, 2024

Conversation

felipemadero
Copy link
Collaborator

@felipemadero felipemadero commented Sep 27, 2024

Why this should be merged

Closes #2199

For a Custom VM based on Subnet-evm, or for a Subnet-Evm with a user-provided genesis,
there is no automatic allocation of funds into the standard icm deployer address, so
local blockchain deploy fails.

How this works

It fix the logic that checks if a genesis was given (either Custom or Subnet-EVM), and if it was given
as is indeed Subnet-EVM compatible, adds the allocation.

How this was tested

Blockchains conf where created for a given genesis, either by prompt or flag, to custom vm or subnet-evm.
Verifying local deploy works.

How is this documented

@felipemadero felipemadero requested a review from a team as a code owner September 27, 2024 20:15
@felipemadero felipemadero merged commit aa47920 into main Oct 3, 2024
33 checks passed
@felipemadero felipemadero deleted the fix-adding-icm-addr-to-given-genesis branch October 3, 2024 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[Bug]: Teleporter keys not funded on custom evm / genesis
2 participants