Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vrolland committed Jan 12, 2021
1 parent c113fae commit 4a9a3e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/currency/test/currency.test.ts
Expand Up @@ -44,7 +44,6 @@ describe('api/currency', () => {
});

it('returns INDA', () => {
// console.log(getAllSupportedCurrencies().ERC20);
expect(getAllSupportedCurrencies().ERC20.find(({ symbol }) => symbol === 'INDA')).toEqual({
address: '0x433d86336dB759855A66cCAbe4338313a8A7fc77',
decimals: 2,
Expand Down

0 comments on commit 4a9a3e5

Please sign in to comment.