Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat committed Oct 22, 2024
1 parent e5086a2 commit 23770a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/app/src/model/Api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export class Api {
throw new Error();
}

console.log(resultMetadata);
console.log('papi: ', resultMetadata);

// Now metadata has been retrieved, create a dynamic builder for the metadata and persist it
// to this class.
Expand All @@ -227,6 +227,8 @@ export class Api {
const metadataPJs = this.api.runtimeMetadata;
const metadataPJsJson = metadataPJs.asV15.toJSON();

console.log('pjs api: ', metadataPJsJson);

// Format resulting class chain spec and persist to class.
this.chainSpec = {
chain: chainName,
Expand Down

0 comments on commit 23770a8

Please sign in to comment.