Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Jun 21, 2024
2 parents 95e13d9 + 07d358e commit aa5504d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protocols/arbitrum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const arbitrum: Protocol = {
},
{
key: "Ecosystem Development Fund",
allocation: qty * 0.0113,
allocation: undefined,
lastRecord: () => latest("arbitrum", 1686132532),
},
],
Expand Down
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 aa5504d

Please sign in to comment.