-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add Midas Tech (MIDAS) Token Metadata #1584
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
Merged
MRabenda
merged 8 commits into
MetaMask:master
from
backofficemidasgroup-ship-it:master
Jan 13, 2026
Merged
Changes from 6 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
18bd5bb
Add Midas Tech token logo
backofficemidasgroup-ship-it b47a4f3
Create erc20:0xa059080853b2f273a452424859a4701a1ce13a0e.json
backofficemidasgroup-ship-it 295de11
Update erc20:0xa059080853b2f273a452424859a4701a1ce13a0e.json
backofficemidasgroup-ship-it 9373b72
Create .gitkeep
backofficemidasgroup-ship-it a1fbbdd
Create .gitkeep
backofficemidasgroup-ship-it 06ab036
Delete metadata/eip155 directory
backofficemidasgroup-ship-it ee8cd6c
Fix logoURI path and website URL for MIDAS token
backofficemidasgroup-ship-it 896a66e
Fix metadata schema and align logoURI with MetaMask guidelines
backofficemidasgroup-ship-it File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
images/eip155:56/0xA059080853B2f273A452424859a4701A1Ce13A0e.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions
11
metadata/eip155:56/erc20:0xa059080853b2f273a452424859a4701a1ce13a0e.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
|
|
||
| { | ||
| "name": "Midas Tech", | ||
| "address": "0xA059080853B2f273A452424859a4701A1Ce13A0e", | ||
| "symbol": "MIDAS", | ||
| "decimals": 18, | ||
| "chainId": 56, | ||
| "logoURI": "https://raw.githubusercontent.com/backofficemidasgroup-ship-it/contract-metadata/master/images/0xA059080853B2f273A452424859a4701A1Ce13A0e.svg", | ||
cursor[bot] marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "website": "https://midastechllp.com/midas-coin", | ||
| "description": "Midas Tech (MIDAS) is a utility token powering the Midas ecosystem." | ||
| } | ||
backofficemidasgroup-ship-it marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Logo URL points to external fork repository
High Severity
The
logoURIfield points tohttps://raw.githubusercontent.com/backofficemidasgroup-ship-it/contract-metadata/...which is a personal fork repository rather than the official MetaMask repository. All other tokens in this repository use thelogofield with a relative path format like"./icons/eip155:56/erc20:0x....svg". The external URL will fail to resolve the logo since that fork may not exist or be accessible. The image was added toimages/eip155:56/but the URL path also incorrectly referencesimages/without the chain directory.