Skip to content

Commit

Permalink
Merge pull request #73 from Jeff-CCH/feat/add-radiant-v2-base
Browse files Browse the repository at this point in the history
feat: support radiant v2 on Base
  • Loading branch information
Jeff-CCH authored Aug 5, 2024
2 parents 7cea21e + 6320821 commit 8e82e11
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 8e82e11

Please sign in to comment.