From ab58f3baf50f74b894a4f8341ae066b437367490 Mon Sep 17 00:00:00 2001 From: noah-wasd3r Date: Wed, 15 Jan 2025 05:44:20 +0000 Subject: [PATCH] fix typo --- projects/synstation/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/synstation/index.js b/projects/synstation/index.js index 8ab7dcf48df6..e741ea8e9677 100644 --- a/projects/synstation/index.js +++ b/projects/synstation/index.js @@ -49,7 +49,7 @@ const exportsData = Object.keys(config).map((chain) => { } }) exportsData.push(uniV3Export({ - soneium: { factory: soneium.v3Factory, fromBlock: 1812231 }, + soneium: { factory: config.soneium.v3Factory, fromBlock: 1812231 }, }))