Skip to content

Commit

Permalink
feat(addresses): Add baseSepoliaSmartKandel to kandel exports and con…
Browse files Browse the repository at this point in the history
…figurations. (#84)
  • Loading branch information
maxencerb authored Jun 12, 2024
1 parent 74d17d2 commit 12f7da7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/heavy-cars-film.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@mangrovedao/mgv": patch
---

Added Base sepolia smart kandel
2 changes: 1 addition & 1 deletion src/addresses/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ export {

// --- kandel ---

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

0 comments on commit 12f7da7

Please sign in to comment.