We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004fa3b commit eac01c9Copy full SHA for eac01c9
protocol/app/upgrades/v9.4/constants.go
@@ -43,7 +43,7 @@ var (
43
44
UpdatedAffiliateParameters = affiliatetypes.AffiliateParameters{
45
Maximum_30DAffiliateRevenuePerReferredUserQuoteQuantums: 1_000_000_000_000, // 1M volume
46
- RefereeMinimumFeeTierIdx: 1,
+ RefereeMinimumFeeTierIdx: 2,
47
Maximum_30DAttributableVolumePerReferredUserQuoteQuantums: 10_000_000_000, // 10k volume
48
}
49
0 commit comments