Skip to content

Commit 6ffd07e

Browse files
committed
track pancakeswap monad
1 parent 660a52d commit 6ffd07e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

projects/pancake-swap/index.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,10 @@ module.exports = {
111111
era: {
112112
tvl: getUniTVL({ factory: '0xd03D8D566183F0086d8D09A84E1e30b58Dd5619d', useDefaultCoreAssets: true, })
113113
},
114-
op_bnb: {
115-
tvl: getUniTVL({ factory: '0x02a84c1b3BBD7401a5f7fa98a384EBC70bB5749E', useDefaultCoreAssets: true, })
116-
},
114+
op_bnb: defaultExport,
117115
arbitrum: { ...defaultExport },
118116
base: defaultExport,
117+
monad: defaultExport,
119118
}
120119

121120
// https://developer.pancakeswap.finance/contracts/syrup-pools

projects/pancakeswap-v3/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@ module.exports = {
4545
arbitrum: { factory, fromBlock: 101028949, blacklistedTokens: ['0x12d773bb0c679d4dfbaf700086dc5e399656f892', '0x1a6b3a62391eccaaa992ade44cd4afe6bec8cff1']},
4646
base: { factory, fromBlock: 2912007, },
4747
op_bnb: { factory, fromBlock: 1721753, },
48+
monad: { factory, fromBlock: 23058782, },
4849
})
4950
}

0 commit comments

Comments
 (0)