synapsecns/sanguine

View on GitHub
agents/pingpongtestcli/main.go

Summary

Maintainability
A
35 mins
Test Coverage

Function main has 5 return statements (exceeds 4 allowed).
Open

func main() {
    fmt.Println("Enter Sending Chain URL (eg https://polygon-rpc.com, https://api.avax.network/ext/bc/C/rpc, https://optimism-mainnet.public.blastapi.io): ")
    var sendingChainURL string
    fmt.Scanln(&sendingChainURL)

Severity: Major
Found in agents/pingpongtestcli/main.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status