Skip to content

Commit 4b7c5e4

Browse files
committed
Merge branch 'feature/aerodrome-fee' of github.com:LIT-Protocol/Vincent into feature/aerodrome-fee
2 parents f074496 + a000a7f commit 4b7c5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/libs/contracts-sdk/contracts/fees/LibFeeStorage.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ library LibFeeStorage {
3030
EnumerableSet.AddressSet tokensWithCollectedFees;
3131
// aave pool contract address for this chain
3232
address aavePool;
33-
// aerdrome router contract address for this chain
33+
// aerodrome router contract address for this chain
3434
address aerodromeRouter;
3535
// maps user address to a set of vault or pool asset addresses
3636
// this means the user has deposited into this vault or pool

0 commit comments

Comments
 (0)