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

Added fuse mainnet and sparknet config changes #1364

Merged
merged 4 commits into from
Jan 17, 2024

Conversation

0xNilesh
Copy link
Member

@0xNilesh 0xNilesh commented Jan 4, 2024

No description provided.

@0xNilesh 0xNilesh linked an issue Jan 4, 2024 that may be closed by this pull request
Copy link

File: package.json

All looks good.

File: public/svg/Fuse.svg

All looks good.

File: src/components/Faucets.js

There are several issues in the code:

  1. The dropdownValues array has syntax errors. Each object in the array should be enclosed in curly braces {} and separated by commas. Fix the syntax errors by adding missing braces and commas. For example:
{
  id: "11155111",
  value: "Sepolia",
  title: "Sepolia Faucet",
  function: () => {},
  link: "https://sepoliafaucet.com/",
},
  1. There are missing braces at the end of the dropdownValues array. Add closing curly braces } to close the array.

After

@0xNilesh 0xNilesh marked this pull request as ready for review January 16, 2024 09:38
Copy link

In the file package.json, everything looks good.

In the file public/svg/Fuse.svg, everything looks good.

In the file src/components/Faucets.js, there are a few mistakes:

  • Line 19: The closing bracket for the first object in dropdownValues is missing.
  • Lines 20-24: Each object in dropdownValues should have a key-value pair. There should be a comma after each key-value pair.
  • Lines 30-35: Each object in dropdownValues should have a key-value pair. There should be a comma after each key-value pair.
  • Lines 40-45: Each object in dropdownValues should have a key-value pair. There should be a comma after each key-value pair.
  • Lines 50

@0xNilesh 0xNilesh merged commit baf0d0d into main Jan 17, 2024
2 checks passed
@0xNilesh 0xNilesh deleted the feat/add-fuse-network-support branch January 17, 2024 07:58
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.

😈 [Feature Enhancement] - Add support for Fuse chain
1 participant