Skip to content

Commit 1c0fd20

Browse files
committed
refactor: remove unused constant
1 parent e87be73 commit 1c0fd20

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)