Skip to content

Commit 623004a

Browse files
authored
feat(mimswap): Add support for Mainnet (DefiLlama#11502)
1 parent d6c5605 commit 623004a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/mimswap/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ const { getLogs2 } = require('../helper/cache/getLogs')
22

33
const config = {
44
arbitrum: { factory: '0x8D0Cd3eEf1794F59F2B3a664Ef07fCAD401FEc73', fromBlock: 205217727 },
5+
ethereum: { factory: '0xDF46F6b1a5F794F21eaD4008C7De4E02Dc045297', fromBlock: 20537337 },
56
blast: { factory: '0x7E05363E225c1c8096b1cd233B59457104B84908', fromBlock: 1067907 },
67
kava: { factory: '0x7Ad0e580d8458BbeF71EC6A1755c59651E1EAaa7', fromBlock: 10023543 },
78
}

0 commit comments

Comments
 (0)