Skip to content

Comments

Implemented Unified Bridge Adapter#84

Merged
mijinummi merged 3 commits intoMDTechLabs:mainfrom
OthmanImam:feat/Adapter
Feb 22, 2026
Merged

Implemented Unified Bridge Adapter#84
mijinummi merged 3 commits intoMDTechLabs:mainfrom
OthmanImam:feat/Adapter

Conversation

@OthmanImam
Copy link
Contributor

@OthmanImam OthmanImam commented Feb 22, 2026

Closes #47

Implement Unified Bridge Adapter Interface

Overview

This PR introduces a standardized BridgeAdapter interface to simplify integration of multiple blockchain bridges into BridgeWise. By normalizing data across bridges, developers can add new integrations with minimal changes to core logic, while downstream consumers (wallets, dApps, analytics) benefit from consistent data structures.

Objective

  • Define a standard BridgeAdapter interface for all bridge integrations
  • Normalize bridge data including:
    • Fees
    • Estimated Time of Arrival (ETA)
    • Token mapping across chains
  • Enable plug-and-play addition of new bridges
  • Simplify downstream consumption by wallets, dApps, and analytics

Benefits

  • Reduces complexity and errors when adding new bridges
  • Provides consistent data for product teams and analytics dashboards
  • Improves developer experience with a unified integration pattern
  • Supports scalability for future bridge expansions

Labels

  • sdk
  • integration
  • feature
  • blockchain

Copy link
Collaborator

@mijinummi mijinummi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mijinummi mijinummi merged commit 62aaf97 into MDTechLabs:main Feb 22, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🔗 Implement Unified Bridge Adapter Interface

2 participants