Skip to content

Commit

Permalink
Fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Olshansk committed Oct 17, 2023
1 parent f14b5e7 commit 26a346c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
.SILENT:

POCKETD_HOME := ./localnet/pocketd
<<<<<<< HEAD
POCKET_NODE = tcp://127.0.0.1:36657 # The pocket rollup node (full node and sequencer in the localnet context)
POCKET_ADDR_PREFIX = pokt
=======
POCKET_NODE := tcp://127.0.0.1:36657 # The pocket rollup node (full node and sequencer in the localnet context)
>>>>>>> main

########################
### Makefile Helpers ###
Expand Down

0 comments on commit 26a346c

Please sign in to comment.