Skip to content

Commit d17ec14

Browse files
Set upgrade to referred user goes to idx 2 (tier 3) (backport #3201) (#3202)
Co-authored-by: Justin Barnett <61020572+jusbar23@users.noreply.github.com>
1 parent 4c359cf commit d17ec14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol/app/upgrades/v9.4/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var (
4343

4444
UpdatedAffiliateParameters = affiliatetypes.AffiliateParameters{
4545
Maximum_30DAffiliateRevenuePerReferredUserQuoteQuantums: 1_000_000_000_000, // 1M volume
46-
RefereeMinimumFeeTierIdx: 1,
46+
RefereeMinimumFeeTierIdx: 2,
4747
Maximum_30DAttributableVolumePerReferredUserQuoteQuantums: 10_000_000_000, // 10k volume
4848
}
4949

0 commit comments

Comments
 (0)