File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ creators_whitelist = [
3131 ' 0xaCBaDA2d5830d1875ae3D2de207A1363B316Df2F' ,
3232 # ADVERTISER
3333 ' 0xDd589B43793934EF6Ad266067A0d1D4896b0dff0' ,
34+ # PUBLISHER
35+ ' 0xE882ebF439207a70dDcCb39E13CA8506c9F45fD9' ,
3436 # ADVERTISER_2
3537 ' 0x541b401362Ea1D489D322579552B099e801F3632' ,
3638]
@@ -58,9 +60,10 @@ keep_alive_interval = 1200000
5860# This will limit the returned Campaigns to the set number
5961max_campaigns_earning_from = 25
6062
61- # 0.01 (UnifiedNum) per 1000 impressions
62- # 1_000 * (per) 1_000 / 10^8 = 0.01
63- global_min_impression_price = ' 1000000'
63+ # 0.0001 (UnifiedNum) per 1000 impressions
64+ # 10 * (per) 1_000 / 10^8 = 0.0001
65+ # 0.00010000
66+ global_min_impression_price = ' 10000'
6467
6568[chain ."Ganache #1" ]
6669chain_id = 1
You can’t perform that action at this time.
0 commit comments