Skip to content
This repository was archived by the owner on Aug 12, 2023. It is now read-only.

Commit 7058a6c

Browse files
committed
Fix missing token images job
1 parent e70b687 commit 7058a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jobs/get-missing-token-images.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const getMissingTokenImages = async () => {
1414
logger.pending('fetching images from Trust Wallet repository');
1515

1616
const response = await axios.get(
17-
'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/whitelist.json',
17+
'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/allowlist.json',
1818
);
1919

2020
if (!_.isArray(_.get(response, 'data'))) {

0 commit comments

Comments
 (0)