diff --git a/middleware.version b/middleware.version index 132ae6058e..88fcddaddc 100644 --- a/middleware.version +++ b/middleware.version @@ -1 +1 @@ -0.40.0-rc6 \ No newline at end of file +0.40.0-rc7 \ No newline at end of file diff --git a/src/ts/lib/api/mapper.ts b/src/ts/lib/api/mapper.ts index 0e83e7c9fb..a4e2e5f63c 100644 --- a/src/ts/lib/api/mapper.ts +++ b/src/ts/lib/api/mapper.ts @@ -95,7 +95,7 @@ export const Mapper = { analyticsId: obj.getAnalyticsid(), networkId: obj.getNetworkid(), workspaceObjectId: obj.getWorkspaceobjectid(), - ethereumAddress: '', //obj.getEthereumaddress(), + ethereumAddress: obj.getEthereumaddress(), }; },