Skip to content

Commit

Permalink
patch error
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed May 1, 2024
1 parent 172ae2d commit fa44fce
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions protocols/dymension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import { periodToSeconds } from "../utils/time";

const total = 1e9;
const start = 1707264000;
const token =
"ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110";
const chain = "cosmos";

const dymension: Protocol = {
"Genesis Rolldrop": manualCliff(start, total * 0.08),
Expand Down Expand Up @@ -42,7 +39,7 @@ const dymension: Protocol = {
"The Incentives Manager and Community Pool allocations are available at genesis. Dymension indicates that they will be spent over 5 years. This is the time period used in this analysis.",
],
sources: ["https://docs.dymension.xyz/learn/dymension/dym/distribution"],
token: `${chain}:${token}`,
token: "coingecko:dymension",
protocolIds: ["4490"],
total,
},
Expand Down

0 comments on commit fa44fce

Please sign in to comment.