Update module name to github.com/fraktal/mev-beta and fix channel closing issues in pipeline stages

This commit is contained in:
Krypto Kajun
2025-09-12 19:08:38 -05:00
parent fbb85e529a
commit 1113d82499
31 changed files with 3359 additions and 210 deletions

View File

@@ -5,7 +5,7 @@ import (
"fmt"
"sync"
"github.com/your-username/mev-beta/internal/config"
"github.com/fraktal/mev-beta/internal/config"
"golang.org/x/time/rate"
)