Skip to content

Commit a3febc9

Browse files
committed
fix: remove totalSupply property from Guardian nft balance
1 parent a8abf2e commit a3febc9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/localServer/workers/utilities/web3Util.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,6 @@ const getProfileAssets_CONET_Balance = async (profile: profile) => {
535535
contract: CONET_Guardian_Nodes_V6,
536536
name: 'Guardian',
537537
supplyMaximum: maxGuardianNft.toString(),
538-
totalSupply: maxGuardianNft.toFixed(0)
539538
},
540539
Guardian_referrer: {
541540
balance: GuardianData.balanceReferrer.toString(),

0 commit comments

Comments
 (0)