Add Flow EVM into the list - #4
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughThe changes expand the current network support to include the Flow blockchain. The documentation has been updated in the README to list Flow (mainnet) and Flow Testnet under supported networks. Additionally, configuration entries have been added to the core chain mapping files, including new chain IDs, corresponding network name mappings, and RPC URL assignments for Flow mainnet (chain ID 747) and Flow Testnet (chain ID 545). Changes
Sequence Diagram(s)sequenceDiagram
participant U as User
participant M as MCP Server
participant C as Chain Config
U->>M: Request transaction using "flow-mainnet" or "flow-testnet"
M->>C: Lookup chain configuration for Flow network
C-->>M: Return chain ID and RPC URL details
M->>External: Connect to Flow blockchain via provided RPC endpoint
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Flow Mainnet:
https://github.com/wevm/viem/blob/main/src/chains/definitions/flowMainnet.ts
Flow Testnet:
https://github.com/wevm/viem/blob/main/src/chains/definitions/flowTestnet.ts
Summary by CodeRabbit
New Features
Documentation