Skip to content

Add infinifi sy-iUSD adapter#8

Open
nikollamalic wants to merge 6 commits intopendle-finance:mainfrom
InfiniFi-Labs:infiniFi/SY_iUSD
Open

Add infinifi sy-iUSD adapter#8
nikollamalic wants to merge 6 commits intopendle-finance:mainfrom
InfiniFi-Labs:infiniFi/SY_iUSD

Conversation

@nikollamalic
Copy link
Copy Markdown

No description provided.

Comment on lines +21 to +22
address public constant MINT_CONTROLLER = 0x49877d937B9a00d50557bdC3D87287b5c3a4C256;
address public constant REDEEM_CONTROLLER = 0xCb1747E89a43DEdcF4A2b831a0D94859EFeC7601;
Copy link
Copy Markdown

@eswak eswak Jun 11, 2025

Choose a reason for hiding this comment

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

Read these dynamically, we want to be able to upgrade this part of the protocol without breaking Pendle integration :

  • gateway.getAddress("mintController")
  • gateway.getAddress("redeemController")

the gateway proxy can remain hardcoded & constant, it's an upgradeable contract.

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.

4 participants