mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-08-24 23:11:12 +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 1f1d33b5f4.
This commit is contained in:
committed by
GitHub
parent
0e04aa8ae8
commit
0437159b59
Vendored
+1
-1
Submodule vendor/nim-json-rpc updated: 32ba2d16b9...335f292a58
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user