Checks if a multiaddr is a relay address
bool isRelayAddress(MultiAddr addr) { return addr.hasProtocol('p2p-circuit'); }