Skip to content

Commit 84da29e

Browse files
authored
Fix: Beam-Dex (DefiLlama#13437)
1 parent 37b6b63 commit 84da29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/beam-dex/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
const { uniV3Export } = require('../helper/uniswapV3')
22
module.exports = uniV3Export({
3-
zeta: { factory: '0x28b5244B6CA7Cb07f2f7F40edE944c07C2395603', fromBlock: 5320498, isAlgebra: true }
3+
zeta: { factory: '0x28b5244B6CA7Cb07f2f7F40edE944c07C2395603', fromBlock: 5320498, isAlgebra: true, permitFailure: true }
44
})

0 commit comments

Comments
 (0)