From 0b0b43d972043268a9619175c0238e5c57ee675d Mon Sep 17 00:00:00 2001 From: gmbronco <83549293+gmbronco@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:00:56 +0200 Subject: [PATCH] updating V3 vault deployment to v8 on sepolia --- .changeset/six-ghosts-jog.md | 5 +++++ config/sepolia.ts | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 .changeset/six-ghosts-jog.md diff --git a/.changeset/six-ghosts-jog.md b/.changeset/six-ghosts-jog.md new file mode 100644 index 000000000..81ee6d4b3 --- /dev/null +++ b/.changeset/six-ghosts-jog.md @@ -0,0 +1,5 @@ +--- +'backend': minor +--- + +updating V3 vault deployment to v8 on sepolia diff --git a/config/sepolia.ts b/config/sepolia.ts index 621821989..9f6dac997 100644 --- a/config/sepolia.ts +++ b/config/sepolia.ts @@ -14,8 +14,8 @@ export default { startDate: '2023-05-03', cowAmm: 'https://api.studio.thegraph.com/proxy/75376/balancer-cow-amm-sepolia/version/latest', balancer: 'https://api.studio.thegraph.com/query/24660/balancer-sepolia-v2/version/latest', - balancerV3: 'https://api.studio.thegraph.com/query/31386/balancer-v3-sepolia-6th/version/latest', - balancerPoolsV3: 'https://api.studio.thegraph.com/query/31386/balancer-pools-v3-sepolia-6th/version/latest', + balancerV3: 'https://api.studio.thegraph.com/query/31386/balancer-v3-sepolia-8th/version/latest', + balancerPoolsV3: 'https://api.studio.thegraph.com/query/31386/balancer-pools-v3-sepolia-8th/version/latest', beetsBar: 'https://', blocks: 'https://api.studio.thegraph.com/query/48427/bleu-sepolia-blocks/version/latest', gauge: `https://api.studio.thegraph.com/query/24660/balancer-gauges-sepolia/version/latest`, @@ -55,15 +55,15 @@ export default { balancerQueriesAddress: '0xe39b5e3b6d74016b2f6a9673d7d7493b6df549d5', }, v3: { - vaultAddress: '0x92b5c1cb2999c45804a60d6529d77deef00fb839', - routerAddress: '0xa12da7dfd0792a10a5b05b575545bd685798ce35', + vaultAddress: '0x0ef1c156a7986f394d90ed1beea6483cc435f542', + routerAddress: '0xb12fcb422aae6720f882e22c340964a7723f2387', defaultSwapFeePercentage: '0.5', defaultYieldFeePercentage: '0.5', }, }, hooks: { - feeTakingHook: ['0xcc4a97bb41dc77013d625fc2a5e7867603d4c78b'], - removeLiquidityFeeHook: ['0x04d584195a96dffc7f8b695aa3c9d3c1606b69d1'], + feeTakingHook: ['0xde97fc6ecdcd9efa53dac2d29c0fc10e9b482a0b'], + removeLiquidityFeeHook: ['0x8756a6527e8dc94cf07a468d2e4df8e9946bce3d'], }, multicall: '0x25eef291876194aefad0d60dff89e268b90754bb', multicall3: '0xca11bde05977b3631167028862be2a173976ca11',