Skip to content

Commit 759ccfc

Browse files
authored
Merge pull request #28 from axieinfinity/feat/ignore-default-tokens-uniswap
feat: ignore default tokens uniswap
2 parents faf8427 + b98feb7 commit 759ccfc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/cron/cache-token-lists.ts

+1-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ import { S3 } from 'aws-sdk'
33
import axios from 'axios'
44
import { default as bunyan, default as Logger } from 'bunyan'
55

6-
const TOKEN_LISTS = [
7-
'https://raw.githubusercontent.com/The-Blockchain-Association/sec-notice-list/master/ba-sec-list.json',
8-
'https://tokens.coingecko.com/uniswap/all.json',
9-
'https://gateway.ipfs.io/ipns/tokens.uniswap.org',
10-
]
6+
const TOKEN_LISTS: any = []
117

128
const handler: ScheduledHandler = async (event: EventBridgeEvent<string, void>) => {
139
const log: Logger = bunyan.createLogger({

0 commit comments

Comments
 (0)