synapse extensions for raiden
For PFSPresenceRouter
configuration, add this to your homeserver.yaml
:
service_registry_address
is optional and will be chose automatically based on
the chain id the RSB is running on if not provided.
presence:
enabled: true
presence_router:
module: raiden_synapse_modules.presence_router.pfs.PFSPresenceRouter
config:
ethereum_rpc: ${ETH_RPC}
service_registry_address: ${SERVICE_REGISTRY}
blockchain_sync_seconds: 15
where
ETH_RPC
points to a valid ethereum rpc resourceSERVICE_REGISTRY
is the hex address of araiden_contracts
ServiceRegistry.sol
deployment
After bumping the version on pyproject.toml, run make publish