File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ Deploys a proxy that points to that points to the given implementation.
24
24
25
25
| Name | Type | Description |
26
26
| ---| ---| ---|
27
- | implementation | address | Address of the implementation to point to.
28
- | data | bytes | Additional data to pass to the proxy constructor or any other data useful during deployement.
29
- | salt | bytes32 | Salt to use for the deterministic address generation.
27
+ | implementation | address | Address of the implementation to point to. |
28
+ | data | bytes | Additional data to pass to the proxy constructor or any other data useful during deployement. |
29
+ | salt | bytes32 | Salt to use for the deterministic address generation. |
30
30
31
31
#### Returns
32
32
33
33
| Name | Type | Description |
34
34
| ---| ---| ---|
35
- | _ 0 | address | undefined
35
+ | _ 0 | address | undefined |
36
36
37
37
38
38
You can’t perform that action at this time.
0 commit comments