-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
aelf-block-api/app/controller/token.js
Lines 146 to 151 in 1b18429
| // TODO: valid token pool. if the same name in public market. | |
| // For Example: LOT, DISK, NET is now in public market. | |
| const validPool = [ 'ELF', 'AEUSD' ]; | |
| const pairs = []; | |
| tokenList.forEach(token => { | |
| if (/^AE/.test(token.symbol) && token.symbol !== 'AEUSD') { |