Skip to content

Commit

Permalink
Update tensor.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
0xngmi authored Jun 12, 2024
1 parent 5e59079 commit 80b5078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/tensor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { manualCliff, manualLinear } from "../adapters/manual";
import { Protocol } from "../types/adapters";
import { periodToSeconds } from "../utils/time";

const start = 0;
const start = 1712624400;
const total = 1e9;

const tensor: Protocol = {
Expand Down

0 comments on commit 80b5078

Please sign in to comment.