Skip to content

Commit 876b6a3

Browse files
committed
refactor: remove unused constant
1 parent eedb208 commit 876b6a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/browser-extension-wallet/src/utils/constants.ts

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ export const cardanoCoin: Wallet.CoinId = {
1515
symbol: CARDANO_COIN_SYMBOL[Wallet.Cardano.NetworkId.Mainnet]
1616
};
1717

18-
export const EPOCH_DURATION_DAYS = 5;
19-
2018
export const MIN_COIN_TO_SEND = 1;
2119

2220
type StaticBalanceTracker = {

0 commit comments

Comments
 (0)