mirror of
https://github.com/vacp2p/de-mls.git
synced 2026-01-08 21:17:56 -05:00
committed by
GitHub
parent
ea08e5633f
commit
49ab2b4aaa
@@ -6,7 +6,9 @@ import { BaseScript } from "./Base.s.sol";
|
||||
import { DeploymentConfig } from "./DeploymentConfig.s.sol";
|
||||
|
||||
contract Deploy is BaseScript {
|
||||
function run(address initialOwner)
|
||||
function run(
|
||||
address initialOwner
|
||||
)
|
||||
public
|
||||
broadcast
|
||||
returns (ScKeystore scKeystore, DeploymentConfig deploymentConfig)
|
||||
|
||||
Reference in New Issue
Block a user