diff --git a/Makefile b/Makefile index 070b268..09dcc8f 100644 --- a/Makefile +++ b/Makefile @@ -3,14 +3,15 @@ export finney = wss://entrypoint-finney.opentensor.ai:443 testnet = wss://test.finney.opentensor.ai:443 -localnet = $(LOCALNET) +localnet = ws://127.0.0.1:9945 ifeq ($(NETWORK),localnet) - netuid = 1 + netuid = 55 else ifeq ($(NETWORK),testnet) netuid = 256 else ifeq ($(NETWORK),finney) netuid = 55 + $(error Finney network not supported yet) endif metagraph: