Ropsten Node List

Hi All,
I am trying to sync up my Ropsten node (geth), but I am stuck with either 1 or 2 peers.
Could someone people share their current peer list?
I believe the following should dump your peers once you are attached to geth:
var peers = []; admin.peers.forEach(function(value){peers.push(value.enode)}); peers
I am running geth like this:
--ropsten --syncmode "fast"
I dont suppose anything has changed recently which might be causing me to be on the wrong chain?
submitted by /u/cryptomoon2020
[link] [comments]