From fc8e12567a81f95f006de5bd2e144873e1b45fc2 Mon Sep 17 00:00:00 2001 From: Kyo finance Date: Fri, 5 Dec 2025 18:31:32 +0900 Subject: [PATCH 1/2] change kyo finance factory address --- projects/kyo-fi-v3/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/kyo-fi-v3/index.js b/projects/kyo-fi-v3/index.js index a70dbeb3ebd..507e9fdc9f0 100644 --- a/projects/kyo-fi-v3/index.js +++ b/projects/kyo-fi-v3/index.js @@ -1,5 +1,5 @@ const { uniV3Export } = require('../helper/uniswapV3') module.exports = uniV3Export({ - soneium: { factory: '0x137841043180BBA8EF52828F9030D1b7fE065F95', fromBlock: 1 }, + soneium: { factory: '0x81fBB18e1F5a7E9B2640107df8292271470EC7bf', fromBlock: 15116833 }, }) From 538e2d3f4950cfd9cf7afeef5e7c03ef5f928b44 Mon Sep 17 00:00:00 2001 From: Kyo finance Date: Fri, 5 Dec 2025 18:33:50 +0900 Subject: [PATCH 2/2] kyo-fi-v3-legacy --- projects/kyo-fi-v3-legacy/index.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 projects/kyo-fi-v3-legacy/index.js diff --git a/projects/kyo-fi-v3-legacy/index.js b/projects/kyo-fi-v3-legacy/index.js new file mode 100644 index 00000000000..4c2adecafd5 --- /dev/null +++ b/projects/kyo-fi-v3-legacy/index.js @@ -0,0 +1,5 @@ +const { uniV3Export } = require('../helper/uniswapV3') + +module.exports = uniV3Export({ + soneium: { factory: '0x137841043180BBA8EF52828F9030D1b7fE065F95', fromBlock: 1820393 }, +})