Skip to content

Commit

Permalink
update epoch 1 & 2 zkl amount.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zklink committed Oct 3, 2024
1 parent 0c53976 commit 32c1b82
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/config/season2-1.milestone.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ export default [
name: "holding",
data: 715063449,
type: "tvl",
zkl: 2000000,
zkl: 3000000,
},
{
name: "spotdex",
data: 3185226.3652,
type: "tvl",
zkl: 1500000,
zkl: 100000,
},
{
name: "perpdex",
data: 4196768,
type: "volume",
zkl: 2000000,
zkl: 100000,
},
{
name: "lending",
Expand All @@ -27,12 +27,12 @@ export default [
name: "nativeboost",
data: 0,
type: "tvl",
zkl: 500000,
zkl: 50000,
},
{
name: "other",
data: 0,
type: "tvl",
zkl: 500000,
zkl: 50000,
},
];

0 comments on commit 32c1b82

Please sign in to comment.