From 54981f706de5ad4eb3cf4ee92350010a0381cfa6 Mon Sep 17 00:00:00 2001 From: 0xwml <130541002+0xwml@users.noreply.github.com> Date: Thu, 23 Oct 2025 09:06:02 -0500 Subject: [PATCH] [thala] update thalaswap-v3 lens address to latest (#16801) --- projects/thalaswap-v3/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/thalaswap-v3/index.js b/projects/thalaswap-v3/index.js index dc62cf7a3..f0c2b314b 100644 --- a/projects/thalaswap-v3/index.js +++ b/projects/thalaswap-v3/index.js @@ -3,7 +3,7 @@ const { function_view } = require("../helper/chain/aptos"); const { get } = require('../helper/http') const { PromisePool } = require('@supercharge/promise-pool') -const thalaswapLensAddress = "10e4cef9dd33e192738a33c8529e5c5feeb00d660b08f8d0891b4ceb3ed71dfd"; +const thalaswapLensAddress = "ee8c71b117851371fb180928cd73e4f111b04b0efbebb0054b9b29c8d5fec96c"; async function getPool(lensAddress, lptAddress) { const args = [lptAddress];