Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR authored Mar 12, 2024
1 parent f603364 commit b0bd325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/strategies/stake-mine-liquid-helios/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { multicall } from '../../utils';
import { BigNumber } from '@ethersproject/bignumber';
import { BigNumberish } from '@ethersproject/bignumber';

export const author = 'bonustrack';
export const version = '0.1.1';
export const author = 'asim07';
export const version = '0.1.0';

const abi = [
'function balanceOf(address account) external view returns (uint256)',
Expand Down

1 comment on commit b0bd325

@asim07
Copy link
Contributor

@asim07 asim07 commented on b0bd325 Mar 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

Please sign in to comment.