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 = [
31
31
' 0xaCBaDA2d5830d1875ae3D2de207A1363B316Df2F' ,
32
32
# ADVERTISER
33
33
' 0xDd589B43793934EF6Ad266067A0d1D4896b0dff0' ,
34
+ # PUBLISHER
35
+ ' 0xE882ebF439207a70dDcCb39E13CA8506c9F45fD9' ,
34
36
# ADVERTISER_2
35
37
' 0x541b401362Ea1D489D322579552B099e801F3632' ,
36
38
]
@@ -58,9 +60,10 @@ keep_alive_interval = 1200000
58
60
# This will limit the returned Campaigns to the set number
59
61
max_campaigns_earning_from = 25
60
62
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'
64
67
65
68
[chain ."Ganache #1" ]
66
69
chain_id = 1
You can’t perform that action at this time.
0 commit comments