@@ -13,70 +13,70 @@ pub static ADVERTISER: Lazy<Address> = Lazy::new(|| *ADDRESS_4);
13
13
pub static PUBLISHER : Lazy < Address > = Lazy :: new ( || * ADDRESS_5 ) ;
14
14
pub static GUARDIAN_2 : Lazy < Address > = Lazy :: new ( || * ADDRESS_6 ) ;
15
15
16
- /// passhprase : ganache0
16
+ /// passphrase : ganache0
17
17
pub static ADDRESS_0 : Lazy < Address > = Lazy :: new ( || {
18
18
b"0x80690751969B234697e9059e04ed72195c3507fa"
19
19
. try_into ( )
20
20
. unwrap ( )
21
21
} ) ;
22
22
23
- /// passhprase : ganache1
23
+ /// passphrase : ganache1
24
24
pub static ADDRESS_1 : Lazy < Address > = Lazy :: new ( || {
25
25
b"0xf3f583AEC5f7C030722Fe992A5688557e1B86ef7"
26
26
. try_into ( )
27
27
. unwrap ( )
28
28
} ) ;
29
29
30
- /// passhprase : ganache2
30
+ /// passphrase : ganache2
31
31
pub static ADDRESS_2 : Lazy < Address > = Lazy :: new ( || {
32
32
b"0xe061E1EB461EaBE512759aa18A201B20Fe90631D"
33
33
. try_into ( )
34
34
. unwrap ( )
35
35
} ) ;
36
36
37
- /// passhprase : ganache3
37
+ /// passphrase : ganache3
38
38
pub static ADDRESS_3 : Lazy < Address > = Lazy :: new ( || {
39
39
b"0xaCBaDA2d5830d1875ae3D2de207A1363B316Df2F"
40
40
. try_into ( )
41
41
. unwrap ( )
42
42
} ) ;
43
43
44
- /// passhprase : ganache4
44
+ /// passphrase : ganache4
45
45
pub static ADDRESS_4 : Lazy < Address > = Lazy :: new ( || {
46
46
b"0xDd589B43793934EF6Ad266067A0d1D4896b0dff0"
47
47
. try_into ( )
48
48
. unwrap ( )
49
49
} ) ;
50
50
51
- /// passhprase : ganache5
51
+ /// passphrase : ganache5
52
52
pub static ADDRESS_5 : Lazy < Address > = Lazy :: new ( || {
53
53
b"0xE882ebF439207a70dDcCb39E13CA8506c9F45fD9"
54
54
. try_into ( )
55
55
. unwrap ( )
56
56
} ) ;
57
57
58
- /// passhprase : ganache6
58
+ /// passphrase : ganache6
59
59
pub static ADDRESS_6 : Lazy < Address > = Lazy :: new ( || {
60
60
b"0x79D358a3194d737880B3eFD94ADccD246af9F535"
61
61
. try_into ( )
62
62
. unwrap ( )
63
63
} ) ;
64
64
65
- /// passhprase : ganache7
65
+ /// passphrase : ganache7
66
66
pub static ADDRESS_7 : Lazy < Address > = Lazy :: new ( || {
67
67
b"0x0e880972A4b216906F05D67EeaaF55d16B5EE4F1"
68
68
. try_into ( )
69
69
. unwrap ( )
70
70
} ) ;
71
71
72
- /// passhprase : ganache8
72
+ /// passphrase : ganache8
73
73
pub static ADDRESS_8 : Lazy < Address > = Lazy :: new ( || {
74
74
b"0x541b401362Ea1D489D322579552B099e801F3632"
75
75
. try_into ( )
76
76
. unwrap ( )
77
77
} ) ;
78
78
79
- /// passhprase : ganache9
79
+ /// passphrase : ganache9
80
80
pub static ADDRESS_9 : Lazy < Address > = Lazy :: new ( || {
81
81
b"0x6B83e7D6B72c098d48968441e0d05658dc17Adb9"
82
82
. try_into ( )
0 commit comments