Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
samchuk-vlad committed Mar 19, 2024
1 parent 02cc7ea commit 00ca02b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/balances/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ const ormlTokenGetterNetworkMapper: { [key: string]: keyof typeof customOrmlToke
phala: 'assets.account',
khala: 'assets.account',
altair: 'ormlTokens.accounts',
centrifuge: 'ormlTokens.accounts', // +
centrifuge: 'ormlTokens.accounts',
shadow: 'ormlTokens.accounts',
pendulum: 'tokens.accounts' // +
pendulum: 'tokens.accounts'
}

const getOrmlTokens: GetBalancesType = async (api, network, account, tokens) => {
Expand Down

0 comments on commit 00ca02b

Please sign in to comment.