Skip to content

Commit

Permalink
Update sui.ts
Browse files Browse the repository at this point in the history
update
  • Loading branch information
realdealshaman authored Feb 23, 2024
1 parent 69a8411 commit 371a6a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions protocols/sui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { Protocol } from '../types/adapters';
import { manualCliff, manualStep } from '../adapters/manual';
import { periodToSeconds } from '../utils/time';

const totalQty = 10e6;
const totalQty = 10e9;
const start = 1680307200;
const aptos: Protocol = {
const sui: Protocol = {
'Community Reserve': [
manualCliff(start, totalQty / 20),
manualStep(
Expand Down Expand Up @@ -75,4 +75,4 @@ const aptos: Protocol = {
noncirculating: ['Community Access Program'],
},
};
export default aptos;
export default sui;

0 comments on commit 371a6a4

Please sign in to comment.