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

Sepolia migration changes #1303

Merged
merged 11 commits into from
Nov 16, 2023
Merged

Sepolia migration changes #1303

merged 11 commits into from
Nov 16, 2023

Conversation

0xNilesh
Copy link
Member

No description provided.

Copy link

All looks good.

Copy link

In package.json:

  1. There are no mistakes or typos in this file. All looks good.

In FaucetInfo.tsx:

  1. Line 66: There is a missing closing parenthesis after the arrow function. It should be () => { instead of () => {.
  2. Line 86: There is a missing closing parenthesis after the arrow function. It should be })} instead of }).
  3. Line 96: There is a missing closing parenthesis after the arrow function. It should be () => { instead of () => {.
  4. Line 97: There is a missing closing parenthesis after the arrow function. It should be }); instead of });}.
  5. Line 146: There is an unnecessary empty string '' as the else condition. It can be removed.

In Faucets.js:

  1. Line 10: There is a missing opening brace after the object value. It should be { instead of ,.
  2. Line 18: There is a missing opening brace after the object value. It should be { instead of ,.
  3. Line 26: There is a missing opening brace after the object value. It should be { instead of ,.
  4. Line 34: There is a missing opening brace after the object value. It should be { instead of ,.
  5. Line 42: There is a missing opening brace after the object value. It should be { instead of ,.
  6. Line 50: There is a missing opening brace after the object value. It should be { instead of ,.
  7. Line 58: There is a missing opening brace after the object value. It should be { instead of ,.
  8. Line 66: There is a missing opening brace after the object value. It should be { instead of ,.
  9. Line 74: There is a missing opening brace after the object value

Copy link

All looks good.

@0xNilesh 0xNilesh merged commit af57e82 into main Nov 16, 2023
1 check passed
@0xNilesh 0xNilesh deleted the dev-deployment branch December 19, 2023 12:12
@0xNilesh 0xNilesh restored the dev-deployment branch December 19, 2023 12:12
@0xNilesh 0xNilesh deleted the dev-deployment branch December 19, 2023 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done and Merged
Development

Successfully merging this pull request may close these issues.

2 participants