forked from lens-protocol/lens-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddressBook.testnet.json
More file actions
857 lines (857 loc) · 35.3 KB
/
Copy pathaddressBook.testnet.json
File metadata and controls
857 lines (857 loc) · 35.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
{
"AppLock": {
"contractName": "Lock",
"contractType": 4,
"address": "0xB48811Ef915fe2842C71e84D5566Dd9F5b7E8B4e",
"bytecodeHash": "0x6427573887b655b3adb88ad3c5fbd84aaf8c78429a4394e6314a7447e9e3a70f",
"constructorArguments": [
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
true
]
},
"AccountLock": {
"contractName": "Lock",
"contractType": 4,
"address": "0xdB20b204b6FEeBD7410ef523DB723cfbdDCA3f5B",
"bytecodeHash": "0x6427573887b655b3adb88ad3c5fbd84aaf8c78429a4394e6314a7447e9e3a70f",
"constructorArguments": [
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
true
]
},
"FeedLock": {
"contractName": "Lock",
"contractType": 4,
"address": "0x744DF745850F22c7E31892Cd7894b6789969047D",
"bytecodeHash": "0x6427573887b655b3adb88ad3c5fbd84aaf8c78429a4394e6314a7447e9e3a70f",
"constructorArguments": [
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
true
]
},
"GraphLock": {
"contractName": "Lock",
"contractType": 4,
"address": "0x5BC7BD8a2dD06016C444c6248135b949a7B7A115",
"bytecodeHash": "0x6427573887b655b3adb88ad3c5fbd84aaf8c78429a4394e6314a7447e9e3a70f",
"constructorArguments": [
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
true
]
},
"GroupLock": {
"contractName": "Lock",
"contractType": 4,
"address": "0x0761E693D3B16717D394aEaF81C9694cED84b401",
"bytecodeHash": "0x6427573887b655b3adb88ad3c5fbd84aaf8c78429a4394e6314a7447e9e3a70f",
"constructorArguments": [
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
true
]
},
"NamespaceLock": {
"contractName": "Lock",
"contractType": 4,
"address": "0x4e8856CF35a730C282eDbFA467B9060d8eF3c094",
"bytecodeHash": "0x6427573887b655b3adb88ad3c5fbd84aaf8c78429a4394e6314a7447e9e3a70f",
"constructorArguments": [
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
true
]
},
"AccessControlLock": {
"contractName": "Lock",
"contractType": 4,
"address": "0x06E5EA7600B334895dA2045E13e3C0f67388909A",
"bytecodeHash": "0x6427573887b655b3adb88ad3c5fbd84aaf8c78429a4394e6314a7447e9e3a70f",
"constructorArguments": [
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
true
]
},
"AppImpl": {
"contractName": "App",
"contractType": 0,
"address": "0x72937a847162b079A6D41a3337FD6D384aDA3C8E",
"bytecodeHash": "0x02127b9da38e88071bd0ef8b6319d2d63ba6381ddbe8e4889a172b39590d817e"
},
"AccountImpl": {
"contractName": "Account",
"contractType": 0,
"address": "0xBb507737f0686b71588d54d7758bCc4969D9a497",
"bytecodeHash": "010009a9bb67e0608d9a594dbf5680c81946bca98fa90b58fe2f6c6f42ab31c0",
"constructorArguments": [
"0x000000000000000000000000000000000000800A",
"0xeee5a340Cdc9c179Db25dea45AcfD5FE8d4d3eB8"
]
},
"FeedImpl": {
"contractName": "Feed",
"contractType": 0,
"address": "0x5c42953E74fa9b1Be38304a3a99Ed0D3b4659df1",
"bytecodeHash": "0x76e61dde355a4b7d48d0a05fa77da0e00967ad2efbd20274f25725da3044057b"
},
"GraphImpl": {
"contractName": "Graph",
"contractType": 0,
"address": "0xa8E929435EC93956b055938930dbB134db984E49",
"bytecodeHash": "0x4b30ab0e7c66ffd538ed938605fd29089d2d0e4656198759c4b91347c55b423e"
},
"GroupImpl": {
"contractName": "Group",
"contractType": 0,
"address": "0x9CEB814FE36C7613F0fB4841D8d2a0e4Ad59f817",
"bytecodeHash": "0x6d7d50a71da43d3b3d977ed5fa6e517bfbc513536f64e8fba474bb76e6392aa2"
},
"NamespaceImpl": {
"contractName": "Namespace",
"contractType": 0,
"address": "0x1976ba9fFEeeD545A114C6Ae274b878F5E389deC",
"bytecodeHash": "010014bf117fe9d7564b133bea19b45a44e21a83f6fa728880b2bc759c550e32",
"constructorArguments": []
},
"AppBeacon": {
"contractName": "Beacon",
"contractType": 1,
"address": "0x0895c68261Aa3E26C70C54Ea3b111d96FeB34fc7",
"bytecodeHash": "0x6fc08e64902fe41f1a5cb7e99b0422816177332c7b8ebcb144c4996909778799",
"constructorArguments": [
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
1,
"0x72937a847162b079A6D41a3337FD6D384aDA3C8E"
]
},
"AccountBeacon": {
"contractName": "Beacon",
"contractType": 1,
"address": "0x4aE8eAEa3A12E6246b80F5Bbe6aa569c981952c1",
"bytecodeHash": "010000fb799cf0ba852b1caf74860f7c7178e36ebbe76d8858c3affd27a6e4bc",
"constructorArguments": [
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
1,
"0x6ED9f259D7e0056835E1c69f52956B43a85f390a"
],
"implementation": "0xBb507737f0686b71588d54d7758bCc4969D9a497"
},
"FeedBeacon": {
"contractName": "Beacon",
"contractType": 1,
"address": "0x940b8E3Efe263A863B7Cd3f452A94E962e11c8a3",
"bytecodeHash": "0x6fc08e64902fe41f1a5cb7e99b0422816177332c7b8ebcb144c4996909778799",
"constructorArguments": [
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
1,
"0x5c42953E74fa9b1Be38304a3a99Ed0D3b4659df1"
]
},
"GraphBeacon": {
"contractName": "Beacon",
"contractType": 1,
"address": "0xc28f232D86EEde9F33B0083fFCf9ec8Ef0f98ce9",
"bytecodeHash": "0x6fc08e64902fe41f1a5cb7e99b0422816177332c7b8ebcb144c4996909778799",
"constructorArguments": [
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
1,
"0xa8E929435EC93956b055938930dbB134db984E49"
]
},
"GroupBeacon": {
"contractName": "Beacon",
"contractType": 1,
"address": "0x777FF4456377b084EbCfD1eB20DAcB78278677e5",
"bytecodeHash": "0x6fc08e64902fe41f1a5cb7e99b0422816177332c7b8ebcb144c4996909778799",
"constructorArguments": [
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
1,
"0xb530A71C8011d2b92b711e265F62C5565fc8630e"
]
},
"NamespaceBeacon": {
"contractName": "Beacon",
"contractType": 1,
"address": "0x1a0cF59005eDb06F922B5E169a90E4DC5c91e988",
"bytecodeHash": "010000fb799cf0ba852b1caf74860f7c7178e36ebbe76d8858c3affd27a6e4bc",
"constructorArguments": [
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
1,
"0xd2Fb86A63891415244A7D9d02148D5b230bE69FB"
],
"implementation": "0x1976ba9fFEeeD545A114C6Ae274b878F5E389deC"
},
"AccessControlFactory": {
"name": "AccessControlFactory",
"contractName": "TransparentUpgradeableProxy",
"contractType": 2,
"constructorArguments": [
"0xaA8Ab6A278131269036C9C895F238aEeCA3b0e15",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0x"
],
"address": "0x5eb740362F17815Ae67EBcA6420Cbb350f714C3E"
},
"AccountFactory": {
"name": "AccountFactory",
"contractName": "TransparentUpgradeableProxy",
"contractType": 2,
"constructorArguments": [
"0xc7C012486602805Bf2868c723f92738854479249",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0x"
],
"address": "0xE55C2154d1766a9C6319dBD989C89867b0457358"
},
"AppFactory": {
"name": "AppFactory",
"contractName": "TransparentUpgradeableProxy",
"contractType": 2,
"constructorArguments": [
"0x8A8751AE96B24bfF0cC32C888d27D9297eD72d38",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0x"
],
"address": "0xc650f3CcfF7801F5e95a99B99AAbD2f6319d38ed"
},
"FeedFactory": {
"name": "FeedFactory",
"contractName": "TransparentUpgradeableProxy",
"contractType": 2,
"constructorArguments": [
"0x42479ff8cE8aFE9bDBa6282a79aF8E7A0276FC8a",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0x"
],
"address": "0xb8169FB0FaB6a699854fd4fD2457b990988E1372"
},
"GraphFactory": {
"name": "GraphFactory",
"contractName": "TransparentUpgradeableProxy",
"contractType": 2,
"constructorArguments": [
"0xBa4E17aa60B15c9bF5C6F7b8801b49aB1030d581",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0x"
],
"address": "0x7cbB07bD2E80A27c59Ed707B79024cC5e54dEaF0"
},
"GroupFactory": {
"name": "GroupFactory",
"contractName": "TransparentUpgradeableProxy",
"contractType": 2,
"constructorArguments": [
"0x045EC0032F012300749bC245DD18894103607848",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0x"
],
"address": "0xEF51808f8a2399282CDd156E897473b282998a29"
},
"NamespaceFactory": {
"name": "NamespaceFactory",
"contractName": "TransparentUpgradeableProxy",
"contractType": 2,
"constructorArguments": [
"0x87F93A9601c5933b7f473F509dabB990087B1D00",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0x"
],
"address": "0xb69CBb69041a30216e2fe13E9700b32761b859C3"
},
"AccountBlockingRuleImpl": {
"name": "AccountBlockingRuleImpl",
"contractName": "AccountBlockingRule",
"contractType": 0,
"address": "0x64CB53670D3938Fe919818470E909241a3FAB706",
"bytecodeHash": "0100022d3fbba6dd203f95e4584213cebe9581bcf5679f9bfa28eb4135f559f9",
"constructorArguments": []
},
"AccountBlockingRule": {
"contractName": "TransparentUpgradeableProxy",
"contractType": 6,
"constructorArguments": [
"0x5AE6981242e1Aa7a4d45DF6f81172a721283EFED",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0xf399e22e000000000000000000000000cb6c7b2e340d50701d45d55507f19a5ce5d7233000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000"
],
"address": "0xf3de16e99679243E36BB449CADEA247Cf61450e1",
"implementation": "0x64CB53670D3938Fe919818470E909241a3FAB706",
"bytecodeHash": "0100000098fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
},
"GroupGatedFeedRuleImpl": {
"name": "GroupGatedFeedRuleImpl",
"contractName": "GroupGatedFeedRule",
"contractType": 0,
"address": "0x565b641724308948E383cbC396AaF12c0B3e5B7B",
"bytecodeHash": "010001a5dd18b3bfbd985b04ad6ab06a52d3a49b3e3e4288cf8f3933445a517d",
"constructorArguments": []
},
"GroupGatedFeedRule": {
"contractName": "TransparentUpgradeableProxy",
"contractType": 6,
"constructorArguments": [
"0x415F2D6Fc968603001C0f2b9E3D581cB7F5c39C1",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0xf399e22e000000000000000000000000cb6c7b2e340d50701d45d55507f19a5ce5d7233000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000"
],
"address": "0xbDE71d01eC6d6c49b2bcc9067EcA352a17D25A91",
"implementation": "0x565b641724308948E383cbC396AaF12c0B3e5B7B",
"bytecodeHash": "0100000098fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
},
"UsernameSimpleCharsetNamespaceRuleImpl": {
"name": "UsernameSimpleCharsetNamespaceRuleImpl",
"contractName": "UsernameSimpleCharsetNamespaceRule",
"contractType": 0,
"address": "0xA2eE714B73229c2C7102adDb9f56B38E22FC4AdE",
"constructorArguments": []
},
"UsernameSimpleCharsetNamespaceRule": {
"contractName": "TransparentUpgradeableProxy",
"contractType": 6,
"constructorArguments": [
"0xA2eE714B73229c2C7102adDb9f56B38E22FC4AdE",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0xf399e22e000000000000000000000000cb6c7b2e340d50701d45d55507f19a5ce5d7233000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000"
],
"address": "0x1dB51f49DE4D266B2ab7D62656510083e0AACe44"
},
"BanMemberGroupRuleImpl": {
"name": "BanMemberGroupRuleImpl",
"contractName": "BanMemberGroupRule",
"contractType": 0,
"address": "0x99f398Bfc70339D2244a7e999357386CC0902528",
"bytecodeHash": "010003b3e06083dd2f2f1f00463117dfa37a1c87b5e30365f24d6d25e47fd6a4",
"constructorArguments": []
},
"BanMemberGroupRule": {
"contractName": "TransparentUpgradeableProxy",
"contractType": 6,
"constructorArguments": [
"0xfE2468f1A969C1dd866A0bC70e73e8bEC37cdd7F",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0xf399e22e000000000000000000000000cb6c7b2e340d50701d45d55507f19a5ce5d7233000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000"
],
"address": "0xd12E1aD028d550F85F2a8d9130C46dB77A6A0a41",
"implementation": "0x99f398Bfc70339D2244a7e999357386CC0902528",
"bytecodeHash": "0100000098fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
},
"AdditionRemovalPidGroupRuleImpl": {
"name": "AdditionRemovalPidGroupRuleImpl",
"contractName": "AdditionRemovalPidGroupRule",
"contractType": 0,
"address": "0x6edf951cADdd5450EfFfA09413195d454D74D53B",
"bytecodeHash": "010001cfe7d947face04740d52d4275cde020e090bc8602d3a2fce361709a3fd",
"constructorArguments": []
},
"AdditionRemovalPidGroupRule": {
"contractName": "TransparentUpgradeableProxy",
"contractType": 6,
"constructorArguments": [
"0xEA1AEaa88f5e42935ee69e18d95BDA4CEaf530b6",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0xf399e22e000000000000000000000000cb6c7b2e340d50701d45d55507f19a5ce5d7233000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000"
],
"address": "0x90d39577A9a6C76ED8a5b2B908a7053ef5430194",
"implementation": "0x6edf951cADdd5450EfFfA09413195d454D74D53B",
"bytecodeHash": "0100000098fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
},
"LensFactory": {
"name": "LensFactory",
"contractName": "TransparentUpgradeableProxy",
"contractType": 2,
"constructorArguments": [
"0x714b71a288Da93aF5F8DcAd5B5a9cBCBF85F0B9C",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0x"
],
"address": "0x408BC8704Ce76DDcd00cf3a83Acd24de4101eE2D"
},
"LensFees": {
"name": "LensFactory",
"contractName": "TransparentUpgradeableProxy",
"contractType": 2,
"constructorArguments": [
"0xc66f5B177DD54b86b154717f533C1B8Ac7a0773e",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0x"
],
"address": "0xFd577b6317F4ab53D5675E85b8DEB7A814165C3C"
},
"LensFeesImpl": {
"name": "LensFeesImpl",
"contractName": "LensFees",
"contractType": 0,
"address": "0xc66f5B177DD54b86b154717f533C1B8Ac7a0773e",
"constructorArguments": [
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
150
],
"bytecodeHash": "0xd2bb42243d11a207aacd2493d96122a9a60735ae90e39623c52593d3b901940c"
},
"LensExampleAccount": {
"name": "LensExampleAccount",
"contractName": "Account",
"contractType": 7,
"address": "0xAA496C6e94fC5254313cfB9B34f5A499ee9dA771"
},
"LensGlobalGroup": {
"name": "LensGlobalGroup",
"contractName": "Group",
"contractType": 3,
"address": "0x2550c78610A2Db16A6919034b7A81D6CF652cc50"
},
"LensGlobalFeed": {
"name": "LensGlobalFeed",
"contractName": "Feed",
"contractType": 3,
"address": "0x31232Cb7dE0dce17949ffA58E9E38EEeB367C871"
},
"LensGlobalGraph": {
"name": "LensGlobalGraph",
"contractName": "Graph",
"contractType": 3,
"address": "0x4d97287FF1A0e030cA4604EcDa9be355dd8A8BaC"
},
"LensGlobalNamespace": {
"name": "LensGlobalNamespace",
"contractName": "Namespace",
"contractType": 3,
"address": "0xFBEdC5C278cc01A843D161d5469202Fe4EDC99E4"
},
"LensGlobalApp": {
"name": "LensGlobalApp",
"contractName": "App",
"contractType": 3,
"address": "0xC75A89145d765c396fd75CbD16380Eb184Bd2ca7"
},
"ActionHubImpl": {
"name": "ActionHubImpl",
"contractName": "ActionHub",
"contractType": 0,
"constructorArguments": [],
"address": "0x865856952cceF0C3CBa5589543A6e4Fdac00B5fA"
},
"ActionHub": {
"contractName": "TransparentUpgradeableProxy",
"contractType": 4,
"constructorArguments": [
"0xF370690Eae838146D7E5fD94641A3052eC568aF9",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0x"
],
"address": "0x4A92a97Ff3a3604410945ae8CA25df4fBB2fDC11"
},
"OwnerAdminOnlyAccessControl": {
"contractName": "OwnerAdminOnlyAccessControl",
"contractType": 4,
"address": "0xbcBd368a8251BD06918D3edef68e1C8e8F853633"
},
"SimplePaymentFeedRuleImpl": {
"contractName": "SimplePaymentFeedRule",
"contractType": 0,
"address": "0x22A9a270A599f535518C830bac25401cB569eCb1",
"bytecodeHash": "010003334e2a747339505d6b451bb6a6df098bfe24cb91818187bb4fdf21be59",
"constructorArguments": []
},
"SimplePaymentFeedRule": {
"name": "SimplePaymentFeedRule",
"contractName": "TransparentUpgradeableProxy",
"contractType": 6,
"constructorArguments": [
"0xe872903A263D6EAe626183fbA6E39aBCFf16bD0a",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0xf399e22e000000000000000000000000cb6c7b2e340d50701d45d55507f19a5ce5d7233000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000"
],
"address": "0x55efA60BE4fd711C114B853A5d251b95bdCC4F66",
"implementation": "0x22A9a270A599f535518C830bac25401cB569eCb1",
"bytecodeHash": "0100000098fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
},
"TokenGatedFeedRuleImpl": {
"name": "TokenGatedFeedRuleImpl",
"contractName": "TokenGatedFeedRule",
"contractType": 0,
"address": "0x50f2049e507Db26c6EA47E9c08ed140da3C31f19",
"bytecodeHash": "010002256bc9d9acc49b146c2f668b85302755e1c3773b58e50fda55713f5a8d",
"constructorArguments": []
},
"TokenGatedFeedRule": {
"contractName": "TransparentUpgradeableProxy",
"contractType": 6,
"constructorArguments": [
"0x38BaF904F46949603A21CAed0fd38F4957B21F94",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0xf399e22e000000000000000000000000cb6c7b2e340d50701d45d55507f19a5ce5d7233000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000"
],
"address": "0x54649BfA8Ea33eDD90f93592Fe87627be6C76013",
"implementation": "0x50f2049e507Db26c6EA47E9c08ed140da3C31f19",
"bytecodeHash": "0100000098fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
},
"FollowersOnlyPostRuleImpl": {
"name": "FollowersOnlyPostRuleImpl",
"contractName": "FollowersOnlyPostRule",
"contractType": 0,
"address": "0x58d264095F45B597Fd17ABF46bC837061E3D844b",
"bytecodeHash": "010002b547bbdf274ea30edc7a2ad6e06964625d657e14e4f5450285b197d69a",
"constructorArguments": []
},
"FollowersOnlyPostRule": {
"contractName": "TransparentUpgradeableProxy",
"contractType": 6,
"constructorArguments": [
"0xaA218C6461A9a25eBDA2E3E9433058144C56EEa2",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0xf399e22e000000000000000000000000cb6c7b2e340d50701d45d55507f19a5ce5d7233000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000"
],
"address": "0x8956af058dF5Cb3609Fc10B2ea293764f55F5B0c",
"implementation": "0x58d264095F45B597Fd17ABF46bC837061E3D844b",
"bytecodeHash": "0100000098fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
},
"GroupGatedGraphRuleImpl": {
"name": "GroupGatedGraphRuleImpl",
"contractName": "GroupGatedGraphRule",
"contractType": 0,
"address": "0x2A2E15533320F25E170362905a3DFF039865aCde",
"bytecodeHash": "010001d5d19bbfd1e792b80bb6506d59e513029ffa576e16f801d5f842f4d464",
"constructorArguments": []
},
"GroupGatedGraphRule": {
"contractName": "TransparentUpgradeableProxy",
"contractType": 6,
"constructorArguments": [
"0x656372d94D7224e08fF6cE9C3A2B954cCcC6a516",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0xf399e22e000000000000000000000000cb6c7b2e340d50701d45d55507f19a5ce5d7233000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000"
],
"address": "0x2Cb90d67d4396385060F4f18B036176005B21d56",
"implementation": "0x2A2E15533320F25E170362905a3DFF039865aCde",
"bytecodeHash": "0100000098fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
},
"TokenGatedGraphRuleImpl": {
"name": "TokenGatedGraphRuleImpl",
"contractName": "TokenGatedGraphRule",
"contractType": 0,
"address": "0x8FAaC49C588d19f5F723590fFd8d094bA396230e",
"bytecodeHash": "0100021f8e7da4dfe40a92f267180296095caee7eebedb90ffd19f23c5666d0c",
"constructorArguments": []
},
"TokenGatedGraphRule": {
"contractName": "TransparentUpgradeableProxy",
"contractType": 6,
"constructorArguments": [
"0x36798d63746B4b7a380E4D8936E7f8E55C1B8Dee",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0xf399e22e000000000000000000000000cb6c7b2e340d50701d45d55507f19a5ce5d7233000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000"
],
"address": "0x2662F99dC985d3dC710D3c13142e2D156874878d",
"implementation": "0x8FAaC49C588d19f5F723590fFd8d094bA396230e",
"bytecodeHash": "0100000098fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
},
"SimplePaymentFollowRuleImpl": {
"contractName": "SimplePaymentFollowRule",
"contractType": 0,
"address": "0xE3C9a3d257E3B73edc2feD080A0eE97BD5229381",
"bytecodeHash": "010002c7d27f6670806f244caa5cd804e13157f7a34e9fdb240084d59af83ab3",
"constructorArguments": []
},
"SimplePaymentFollowRule": {
"name": "SimplePaymentFollowRule",
"contractName": "TransparentUpgradeableProxy",
"contractType": 6,
"constructorArguments": [
"0x249Bdeac1fa026812D4d2197d2331d7A7a0CDd0D",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0xf399e22e000000000000000000000000cb6c7b2e340d50701d45d55507f19a5ce5d7233000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000"
],
"address": "0x7EA84D750E8C2b7D0EB5e8114f54111d78Eeb992",
"implementation": "0xE3C9a3d257E3B73edc2feD080A0eE97BD5229381",
"bytecodeHash": "0100000098fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
},
"TokenGatedFollowRuleImpl": {
"name": "TokenGatedFollowRuleImpl",
"contractName": "TokenGatedFollowRule",
"contractType": 0,
"address": "0xb4e6d4F6a753e88eb108b304b35d1D8DeC7D7A12",
"bytecodeHash": "0100019d1cb95e3f008697097c6a9dc1a55925c8876522aaef20b604dc02aff6",
"constructorArguments": []
},
"TokenGatedFollowRule": {
"contractName": "TransparentUpgradeableProxy",
"contractType": 6,
"constructorArguments": [
"0x6c2E6EcC41ed96CAD53e7c3AfA2920FbF320B522",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0xf399e22e000000000000000000000000cb6c7b2e340d50701d45d55507f19a5ce5d7233000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000"
],
"address": "0x51BB76bae8eb8f1B69B8F4c3e310d49423a9aF33",
"implementation": "0xb4e6d4F6a753e88eb108b304b35d1D8DeC7D7A12",
"bytecodeHash": "0100000098fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
},
"MembershipApprovalGroupRuleImpl": {
"name": "MembershipApprovalGroupRuleImpl",
"contractName": "MembershipApprovalGroupRule",
"contractType": 0,
"address": "0xC76fDa79062F63083c65c5Ce639e1C02F1EdEd00",
"bytecodeHash": "010002a32b8ca7bbc92be9a6530d14546a6f1996942d167e06fa28e27a8436dd",
"constructorArguments": []
},
"MembershipApprovalGroupRule": {
"contractName": "TransparentUpgradeableProxy",
"contractType": 6,
"constructorArguments": [
"0x7656D95eA89331180FE8B4f50C8055270b38cC16",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0xf399e22e000000000000000000000000cb6c7b2e340d50701d45d55507f19a5ce5d7233000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000"
],
"address": "0x6d467E7f34e87C0D7185FAf692B43eD5792B86f5",
"implementation": "0xC76fDa79062F63083c65c5Ce639e1C02F1EdEd00",
"bytecodeHash": "0100000098fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
},
"SimplePaymentGroupRuleImpl": {
"contractName": "SimplePaymentGroupRule",
"contractType": 0,
"address": "0x2dbA07936cAAB8B77d1bd7C0D87486DCB05C1903",
"bytecodeHash": "0100032f90907a81767064af305c44ddb87aa6c5916f2a23e6b58da2fb026a0d",
"constructorArguments": []
},
"SimplePaymentGroupRule": {
"name": "SimplePaymentGroupRule",
"contractName": "TransparentUpgradeableProxy",
"contractType": 6,
"constructorArguments": [
"0xFB7f6D79cc8C389199c1EC21af5A31d4436a1b58",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0xf399e22e000000000000000000000000cb6c7b2e340d50701d45d55507f19a5ce5d7233000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000"
],
"address": "0xC99b11687d91EC4f6e65EcFa205795101BbaB5B2",
"implementation": "0x2dbA07936cAAB8B77d1bd7C0D87486DCB05C1903",
"bytecodeHash": "0100000098fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
},
"TokenGatedGroupRuleImpl": {
"name": "TokenGatedGroupRuleImpl",
"contractName": "TokenGatedGroupRule",
"contractType": 0,
"address": "0x6E44365C406c1B0e9a257d03Af8001182192925D",
"bytecodeHash": "0100025de19d0db556b0c64e7dfec465cf0ea1b3b9ded0302bd845455ca6626e",
"constructorArguments": []
},
"TokenGatedGroupRule": {
"contractName": "TransparentUpgradeableProxy",
"contractType": 6,
"constructorArguments": [
"0x7b1123c2b371a0DA104e3b0DfcCFd9b225198595",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0xf399e22e000000000000000000000000cb6c7b2e340d50701d45d55507f19a5ce5d7233000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000"
],
"address": "0x3e3a35d2A67583975569c4a19761268AFB958cEF",
"implementation": "0x6E44365C406c1B0e9a257d03Af8001182192925D",
"bytecodeHash": "0100000098fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
},
"UsernameLengthNamespaceRuleImpl": {
"name": "UsernameLengthNamespaceRuleImpl",
"contractName": "UsernameLengthNamespaceRule",
"contractType": 0,
"address": "0xE097df1c30F0fff2475C4A2aE81f3F97649ee81e",
"bytecodeHash": "0100020b2e44c64e5badde1714869539df5bab6bc570e66dc11b9bf58e02ee0e",
"constructorArguments": []
},
"UsernameLengthNamespaceRule": {
"contractName": "TransparentUpgradeableProxy",
"contractType": 6,
"constructorArguments": [
"0x32A44c7A6Ff0C7C9A40e2D502Db5F24DbfA33D92",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0xf399e22e000000000000000000000000cb6c7b2e340d50701d45d55507f19a5ce5d7233000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000"
],
"address": "0x0F0Fe596bAfddbd2Eb4037Fc111b9C4aE5192C5C",
"implementation": "0xE097df1c30F0fff2475C4A2aE81f3F97649ee81e",
"bytecodeHash": "0100000098fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
},
"UsernameReservedNamespaceRuleImpl": {
"name": "UsernameReservedNamespaceRuleImpl",
"contractName": "UsernameReservedNamespaceRule",
"contractType": 0,
"address": "0x05006b08Bd61869cAe36D2e85cEB5062e8BE3F6a",
"bytecodeHash": "010002a9f9cd83b054ec0688b20e3aa29961b036af6ddc1ec73391c7198adf12",
"constructorArguments": []
},
"UsernameReservedNamespaceRule": {
"contractName": "TransparentUpgradeableProxy",
"contractType": 6,
"constructorArguments": [
"0xD73612a24C1336066EFf38E30F13B027Ee6F9387",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0xf399e22e000000000000000000000000cb6c7b2e340d50701d45d55507f19a5ce5d7233000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000"
],
"address": "0x9a8b0e3344f5ca5f6fc9FcEb8fF543FDeF5eb2b9",
"implementation": "0x05006b08Bd61869cAe36D2e85cEB5062e8BE3F6a",
"bytecodeHash": "0100000098fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
},
"TokenGatedNamespaceRuleImpl": {
"name": "TokenGatedNamespaceRuleImpl",
"contractName": "TokenGatedNamespaceRule",
"contractType": 0,
"address": "0xF879a56cBc43f0d79dA839d75bbE80a162f01340",
"bytecodeHash": "01000245e1021cc33b60fe869738ce5f4c1ad913bed5224c1bfaf559c8b4fe90",
"constructorArguments": []
},
"TokenGatedNamespaceRule": {
"contractName": "TransparentUpgradeableProxy",
"contractType": 6,
"constructorArguments": [
"0x0B16478fa74Ec7018dfdb9dBE0290ab493C1C535",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0xf399e22e000000000000000000000000cb6c7b2e340d50701d45d55507f19a5ce5d7233000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000"
],
"address": "0x87A69174530aA735768096c5F24a0F559553Dd84",
"implementation": "0xF879a56cBc43f0d79dA839d75bbE80a162f01340",
"bytecodeHash": "0100000098fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
},
"UsernamePricePerLengthNamespaceRuleImpl": {
"contractName": "UsernamePricePerLengthNamespaceRule",
"contractType": 0,
"address": "0x5eEFE4a92ABcb6F5B0963598c7b0607047d0BB21",
"bytecodeHash": "010003a1de222c705607b2ddf722662d227ce4f21298a493f65f29e66b0a420e",
"constructorArguments": []
},
"UsernamePricePerLengthNamespaceRule": {
"name": "UsernamePricePerLengthNamespaceRule",
"contractName": "TransparentUpgradeableProxy",
"contractType": 6,
"constructorArguments": [
"0x6cD751ecb11F835Db3AEDDc81CAb3aE18A43e31c",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0xf399e22e000000000000000000000000cb6c7b2e340d50701d45d55507f19a5ce5d7233000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000"
],
"address": "0x4aBdf719Bc6659e91233c62D4d08D6F4229989e8",
"implementation": "0x5eEFE4a92ABcb6F5B0963598c7b0607047d0BB21",
"bytecodeHash": "0100000098fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
},
"TippingAccountActionImpl": {
"name": "TippingAccountActionImpl",
"contractName": "TippingAccountAction",
"contractType": 0,
"constructorArguments": [
"0x4A92a97Ff3a3604410945ae8CA25df4fBB2fDC11"
],
"address": "0xdB82512F84B3E46B0fc7f6A38eE89E55e7a75447"
},
"TippingAccountAction": {
"contractName": "TransparentUpgradeableProxy",
"contractType": 5,
"constructorArguments": [
"0x24aF00D97561198128027712cc14468e6629E0cb",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0xf399e22e000000000000000000000000cb6c7b2e340d50701d45d55507f19a5ce5d7233000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000"
],
"address": "0xda614A06972C70a8d50D494FB678d48cf536f769",
"implementation": "0xdB82512F84B3E46B0fc7f6A38eE89E55e7a75447",
"bytecodeHash": "0100000098fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
},
"TippingPostActionImpl": {
"name": "TippingPostActionImpl",
"contractName": "TippingPostAction",
"contractType": 0,
"constructorArguments": [
"0x4A92a97Ff3a3604410945ae8CA25df4fBB2fDC11"
],
"address": "0xEE4C444Bd08BC202324D88EB1FC954B08Be77c77"
},
"TippingPostAction": {
"contractName": "TransparentUpgradeableProxy",
"contractType": 5,
"constructorArguments": [
"0x05f1d7C409B43f3F2FA0Aa6f7243446Ce45aD10c",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0xf399e22e000000000000000000000000cb6c7b2e340d50701d45d55507f19a5ce5d7233000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000"
],
"address": "0x34EF0F5e41cB6c7ad9438079c179d70C7567ae00",
"implementation": "0xEE4C444Bd08BC202324D88EB1FC954B08Be77c77",
"bytecodeHash": "0100000098fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
},
"SimpleCollectActionImpl": {
"name": "SimpleCollectActionImpl",
"contractName": "SimpleCollectAction",
"contractType": 0,
"constructorArguments": [
"0x4A92a97Ff3a3604410945ae8CA25df4fBB2fDC11"
],
"address": "0xD2f90542be809d10C416a6f6E0619100A6B0FdC5"
},
"SimpleCollectAction": {
"contractName": "TransparentUpgradeableProxy",
"contractType": 5,
"constructorArguments": [
"0x9901C8d717F1A5670adD40656f4bD696f2587E70",
"0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"0xf399e22e000000000000000000000000cb6c7b2e340d50701d45d55507f19a5ce5d7233000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000"
],
"address": "0x17d5B3917Eab14Ab4923DEc597B39EF64863C830",
"implementation": "0xD2f90542be809d10C416a6f6E0619100A6B0FdC5",
"bytecodeHash": "0100000098fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
},
"LensCreate2": {
"contractName": "TransparentUpgradeableProxy",
"contractType": 4,
"address": "0x52AF9CF29976C310E3DE03C509E108edB6edb8c0",
"constructorArguments": [
"0x284af6d56a5aa030813cfb44663e0792783c1ca5",
"0xaafa8246de0ae0e7b81125db325e9b39bed43b49",
""
]
},
"LensCreate2Impl": {
"contractName": "LensCreate2",
"contractType": 4,
"address": "0xdd7Aa96DE3CccCb5dF635227869a6E7c5a301D6F",
"constructorArguments": []
},
"GroupFactoryImpl": {
"contractName": "GroupFactory",
"contractType": 0,
"address": "0xa27e1e5d44da3F8113d11E35574390f24b1056E8",
"bytecodeHash": "010001910c4a1821d9e322fa4ecae90b94aef9ec31f2601a6b4006eaf686ccbb",
"constructorArguments": [
"0x777FF4456377b084EbCfD1eB20DAcB78278677e5",
"0x0761E693D3B16717D394aEaF81C9694cED84b401",
"0x408BC8704Ce76DDcd00cf3a83Acd24de4101eE2D"
]
},
"LensFactoryImpl": {
"contractName": "LensFactory",
"contractType": 0,
"address": "0xa9484f961f2896cA9FFA6AAE1F93bC789F2fAc03",
"bytecodeHash": "01000adde0971c1be05ffeaa09a4e0cecb0daef50614fb6315f335a439423c2e",
"constructorArguments": [
{
"accessControlFactory": "0x5eb740362F17815Ae67EBcA6420Cbb350f714C3E",
"accountFactory": "0xE55C2154d1766a9C6319dBD989C89867b0457358",
"appFactory": "0xc650f3CcfF7801F5e95a99B99AAbD2f6319d38ed",
"groupFactory": "0xEF51808f8a2399282CDd156E897473b282998a29",
"feedFactory": "0xb8169FB0FaB6a699854fd4fD2457b990988E1372",
"graphFactory": "0x7cbB07bD2E80A27c59Ed707B79024cC5e54dEaF0",
"namespaceFactory": "0xb69CBb69041a30216e2fe13E9700b32761b859C3"
},
{
"accountBlockingRule": "0xf3de16e99679243E36BB449CADEA247Cf61450e1",
"groupGatedFeedRule": "0xbDE71d01eC6d6c49b2bcc9067EcA352a17D25A91",
"usernameSimpleCharsetRule": "0x1dB51f49DE4D266B2ab7D62656510083e0AACe44",
"banMemberGroupRule": "0xd12E1aD028d550F85F2a8d9130C46dB77A6A0a41",
"addRemovePidGroupRule": "0x90d39577A9a6C76ED8a5b2B908a7053ef5430194",
"usernameReservedNamespaceRule": "0x9a8b0e3344f5ca5f6fc9FcEb8fF543FDeF5eb2b9"
}
]
},
"LensNativePaymentHelperImpl": {
"contractName": "LensNativePaymentHelper",
"contractType": 0,
"address": "0x38Dc515EEaaeb0160Ff9F0CA4d326Dd04Ba32791",
"bytecodeHash": "0100004de0da6148331eb239c0d9d93abcec5e55e16f5e90c088dc3a24a9cf2d",
"constructorArguments": []
},
"LensNativePaymentHelper": {
"contractName": "TransparentUpgradeableProxy",
"contractType": 4,
"address": "0x1cCf0A481e3824E271C4b89a79E00c838D4A465B",
"bytecodeHash": "0100013563c32f6591729c797a1eb4ea04ec4335149038fcdd57555dfad6e96c",
"implementation": "0x38Dc515EEaaeb0160Ff9F0CA4d326Dd04Ba32791",
"proxyAdmin": "0xcB6C7b2E340D50701d45d55507f19A5cE5d72330",
"lensCreate2PreSalt": "lens.contract.LensNativePaymentHelper"
}
}