Add plugin-hypurrfi — HypurrFi lending on Hyperliquid#294
Open
lastandy wants to merge 1 commit intoelizaos-plugins:mainfrom
Open
Add plugin-hypurrfi — HypurrFi lending on Hyperliquid#294lastandy wants to merge 1 commit intoelizaos-plugins:mainfrom
lastandy wants to merge 1 commit intoelizaos-plugins:mainfrom
Conversation
HypurrFi lending protocol plugin for Hyperliquid (HyperEVM). Deposit, borrow, repay, withdraw, and monitor positions across Prime, Yield, and Vault products via Euler V2. Repo: https://github.com/lastandy/eliza-hypurrfi-plugin Co-Authored-By: Oz <oz-agent@warp.dev>
Contributor
WalkthroughA new plugin mapping entry is added to the index.json manifest file. The entry registers "plugin-hypurrfi" and associates it with the GitHub repository "github:lastandy/eliza-hypurrfi-plugin" without modifying or removing any existing entries. Changes
Estimated Code Review Effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Plugin: plugin-hypurrfi
Repository: https://github.com/lastandy/eliza-hypurrfi-plugin
Description: ElizaOS plugin for HypurrFi lending protocol on Hyperliquid (HyperEVM, chain 999). Enables agents to deposit, borrow, repay, withdraw, and monitor positions across HypurrFi's full product suite — all through natural conversation.
Features
Configuration
HYPURRFI_PRIVATE_KEY(optional) — for write operationsHYPURRFI_RPC_URL(optional) — defaults to HyperEVM RPCAssets
images/logo.jpg(400×400)images/banner.jpg(1280×640)agentConfigin package.jsonExample Character
See
characters/hypurrfi-agent.character.jsonin the repo.Co-Authored-By: Oz oz-agent@warp.dev
Summary by CodeRabbit
Greptile Summary
Registers the
plugin-hypurrfiplugin (HypurrFi lending on Hyperliquid) in the ElizaOS plugin registry. The change is a single-line addition toindex.jsonthat maps the package nameplugin-hypurrfitogithub:lastandy/eliza-hypurrfi-plugin.index.jsonis modified, as required by contribution guidelines@prefix), which is consistent with other community-contributed plugins in the same sectionConfidence Score: 4/5
Important Files Changed
"plugin-hypurrfi": "github:lastandy/eliza-hypurrfi-plugin"in correct alphabetical order among the non-scoped plugins. Valid JSON format, consistent with existing conventions.Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A["PR: Add plugin-hypurrfi entry"] --> B["index.json modified"] B --> C["Registry entry added:\nplugin-hypurrfi → github:lastandy/eliza-hypurrfi-plugin"] C --> D["GitHub Action triggers on merge"] D --> E["generated-registry.json updated\nwith plugin metadata"] E --> F["Plugin available in\nElizaOS CLI & web registry"]Last reviewed commit: 71f2883
(3/5) Reply to the agent's comments like "Can you suggest a fix for this @greptileai?" or ask follow-up questions!