forked from trustwallet/assets
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove pairs from EVM chain tokelists.json (trustwallet#17637)
* Remove pairs from EVM chain tokelists.json * Add tokenlist-extended.json * Add command for adding token to tokenlist-extended.json * Remove empty pairs * Update config namings * Add command for adding token to tokenlist.json * Update config and file namings * Update tokenlist-extended.json * Add token info getting * Fix * Fix * Add duplicates check * Add duplicate check in token list * Update commands.go Co-authored-by: Viktor Radchenko <[email protected]>
- Loading branch information
Showing
17 changed files
with
718 additions
and
1,635 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
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,30 @@ | ||
{ | ||
"name": "Trust Wallet: Ethereum Extended List", | ||
"logoURI": "https://trustwallet.com/assets/images/favicon.png", | ||
"timestamp": "2022-01-27T14:33:26.183301", | ||
"tokens": [ | ||
{ | ||
"asset": "c60_t0x8E870D67F660D95d5be530380D0eC0bd388289E1", | ||
"type": "ERC20", | ||
"address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1", | ||
"name": "Pax Dollar", | ||
"symbol": "USDP", | ||
"decimals": 18, | ||
"logoURI": "https://assets.trustwalletapp.com/blockchains/ethereum/assets/0x8E870D67F660D95d5be530380D0eC0bd388289E1/logo.png" | ||
}, | ||
{ | ||
"asset": "c60_t0xa47c8bf37f92aBed4A126BDA807A7b7498661acD", | ||
"type": "ERC20", | ||
"address": "0xa47c8bf37f92aBed4A126BDA807A7b7498661acD", | ||
"name": "UST Token", | ||
"symbol": "UST", | ||
"decimals": 18, | ||
"logoURI": "https://assets.trustwalletapp.com/blockchains/ethereum/assets/0xa47c8bf37f92aBed4A126BDA807A7b7498661acD/logo.png" | ||
} | ||
], | ||
"version": { | ||
"major": 6, | ||
"minor": 0, | ||
"patch": 0 | ||
} | ||
} |
Oops, something went wrong.