Skip to content

Commit 0419a7e

Browse files
committed
docs - config - ganache - add whitelisted creators & validator
1 parent fa94502 commit 0419a7e

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

docs/config/ganache.toml

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,26 @@ channel_tick_timeout = 8000
2626

2727
ip_rate_limit = { type = 'ip', timeframe = 1200000 }
2828

29-
creators_whitelist = []
30-
validators_whitelist = []
31-
# Leader - 0x80690751969B234697e9059e04ed72195c3507fa
32-
admins = ['0x80690751969B234697e9059e04ed72195c3507fa']
29+
creators_whitelist = [
30+
# CREATOR
31+
'0xaCBaDA2d5830d1875ae3D2de207A1363B316Df2F',
32+
# ADVERTISER
33+
'0xDd589B43793934EF6Ad266067A0d1D4896b0dff0',
34+
# ADVERTISER_2
35+
'0x541b401362Ea1D489D322579552B099e801F3632',
36+
]
37+
validators_whitelist = [
38+
# LEADER
39+
'0x80690751969B234697e9059e04ed72195c3507fa',
40+
# FOLLOWER
41+
'0xf3f583AEC5f7C030722Fe992A5688557e1B86ef7',
42+
# LEADER_2
43+
'0x6B83e7D6B72c098d48968441e0d05658dc17Adb9'
44+
]
45+
admins = [
46+
# LEADER
47+
'0x80690751969B234697e9059e04ed72195c3507fa'
48+
]
3349

3450
[platform]
3551
# This should be changed for tests and use the wiremock url

0 commit comments

Comments
 (0)