feat: add Radiant lending onchain-actions plugin for Arbitrum#312
Open
Lexiie wants to merge 4 commits intoEmberAGI:mainfrom
Open
feat: add Radiant lending onchain-actions plugin for Arbitrum#312Lexiie wants to merge 4 commits intoEmberAGI:mainfrom
Lexiie wants to merge 4 commits intoEmberAGI:mainfrom
Conversation
Contributor
|
Hey @Lexiie, Thanks for your PR. Could you share your Telegram handle for the next steps, please? |
Author
|
here is my telegram account @Lexiisme
…On Fri, Nov 21, 2025, 3:37 AM Parastoo Gol Mohammadi < ***@***.***> wrote:
*ParastooGM* left a comment (EmberAGI/arbitrum-vibekit#312)
<#312 (comment)>
Hey @Lexiie <https://github.com/Lexiie>, Thanks for your PR. Could you
share your Telegram handle for the next steps, please?
—
Reply to this email directly, view it on GitHub
<#312 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGZDBYDCAW2AZWHEHACVSOL35YJ7ZAVCNFSM6AAAAACMWUI7GOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTKNJZG4ZTCMJTGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
…gin System - Migrated plugin into registry-compliant structure - Added getRadiantEmberPlugin wrapper following Aave plugin pattern - Removed hardcoded RPC in favor of adapter params - Added standardized error handling across actions & queries - Wrapped existing markets/positions/actions logic with adapter class - Improved plugin readiness for Vibekit Node
Author
|
I’ve updated the Radiant plugin to follow the official plugin architecture guidelines. |
Author
|
@0xTomDaniel could you please review when you have free time ? |
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.
Summary
This PR adds a full onchain-actions plugin integration for the Radiant V2 Lending Protocol on Arbitrum.
The plugin includes market data fetching, user position retrieval, and transaction builders for core lending actions.
This PR has been updated to align with the latest registry-based Ember Plugin System.
The original implementation predated the registry architecture; the latest commits
fully migrate the Radiant Lending plugin to the current standard.
Related Issue(s)
Closes #310
Type of Change
🧪 Testing
Tests Performed
ProtocolDataProviderTest Results
Steps to Run Tests
pnpm install pnpm test