@@ -103,6 +103,7 @@ describe('Distributor V2 Worker', () => {
103
103
updated_at : '2024-04-06T16:49:02.569245+00:00' ,
104
104
snapshot_block_num : 13261327 ,
105
105
chain_id : 845337 ,
106
+ send_slash_divisor : 150 ,
106
107
distribution_verification_values : [
107
108
{
108
109
type : 'tag_referral' ,
@@ -112,7 +113,6 @@ describe('Distributor V2 Worker', () => {
112
113
multiplier_max : 2.5 ,
113
114
multiplier_step : 0.1 ,
114
115
distribution_id : 4 ,
115
- mode : 'individual' ,
116
116
} ,
117
117
{
118
118
type : 'total_tag_referrals' ,
@@ -121,7 +121,7 @@ describe('Distributor V2 Worker', () => {
121
121
multiplier_min : 1.0 ,
122
122
multiplier_max : 2.0 ,
123
123
multiplier_step : 0.01 ,
124
- mode : 'aggregate' ,
124
+
125
125
created_at : '2024-04-06T16:49:02.569245+00:00' ,
126
126
updated_at : '2024-04-06T16:49:02.569245+00:00' ,
127
127
distribution_id : 4 ,
@@ -131,7 +131,6 @@ describe('Distributor V2 Worker', () => {
131
131
fixed_value : 200 ,
132
132
bips_value : 0 ,
133
133
distribution_id : 4 ,
134
- mode : 'individual' ,
135
134
} ,
136
135
{
137
136
type : 'tag_registration' ,
@@ -140,7 +139,6 @@ describe('Distributor V2 Worker', () => {
140
139
distribution_id : 4 ,
141
140
created_at : '2024-04-06T16:49:02.569245+00:00' ,
142
141
updated_at : '2024-04-06T16:49:02.569245+00:00' ,
143
- mode : 'individual' ,
144
142
} ,
145
143
{
146
144
type : 'send_ten' ,
@@ -149,7 +147,6 @@ describe('Distributor V2 Worker', () => {
149
147
distribution_id : 4 ,
150
148
created_at : '2024-04-06T16:49:02.569245+00:00' ,
151
149
updated_at : '2024-04-06T16:49:02.569245+00:00' ,
152
- mode : 'individual' ,
153
150
} ,
154
151
{
155
152
type : 'send_one_hundred' ,
@@ -158,7 +155,6 @@ describe('Distributor V2 Worker', () => {
158
155
distribution_id : 4 ,
159
156
created_at : '2024-04-06T16:49:02.569245+00:00' ,
160
157
updated_at : '2024-04-06T16:49:02.569245+00:00' ,
161
- mode : 'individual' ,
162
158
} ,
163
159
{
164
160
type : 'send_streak' ,
@@ -170,7 +166,6 @@ describe('Distributor V2 Worker', () => {
170
166
multiplier_step : 0.2 ,
171
167
created_at : '2024-04-06T16:49:02.569245+00:00' ,
172
168
updated_at : '2024-04-06T16:49:02.569245+00:00' ,
173
- mode : 'aggregate' ,
174
169
} ,
175
170
] ,
176
171
} as Tables < 'distributions' > & {
0 commit comments