-
Notifications
You must be signed in to change notification settings - Fork 13
Add support Hyperliquid #112
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
base: main
Are you sure you want to change the base?
Conversation
WalkthroughThis change updates the Changes
Sequence Diagram(s)sequenceDiagram
participant U as User/Caller
participant E as EvmNetwork
participant D as DATA Mapping
U->>E: Request network configuration (e.g., chain 999)
E->>D: Look up configuration for chain ID 999
D-->>E: Return "hyperliquid-mainnet" configuration details
E-->>U: Provide network configuration
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (1)
✨ Finishing Touches
🪧 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 (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @imperator-co! Thanks for making this PR. I just have some questions regarding the addresses you're adding which I checked on https://hyperliquid.cloud.blockscout.com/.
- "0x2df1c51e09aecf9cacb7bc98cb1742757f163df7" - This one doesn't seem to be a contract, and has no transactions
- "0x3333333333333333333333333333333333333333" - This one doesn't seem to be a contract
- "0x2222222222222222222222222222222222222222" - This is a contract. Looks good.
- "0x5555555555555555555555555555555555555555" - This is an erc20 token, also looks good.
- "0x510100d5143e011db24e2aa38abe85d73d5b2177" - This one doesn't seem to exist
For the ones in bold, may I know where you got them from or why did you choose these addresses to add here?
Description
Issues Resolved
Summary by CodeRabbit