Skip to content

Commit

Permalink
added swellchain (#13243)
Browse files Browse the repository at this point in the history
  • Loading branch information
leemount96 authored Jan 25, 2025
1 parent dd785e1 commit 96581b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/euler-v2/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ module.exports = {

const config = {
ethereum: { factory: '0x29a56a1b8214D9Cf7c5561811750D5cBDb45CC8e', },
base: { factory: '0x7F321498A801A191a93C840750ed637149dDf8D0', }
base: { factory: '0x7F321498A801A191a93C840750ed637149dDf8D0', },
swellchain: { factory: '0x238bF86bb451ec3CA69BB855f91BDA001aB118b9', }
}

Object.keys(config).forEach(chain => {
Expand Down

0 comments on commit 96581b9

Please sign in to comment.