Skip to content

Commit

Permalink
Remove default isVerified true
Browse files Browse the repository at this point in the history
  • Loading branch information
WRadoslaw committed Mar 28, 2024
1 parent 2f9f9cf commit 0fa9741
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const AllTokensSection = () => {
createdAt: new Date(createdAt),
totalRevenue: 0,
holdersNum: accountsNum,
isVerified: true,
isVerified: false,
marketCap: lastPrice && totalSupply ? hapiBnToTokenNumber(new BN(lastPrice).mul(new BN(totalSupply))) ?? 0 : 0,
status,
channelId: channel?.channel.id ?? '',
Expand Down

0 comments on commit 0fa9741

Please sign in to comment.