Skip to content

Commit

Permalink
refactor: rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermendes committed Nov 13, 2024
1 parent 32cadd1 commit 80eef1c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import {
withdraw,
withdrawAll,
} from './utils/staking.js';
import { calculateAprs } from './utils/calculate-aprs.js';
import { calculateAprs } from './utils/apr.js';
import { sleep } from './utils/sleep.js';
import { useWeb3Provider } from './hooks/useWeb3Provider.js';
import { Stream } from './types/stream.js';
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/utils/calculate-aprs.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { BigNumber } from 'ethers';
import { calculateAprs } from '../../src/utils/calculate-aprs';
import { calculateAprs } from '../../src/utils/apr';

jest.useFakeTimers();

Expand Down

0 comments on commit 80eef1c

Please sign in to comment.