Skip to content

Commit

Permalink
feat: support radiant v2 on Base
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff-CCH committed Aug 5, 2024
1 parent 7cea21e commit 6320821
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tasty-students-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@protocolink/logics': minor
---

Support Radiant V2 on Base
7 changes: 7 additions & 0 deletions src/logics/radiant-v2/configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ export const configs: Config[] = [
RadiantV2FlashLoanCallback: '0x6bfCE075A1c4F0fD4067A401dA8f159354e1a916',
},
},
{
chainId: common.ChainId.base,
contract: {
ProtocolDataProvider: '0x07d2DC09A1CbDD01e5f6Ca984b060A3Ff31b9EAF',
RadiantV2FlashLoanCallback: '0x6bfCE075A1c4F0fD4067A401dA8f159354e1a916',
},
},
{
chainId: common.ChainId.arbitrum,
contract: {
Expand Down

0 comments on commit 6320821

Please sign in to comment.