mirror of
https://github.com/vacp2p/de-mls.git
synced 2026-01-08 22:57:57 -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";
|
import { DeploymentConfig } from "./DeploymentConfig.s.sol";
|
||||||
|
|
||||||
contract Deploy is BaseScript {
|
contract Deploy is BaseScript {
|
||||||
function run(address initialOwner)
|
function run(
|
||||||
|
address initialOwner
|
||||||
|
)
|
||||||
public
|
public
|
||||||
broadcast
|
broadcast
|
||||||
returns (ScKeystore scKeystore, DeploymentConfig deploymentConfig)
|
returns (ScKeystore scKeystore, DeploymentConfig deploymentConfig)
|
||||||
|
|||||||
Reference in New Issue
Block a user