Skip to content

Commit

Permalink
added base factory (#13060)
Browse files Browse the repository at this point in the history
  • Loading branch information
leemount96 authored Jan 11, 2025
1 parent 647e029 commit cffdf1f
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 @@ -5,7 +5,8 @@ module.exports = {
}

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

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

0 comments on commit cffdf1f

Please sign in to comment.