Skip to content

Commit

Permalink
fix: tx history (#7361)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xApotheosis authored Jul 11, 2024
1 parent 1a36c1f commit fe296a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const validators = {
REACT_APP_FEATURE_ACCOUNT_MANAGEMENT_LEDGER: bool({ default: false }),
REACT_APP_FEATURE_RFOX: bool({ default: false }),
REACT_APP_FEATURE_RFOX_REWARDS_TX_HISTORY: bool({ default: false }),
REACT_APP_FEATURE_RFOX_MOCK_REWARDS_TX_HISTORY: bool({ default: true }),
REACT_APP_FEATURE_RFOX_MOCK_REWARDS_TX_HISTORY: bool({ default: false }),
REACT_APP_RFOX_REWARDS_MOCK_RUNE_ADDRESS: str(),
}

Expand Down

0 comments on commit fe296a8

Please sign in to comment.