-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat(legacy): add DTC chain and tokens #120
Conversation
WalkthroughThe pull request introduces support for a new Ethereum-based network with chain ID 9798, referred to as DTT. This update involves expanding the networks and tokens arrays in the firmware, updating version information, and adding network-specific configurations. The changes include adding a new network entry, updating network symbols, and incorporating nine new tokens associated with the new chain ID. Changes
Sequence DiagramsequenceDiagram
participant Firmware
participant NetworkConfig
participant TokenConfig
Firmware->>NetworkConfig: Add DTT Network (Chain ID 9798)
NetworkConfig-->>Firmware: Network Configuration Updated
Firmware->>TokenConfig: Add 9 New Tokens
TokenConfig-->>Firmware: Token List Expanded
Firmware->>Firmware: Update Version to 3.10.2
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (7)
🔇 Additional comments (20)legacy/firmware/ethereum_tokens_onekey.h.mako (1)
legacy/firmware/ethereum_networks_onekey.h.mako (3)
legacy/firmware/ethereum_tokens_onekey.c.mako (1)
legacy/firmware/ethereum_networks.c (3)
legacy/firmware/ethereum_onekey.h (1)
legacy/firmware/ethereum_tokens.c (10)
legacy/firmware/version.h (1)
🪧 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 (
|
Summary by CodeRabbit
Release Notes v3.10.2
New Features
Improvements
Version