Skip to content

Commit

Permalink
refactor: remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Sep 23, 2024
1 parent e87be73 commit 1c0fd20
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/browser-extension-wallet/src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ export const cardanoCoin: Wallet.CoinId = {
symbol: CARDANO_COIN_SYMBOL[Wallet.Cardano.NetworkId.Mainnet]
};

export const EPOCH_DURATION_DAYS = 5;

export const MIN_COIN_TO_SEND = 1;

type StaticBalanceTracker = {
Expand Down

0 comments on commit 1c0fd20

Please sign in to comment.