Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
pre-rail | 8d39d5d | Jan 26 2026, 02:44 PM |
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughThis PR introduces interactive Alt Fee demo components for transaction submission and token registry queries, updates documentation and SDK examples to reflect API changes ( Changes
Sequence Diagram(s)sequenceDiagram
actor User
participant Form as AltFeeQuickStartDemo
participant Viem as Viem Client
participant Signer as Wallet Client
participant Network as Morph Network
User->>Form: Enter private key & transaction details
Form->>Form: Validate inputs & derive account
User->>Form: Confirm transaction in modal
Form->>Signer: Create wallet client for Morph Hoodi
Form->>Viem: Fetch current nonce
Viem->>Network: Query nonce
Network-->>Viem: Return nonce
Viem-->>Form: Provide nonce
Form->>Signer: Send transaction with alt-fee params<br/>(value, feeTokenID, gasLimit)
Signer->>Network: Submit signed transaction
Network-->>Signer: Confirm & return tx hash
Signer-->>Form: Transaction successful
Form-->>User: Display tx hash & explorer link
sequenceDiagram
actor User
participant Component as QuerySupportedTokensDemo
participant Client as Viem Public Client
participant Registry as Token Registry Contract
participant Network as Morph Network
User->>Component: Select network (testnet/mainnet)
User->>Component: Click "Query Tokens"
Component->>Client: Initialize public client
Client->>Network: Connect to RPC endpoint
Network-->>Client: Connected
Component->>Client: Call readContract<br/>getSupportedTokenList()
Client->>Registry: Query supported tokens
Registry->>Network: Fetch token data
Network-->>Registry: Return token list
Registry-->>Client: Provide normalized token array
Client-->>Component: Return tokens
Component->>Component: Format results & build explorer links
Component-->>User: Display token table with links
Estimated code review effort🎯 4 (Complex) | ⏱️ ~50 minutes Possibly related PRs
Suggested reviewers
✨ Finishing touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary by CodeRabbit
Release Notes
New Features
Documentation
Bug Fixes
Chores
✏️ Tip: You can customize this high-level summary in your review settings.