Skip to content

Commit a7d573a

Browse files
authored
Fix: Uni-v3 (#17332)
1 parent 6f817db commit a7d573a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/uniswap/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ module.exports = {
8888
// saga: { factory: "0x454050C4c9190390981Ac4b8d5AFcd7aC65eEffa", fromBlock: 18885 },
8989
rbn: { factory: "0x75FC67473A91335B5b8F8821277262a13B38c9b3", fromBlock: 2286057 },
9090
plasma: { factory: '0xcb2436774C3e191c85056d248EF4260ce5f27A9D', fromBlock: 430127, },
91-
monad: { factory: "0x204faca1764b154221e35c0d20abb3c525710498", fromBlock: 29255827 },
91+
monad: { factory: "0x204faca1764b154221e35c0d20abb3c525710498", fromBlock: 29255827, blacklistedTokens: ['0x760afe86e5de5fa0ee542fc7b7b713e1c5425701'] },
9292
}),
9393
}
9494

@@ -110,6 +110,7 @@ const okuGraphMap = {
110110
}
111111

112112
Object.keys(okuGraphMap).forEach(chain => {
113+
if (chain === 'saga') return { tvl: () => ({ }) }
113114
module.exports[chain] = {
114115
tvl: async (api) => {
115116
const ownerTokens = await getConfig('oku-trade/' + chain, undefined, {

0 commit comments

Comments
 (0)