diff --git a/bal_tools/etherscan.py b/bal_tools/etherscan.py index b7c6a6c..3044b8b 100644 --- a/bal_tools/etherscan.py +++ b/bal_tools/etherscan.py @@ -12,7 +12,7 @@ class Etherscan: BASE_URL = "https://api.etherscan.io/v2/api" # can be removed if official support is added by etherscan or a dedicated blocks subgraph is added # no api key needed - # https://github.com/BalancerMaxis/bal_tools/pull/137 + # https://github.com/balancer/bal_tools/pull/137 PLASMA_API_URL = ( "https://api.routescan.io/v2/network/mainnet/evm/9745/etherscan/api" ) diff --git a/bal_tools/pools_gauges.py b/bal_tools/pools_gauges.py index ecec28e..6aaf958 100644 --- a/bal_tools/pools_gauges.py +++ b/bal_tools/pools_gauges.py @@ -17,10 +17,10 @@ ) GITHUB_RAW_OUTPUTS = ( - "https://raw.githubusercontent.com/BalancerMaxis/bal_addresses/main/outputs" + "https://raw.githubusercontent.com/balancer/bal_addresses/main/outputs" ) GITHUB_RAW_CONFIG = ( - "https://raw.githubusercontent.com/BalancerMaxis/bal_addresses/main/config" + "https://raw.githubusercontent.com/balancer/bal_addresses/main/config" ) diff --git a/bal_tools/utils.py b/bal_tools/utils.py index 89d2e07..c1a3687 100644 --- a/bal_tools/utils.py +++ b/bal_tools/utils.py @@ -7,7 +7,7 @@ CHAINS = requests.get( - "https://raw.githubusercontent.com/BalancerMaxis/bal_addresses/refs/heads/main/extras/chains.json" + "https://raw.githubusercontent.com/balancer/bal_addresses/refs/heads/main/extras/chains.json" ).json() diff --git a/setup.py b/setup.py index 20c1e89..72364d1 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ "safe_tx_builder/templates/*.json", ] }, - url="https://github.com/BalancerMaxis/bal_tools", + url="https://github.com/balancer/bal_tools", install_requires=[ "wheel", "web3>=6.0.0", @@ -37,7 +37,7 @@ ], extras_require={ "brownie": [ - "eth-brownie @ git+https://github.com/BalancerMaxis/brownie.git@v1.20.x" + "eth-brownie @ git+https://github.com/balancer/brownie.git@v1.20.x" ], }, keywords=["python", "first package"],