We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eedb208 commit 876b6a3Copy full SHA for 876b6a3
apps/browser-extension-wallet/src/utils/constants.ts
@@ -15,8 +15,6 @@ export const cardanoCoin: Wallet.CoinId = {
15
symbol: CARDANO_COIN_SYMBOL[Wallet.Cardano.NetworkId.Mainnet]
16
};
17
18
-export const EPOCH_DURATION_DAYS = 5;
19
-
20
export const MIN_COIN_TO_SEND = 1;
21
22
type StaticBalanceTracker = {
0 commit comments