From f845b54668eeefd8da559617cff7bbbd25382231 Mon Sep 17 00:00:00 2001 From: 8baller Date: Mon, 27 May 2024 12:09:06 +0000 Subject: [PATCH] feat: add apiEndpoint to balpy class --- balpy/balpy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/balpy/balpy.py b/balpy/balpy.py index 249ea64..92109db 100644 --- a/balpy/balpy.py +++ b/balpy/balpy.py @@ -163,6 +163,7 @@ class balpy(object): } } + apiEndpoint = "http://localhost:3000/" apiEndpoint = "https://api.balancer.fi/" # ABIs and Deployment Addresses