Skip to content

Commit

Permalink
netuid 55 for localnet
Browse files Browse the repository at this point in the history
  • Loading branch information
peterc-yuma committed Jan 14, 2025
1 parent d923a92 commit 583f28e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 583f28e

Please sign in to comment.