Skip to content

Commit

Permalink
Remove redundant method
Browse files Browse the repository at this point in the history
  • Loading branch information
9inpachi committed Jan 18, 2025
1 parent f4e0517 commit 85fd697
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/contracts/handlers/nucleus-boring-vault-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,6 @@ export class NucleusBoringVaultHandler {
return this.getContract().read.allowance([owner, spender]);
}

/**
* Get the total supply of the token.
*
* @returns Total supply of the token.
*/
public getTotalSupply() {
return this.getContract().read.totalSupply();
}

/**
* Check the token balance of the wallet.
*
Expand Down

0 comments on commit 85fd697

Please sign in to comment.