mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-08 00:13:08 +00:00
17 lines
438 B
C#
17 lines
438 B
C#
//using KubernetesWorkflow;
|
|
|
|
//namespace DistTestCore.Marketplace
|
|
//{
|
|
// public class CodexContractsContainerConfig
|
|
// {
|
|
// public CodexContractsContainerConfig(string bootstrapNodeIp, Port jsonRpcPort)
|
|
// {
|
|
// BootstrapNodeIp = bootstrapNodeIp;
|
|
// JsonRpcPort = jsonRpcPort;
|
|
// }
|
|
|
|
// public string BootstrapNodeIp { get; }
|
|
// public Port JsonRpcPort { get; }
|
|
// }
|
|
//}
|