-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #522 from maticnetwork/tokenlist-v2
Tokenlist v2
- Loading branch information
Showing
19 changed files
with
4,926 additions
and
513 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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,45 @@ | ||
{ | ||
"name": "Popular Tokens", | ||
"version": 2, | ||
"logoURI": "https://assets.polygon.technology/tokenAssets/matic.svg", | ||
"description": "Contains the top 100 most used tokens on the Polygon chains", | ||
"tags": { | ||
"lxly": { | ||
"name": "lxly", | ||
"description": "Token mapped through lxly bride" | ||
}, | ||
"pos": { | ||
"name": "pos", | ||
"description": "Token mapped through pos bride" | ||
}, | ||
"plasma": { | ||
"name": "plasma", | ||
"description": "Token mapped through plasma bride" | ||
}, | ||
"fx": { "name": "fx", "description": "Token mapped through fx bride" }, | ||
"zkevmMessageBridge": { | ||
"name": "zkevmMessageBridge", | ||
"description": "Token mapped through zkevmMessageBridge bride" | ||
}, | ||
"customFx": { | ||
"name": "customFx", | ||
"description": "Token mapped through customFx bride" | ||
}, | ||
"erc20": { | ||
"name": "erc20", | ||
"description": "Token of ERC20 token type" | ||
}, | ||
"nativeToken": { | ||
"name": "nativeToken", | ||
"description": "Native token of the chain" | ||
}, | ||
"customWithdrawEventSig": { | ||
"name": "customWithdrawEventSig", | ||
"description": "The token has a custom withdraw event signature" | ||
}, | ||
"noDeposit": { | ||
"name": "noDeposit", | ||
"description": "Token not eligible for deposits" | ||
} | ||
} | ||
} |
This file contains 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,45 @@ | ||
{ | ||
"name": "Mapped Tokens", | ||
"version": 2, | ||
"logoURI": "https://assets.polygon.technology/tokenAssets/matic.svg", | ||
"description": "Contains tokens that are mapped to Polygon PoS and Polygon zkEVM. Anyone can propose updates to this list.", | ||
"tags": { | ||
"lxly": { | ||
"name": "lxly", | ||
"description": "Token mapped through lxly bride" | ||
}, | ||
"pos": { | ||
"name": "pos", | ||
"description": "Token mapped through pos bride" | ||
}, | ||
"plasma": { | ||
"name": "plasma", | ||
"description": "Token mapped through plasma bride" | ||
}, | ||
"fx": { "name": "fx", "description": "Token mapped through fx bride" }, | ||
"zkevmMessageBridge": { | ||
"name": "zkevmMessageBridge", | ||
"description": "Token mapped through zkevmMessageBridge bride" | ||
}, | ||
"customFx": { | ||
"name": "customFx", | ||
"description": "Token mapped through customFx bride" | ||
}, | ||
"erc20": { | ||
"name": "erc20", | ||
"description": "Token of ERC20 token type" | ||
}, | ||
"nativeToken": { | ||
"name": "nativeToken", | ||
"description": "Native token of the chain" | ||
}, | ||
"customWithdrawEventSig": { | ||
"name": "customWithdrawEventSig", | ||
"description": "The token has a custom withdraw event signature" | ||
}, | ||
"noDeposit": { | ||
"name": "noDeposit", | ||
"description": "Token not eligible for deposits" | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.