From 1dd4a5302a07dd6216453e92889e8ee9026069e2 Mon Sep 17 00:00:00 2001 From: antares-sw <23400824+antares-sw@users.noreply.github.com> Date: Tue, 28 Nov 2023 18:12:29 +0300 Subject: [PATCH] Update networks.py (#70) Signed-off-by: antares-sw <23400824+antares-sw@users.noreply.github.com> --- stakewise_cli/networks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stakewise_cli/networks.py b/stakewise_cli/networks.py index 65ef9e3..8189fc9 100644 --- a/stakewise_cli/networks.py +++ b/stakewise_cli/networks.py @@ -34,7 +34,7 @@ SWISE_TOKEN_CONTRACT_ADDRESS="0x48C3399719B582dD63eB5AADf12A40B4C3f52FA2", FEE_DISTRIBUTION_CONTRACT_ADDRESS=config( "FEE_DISTRIBUTION_CONTRACT_ADDRESS", - default="0x6b333B20fBae3c5c0969dd02176e30802e2fbBdB", + default="0x48319f97E5Da1233c21c48b80097c0FB7a20Ff86", ), OPERATORS_COMMITTEE_ENS_KEY="operators_committee", IS_POA=False,