Skip to content

Commit 8b69b67

Browse files
authored
blueprint (DefiLlama#8960)
1 parent 29c7704 commit 8b69b67

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

projects/blueprint/index.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
const { uniV3Export } = require("../helper/uniswapV3");
2+
3+
module.exports = uniV3Export({
4+
ethereum: {
5+
factory: "0xe777c3da43ec554ec845649323215afaa34d6c23",
6+
fromBlock: 18692575,
7+
},
8+
});

0 commit comments

Comments
 (0)