mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-14 00:46:44 +00:00
fix(ci): macos builds (#1145)
* chore: revert json rpc * chore(ci): cleanup * chore(ci): remove windows from build matrix * Revert "chore(ci): remove windows from build matrix" This reverts commit 1f1d33b5f4b17c62599bab452670fa7bd3edf7e2.
This commit is contained in:
parent
051f5db9af
commit
4745c7872c
2
vendor/nim-json-rpc
vendored
2
vendor/nim-json-rpc
vendored
@ -1 +1 @@
|
||||
Subproject commit 32ba2d16b919310a8c6797ac45747595f301a207
|
||||
Subproject commit 335f292a5816910aebf215e3a88db8a665133e0e
|
@ -159,7 +159,7 @@ const
|
||||
MERKLE_TREE_DEPTH* = 20
|
||||
# TODO the ETH_CLIENT should be an input to the rln-relay, though hardcoded for now
|
||||
# the current address is the address of ganache-cli when run locally
|
||||
ETH_CLIENT* = "ws://localhost:8540/"
|
||||
ETH_CLIENT* = "ws://127.0.0.1:8540"
|
||||
|
||||
const
|
||||
# the size of poseidon hash output in bits
|
||||
|
Loading…
x
Reference in New Issue
Block a user