diff --git a/protocols/sui.ts b/protocols/sui.ts index edc0f76..c88f994 100644 --- a/protocols/sui.ts +++ b/protocols/sui.ts @@ -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( @@ -75,4 +75,4 @@ const aptos: Protocol = { noncirculating: ['Community Access Program'], }, }; -export default aptos; +export default sui;