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

Enables Blast #951

Merged
merged 2 commits into from
May 14, 2024
Merged

Enables Blast #951

merged 2 commits into from
May 14, 2024

Conversation

davidcauchi
Copy link
Contributor

@davidcauchi davidcauchi commented May 14, 2024


Below is a summarization created by an LLM (gpt-4-0125-preview). Be mindful of hallucinations and verify accuracy.

Why

The changes introduce support for two new EVM networks: Blast Sepolia and Blast Mainnet. These additions expand the blockchain networks available for interaction, providing users with more options for deploying and testing their decentralized applications.

What

  • networks/known_networks.go
    • Added BlastSepolia and BlastMainnet to the list of EVM networks. These networks support EIP1559, use the Ethereum client implementation, have specified Chain IDs, are not simulated, have a Chainlink transaction limit of 5000, a timeout of 2 minutes, require at least one confirmation, have a gas estimation buffer of 10000, include a finality tag, and default gas limit of 6000000.
    • Updated MappedNetworks to include mappings for "BLAST_SEPOLIA" and "BLAST_MAINNET" to their respective network configurations.

@cl-sonarqube-production
Copy link

@davidcauchi davidcauchi merged commit c3edc25 into main May 14, 2024
16 of 17 checks passed
@davidcauchi davidcauchi deleted the ship-1795-ctf-enable-blast branch May 14, 2024 19:54
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

Successfully merging this pull request may close these issues.

None yet

2 participants