File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,26 @@ channel_tick_timeout = 8000
26
26
27
27
ip_rate_limit = { type = ' ip' , timeframe = 1200000 }
28
28
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
+ ]
33
49
34
50
[platform ]
35
51
# This should be changed for tests and use the wiremock url
You can’t perform that action at this time.
0 commit comments