mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
d64a55e925
* Add checksum address to tezos validators * Rename tron validators and assets * Optimised images with calibre/image-actions * Uppercase BNB coins * Rename waves * Checksum TT addresses * Checksum POA addresses * Checksum ETC addresses * Checksum Ethreum and POA addresses * Add ethereum-checksum-address * Add BEP2 logos * remove * Fix Ethereum test * Checksum Tomo * Checksum Wanchain * Update ALGO logo * Update test * Update readme * Remove callisto from verify tokens * Update logo.png * Rename tezos * Add web3 * Add new BEP2 images * Uppercase blacklist BEp2 * pdate fetchin opensea nft addreses * test * new * to checksum * Update package * Exclude callisto from test * Checksum the rest * To checksum script * remove * remove * remove * Add * Add jest * Use jest * Breezecoin (BRZE) * Test using Jest * Remove mongoose * Update scritps * 999 * Move dep to dev * Optimised images with calibre/image-actions * Uppercase * To checksum * new * Add babel * Checksum * Move helper meethods to sepaarate file for future reuse * rename vthor * Move js => typescript * Add ts-node * Add default lists * Init blacklist * Fetch opensea assets * Add more helpers * fethc opensea nonerc20 for blacklist * Add list command * script: checksum BEP2 * Rename to ts * Remove old blacklist * Update whitelist and blacklist * Remove tezos validator due to end of service Closes https://github.com/trustwallet/assets/issues/581 * script: generate white and black lists * Add Stakenow to Tezos * Arch Crypton Game (ARCG) * Optimised images with calibre/image-actions * Update list * many updates * Optimised images with calibre/image-actions * Add daps * Optimised images with calibre/image-actions * Update Ethereum blacklist * Utilize trustwallet/types * Remove duplicate * Reflex (RFX) * Remove lowercased
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"name": "assets",
|
|
"version": "1.0.0",
|
|
"description": "Assets consumed by Trust Wallet",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"verify": "ts-node ./script/verifyTokens",
|
|
"test": "npm run cleanup && jest",
|
|
"cleanup": "find ./.. -name '.DS_Store' -type f -delete",
|
|
"update-bep2": "node ./script/updateBEP2",
|
|
"checksum": "npm run cleanup && node ./script/erc20_to_checksum",
|
|
"list": "npm run cleanup && ts-node ./script/gen_list"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/trustwallet/assets.git"
|
|
},
|
|
"keywords": [
|
|
"ERC20 token images",
|
|
"TRC-10 token images",
|
|
"TRC-20 token images",
|
|
"BEP-2 token images"
|
|
],
|
|
"engines": {
|
|
"node": ">=10.0"
|
|
},
|
|
"author": "Trust Wallet",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/trustwallet/assets/issues"
|
|
},
|
|
"homepage": "https://github.com/trustwallet/assets#readme",
|
|
"devDependencies": {
|
|
"@trustwallet/types": "^0.1.16",
|
|
"@types/jest": "^24.0.22",
|
|
"@types/jest-expect-message": "^1.0.1",
|
|
"ethereum-checksum-address": "0.0.5",
|
|
"jest": "^24.9.0",
|
|
"jest-expect-message": "^1.0.2",
|
|
"ts-jest": "^24.1.0",
|
|
"ts-node": "^8.4.1",
|
|
"typescript": "^3.7.2"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.19.0",
|
|
"bluebird": "^3.5.5",
|
|
"chalk": "^2.4.2",
|
|
"eztz-lib": "^0.1.2",
|
|
"web3": "^1.2.2"
|
|
},
|
|
"jest": {
|
|
"setupFilesAfterEnv": [
|
|
"jest-expect-message"
|
|
]
|
|
}
|
|
}
|