-
Notifications
You must be signed in to change notification settings - Fork 631
Add SHARP token details to the Ethereum tokens list #965
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
base: master
Are you sure you want to change the base?
Changes from all commits
b5b0c8c
08d4cd0
32f7011
d855276
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"symbol": "SHARP", | ||
"name": "SHARP", | ||
"address": "0xB36B62929762ACF8A9Cc27ECebF6D353eBB48244", | ||
"decimals": 18, | ||
"website": "https://sharpeconomy.org/", | ||
"github": "https://github.com/SharpEconomy", | ||
"community": [ | ||
"https://x.com/SharpEconomy", | ||
"https://t.me/SharpEconomy", | ||
"https://discord.gg/sharpeconomy", | ||
"https://www.linkedin.com/company/sharpeconomy/" | ||
] | ||
} |
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,17 @@ | ||||||||
{ | ||||||||
"symbol": "SHARP", | ||||||||
"name": "SHARP", | ||||||||
"address": "0xB36B62929762ACF8A9Cc27ECebF6D353eBB48244", | ||||||||
"decimals": 18, | ||||||||
"website": "https://sharpeconomy.org/", | ||||||||
"community": { | ||||||||
"twitter": "https://x.com/SharpEconomy", | ||||||||
"linkedin": "https://www.linkedin.com/company/sharpeconomy/", | ||||||||
"github": "https://github.com/SharpEconomy", | ||||||||
"telegram": "https://t.me/sharp_economy", | ||||||||
"discord": "https://discord.gg/sharpeconomy", | ||||||||
"polygonscan": "https://polygonscan.com/token/0xb36b62929762acf8a9cc27ecebf6d353ebb48244", | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The polygonscan URL references a Polygon network block explorer, but this token file is in the Ethereum (eth) directory. This should either be an Etherscan URL for the Ethereum network or this entry should be removed if the token is only on Ethereum.
Suggested change
Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The address casing is inconsistent between the token address field (mixed case) and the polygonscan URL (lowercase). For consistency, both should use the same casing format.
Suggested change
Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||||||||
"coinmarketcap": "https://coinmarketcap.com/currencies/sharp-token/" | ||||||||
}, | ||||||||
"logo": "https://docs.sharpeconomy.org/sharp-token-logo-128x128.jpg" | ||||||||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The address casing is inconsistent between the token address field (mixed case) and the polygonscan URL (lowercase). For consistency, both should use the same casing format.
Copilot uses AI. Check for mistakes.