Skip to content

Commit

Permalink
make configs public
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFirekeeper committed Nov 19, 2024
1 parent 98787ee commit aa873b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/prebuilts/account/utils/OracleHelper.sol
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ abstract contract OracleHelper {
/// @notice The timestamp of a block when the cached price was updated
uint48 public cachedPriceTimestamp;

OracleHelperConfig private oracleHelperConfig;
OracleHelperConfig public oracleHelperConfig;

/// @notice The "10^(tokenOracle.decimals)" value used for the price calculation
uint128 private tokenOracleDecimalPower;
Expand Down
2 changes: 1 addition & 1 deletion contracts/prebuilts/account/utils/UniswapHelper.sol
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ abstract contract UniswapHelper {
/// @notice The ERC-20 token that wraps the native asset for current chain
IERC20 public immutable wrappedNative;

UniswapHelperConfig private uniswapHelperConfig;
UniswapHelperConfig public uniswapHelperConfig;

constructor(
IERC20Metadata _token,
Expand Down

0 comments on commit aa873b4

Please sign in to comment.