diff --git a/src/common/pages/submit/index.tsx b/src/common/pages/submit/index.tsx index 2a7e4720522..3507a8f852d 100644 --- a/src/common/pages/submit/index.tsx +++ b/src/common/pages/submit/index.tsx @@ -377,12 +377,7 @@ export function Submit(props: PageProps & MatchProps) { { account: "spk.beneficiary", src: "ENCODER_PAY", - weight: 900 - }, - { - account: "threespeakleader", - src: "ENCODER_PAY", - weight: 100 + weight: 1000 } ]; const joinedBeneficiary = [...videoBeneficiary, ...videoEncoders];