Skip to content

Commit

Permalink
Merge pull request #128 from harmony-one/bsc-hrc20
Browse files Browse the repository at this point in the history
Update token ID validations
  • Loading branch information
potvik authored Oct 20, 2021
2 parents ee6fe92 + 8c626e5 commit 5aa1c91
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/services/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,10 @@ export const getOperations = async (
return res.body;
};

const blackList = ['0xE5F70B8B83F0B0AcA360bAf0A8831B67F9FA3BbB'];
const blackList = [
'0xE5F70B8B83F0B0AcA360bAf0A8831B67F9FA3BbB',
'0x396f0eD7375aB5b0e92F890B3799043c7Da8F855',
];

export const getTokensInfo = async (
params: any,
Expand Down

0 comments on commit 5aa1c91

Please sign in to comment.