synapsecns/sanguine

View on GitHub
packages/contracts-core/deployments/address_printer.py

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

                with open(file_path, 'r') as json_file:
                    data = json.load(json_file)
                    address = data.get('address', 'Address not found')
                    print(f"{file.replace('.json', '')}: {address}")
        print()  # Print a newline for better separation
Severity: Major
Found in packages/contracts-core/deployments/address_printer.py - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status