diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9400fb..2d7420b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout web4 uses: actions/checkout@v7.0.0 with: - repository: TeoSlayer/pilotprotocol + repository: pilot-protocol/pilotprotocol path: web4 - uses: actions/setup-go@v6.5.0 diff --git a/dashboard/dashboard.go b/dashboard/dashboard.go index cf751d0..8a47892 100644 --- a/dashboard/dashboard.go +++ b/dashboard/dashboard.go @@ -2117,7 +2117,7 @@ footer a:hover{color:var(--accent)} diff --git a/server_lifecycle.go b/server_lifecycle.go index d61eb6a..b1839da 100644 --- a/server_lifecycle.go +++ b/server_lifecycle.go @@ -1135,7 +1135,7 @@ func NewWithStore(beaconAddr, storePath string) *Server { }, }) - s.releasePoller = newReleasePoller("TeoSlayer/pilotprotocol") + s.releasePoller = newReleasePoller("pilot-protocol/pilotprotocol") go s.dashboard.StatsCollectorLoop(s.readyCh, s.done, s.sampleStats, s.recordSample) go s.dashboard.PulseLoop() go s.heartbeatLoop()