Skip to content

EVM methods support#1008

Open
mrq1911 wants to merge 2 commits intoAcalaNetwork:masterfrom
galacticcouncil:evm-support
Open

EVM methods support#1008
mrq1911 wants to merge 2 commits intoAcalaNetwork:masterfrom
galacticcouncil:evm-support

Conversation

@mrq1911
Copy link
Copy Markdown

@mrq1911 mrq1911 commented Mar 15, 2026

fixes #971

}

// Use a known Hydration block if available, otherwise skip gracefully
describe.skip('eth_* RPC methods', () => {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

skipped?

// Hydration is an EVM-compatible chain with Frontier runtime APIs
const hydration = {
endpoint: 'wss://hydration-rpc.n.dwellir.com',
blockHash: '0x' + '00'.repeat(32), // will use latest if not found
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unused?

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.

Hydration not working properly

2 participants