Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ttios #885

Closed
wants to merge 3 commits into from
Closed

Ttios #885

wants to merge 3 commits into from

Conversation

mtc1146
Copy link

@mtc1146 mtc1146 commented Mar 23, 2025

Summary of Changes

Fixes # (if applicable - add the number of issue this PR addresses)

Test Data or Screenshots

By submitting this pull request, you are confirming the following:
  • I have reviewed the Contribution Guidelines.
  • I have performed a self-review of my own code.
  • I have updated my repository to match the develop branch.
  • I have included test data or screenshots that prove my fix is effective or that my feature works.
  • I have checked that all tests work and swiftlint is not throwing any errors/warnings.

mtc1146 added 3 commits March 23, 2025 17:09
            throw Web3Error.unknownError
        }

        guard 200 ..< 400 ~= httpResponse.statusCode else {
            if 400 ..< 500 ~= httpResponse.statusCode {
                throw Web3Error.clientError(code: httpResponse.statusCode)
            } else {
                throw Web3Error.serverError(code: httpResponse.statusCode)
            }
        }
-        case medium = 5
-        case longest = 60
+        case shortest = 1_500_000_000
+        case medium = 2_500_000_000
+        case longest = 9_000_000_000
@mtc1146
Copy link
Author

mtc1146 commented Mar 23, 2025

a

@yaroslavyaroslav
Copy link
Collaborator

Why?

@mtc1146 mtc1146 closed this Mar 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants