Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/vrgda/types/LinearExponentialVRGDA.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { UFixed18 } from "../../number/types/UFixed18.sol";
import { VRGDADecayMath } from "../VRGDADecayMath.sol";
import { VRGDAIssuanceMath } from "../VRGDAIssuanceMath.sol";

// TODO: change time to year for bounds?
struct LinearExponentialVRGDA {
UFixed18 timestamp; // block timestamp of the start of the auction (seconds)
UFixed18 price; // Price coefficient of the VRGDA per token (k)
Expand Down
Loading