Skip to content

Commit 42713f4

Browse files
committed
config - ganache - lower the minimum impression price
1 parent 459307e commit 42713f4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/config/ganache.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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
5961
max_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"]
6669
chain_id = 1

0 commit comments

Comments
 (0)