Skip to content

Commit

Permalink
feat: start with a more realistic ETH price
Browse files Browse the repository at this point in the history
  • Loading branch information
danielattilasimon committed Apr 14, 2024
1 parent fd61366 commit 5792d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/test/TestContracts/PriceFeedTestnet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import "./Interfaces/IPriceFeedTestnet.sol";
contract PriceFeedTestnet is IPriceFeedTestnet {
event LastGoodPriceUpdated(uint256 _lastGoodPrice);

uint256 private _price = 200 * 1e18;
uint256 private _price = 2000 * 1e18;

// --- Functions ---

Expand Down

0 comments on commit 5792d6d

Please sign in to comment.