Skip to content

Commit

Permalink
Merge pull request #48 from mangrovedao/feat/kandelAddress
Browse files Browse the repository at this point in the history
feat: SmartKandel address for blast
  • Loading branch information
maxencerb authored May 22, 2024
2 parents 5fc5b25 + abaea74 commit ccb6ef0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/slow-doors-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@mangrovedao/mgv": patch
---

Add SmartKandel address from blast
4 changes: 4 additions & 0 deletions src/addresses/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ export {
aaveOverLying,
buildLogic,
} from './logics/index.js'

// --- kandel ---

export { blastSmartKandel } from './kandel/index.js'
2 changes: 2 additions & 0 deletions src/addresses/kandel/blast.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export const blastSmartKandel =
'0x3cbb6ad1b287748b92d1b4dfc1776af1dd9284b2' as const
1 change: 1 addition & 0 deletions src/addresses/kandel/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { blastSmartKandel } from './blast.js'

0 comments on commit ccb6ef0

Please sign in to comment.