Skip to content

Commit

Permalink
DistributorV2
Browse files Browse the repository at this point in the history
  • Loading branch information
youngkidwarrior committed Oct 10, 2024
1 parent 6b052d1 commit 7be9cee
Show file tree
Hide file tree
Showing 3 changed files with 447 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/distributor/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { DistributorV1Worker } from './distributor'
import { StandardMerkleTree } from '@openzeppelin/merkle-tree'
import { selectAll } from 'app/utils/supabase/selectAll'
import { supabaseAdmin } from './supabase'
import { DistributorV2Worker } from './distributorv2'

const logger = pino({
level: process.env.LOG_LEVEL || 'info',
Expand Down
Loading

0 comments on commit 7be9cee

Please sign in to comment.