File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ export class C2DEngineDocker extends C2DEngine {
9292 // let's build the env. Swarm and k8 will build multiple envs, based on arhitecture
9393 const config = await getConfiguration ( )
9494 const envConfig = await this . getC2DConfig ( ) . connection
95+ CORE_LOGGER . logMessage ( `envConfig: ${ JSON . stringify ( envConfig ) } ` )
9596 let sysinfo = null
9697 try {
9798 sysinfo = await this . docker . info ( )
@@ -114,6 +115,9 @@ export class C2DEngineDocker extends C2DEngine {
114115 if ( fees === null ) fees = { }
115116 if ( ! ( feeChain in fees ) ) fees [ feeChain ] = [ ]
116117 fees [ feeChain ] = envConfig . fees [ feeChain ]
118+ CORE_LOGGER . logMessage (
119+ `feeChain: ${ feeChain } , envConfig.fees: ${ JSON . stringify ( envConfig . fees ) } `
120+ )
117121 }
118122
119123 /* for (const chain of Object.keys(config.supportedNetworks)) {
You can’t perform that action at this time.
0 commit comments