Skip to content

Commit

Permalink
infra tzwitter: debug front pt2
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilevos committed Aug 11, 2023
1 parent 345e959 commit b73dd92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 08_tzwitter_app/app/src/lib/tzwitter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class Tzwitter {
magicByte?: string;
}) {
this.signer = signer;
console.log("rollupUrl inside Tzwitter constructor:", rollupUrl);
this.rollupClient = new RollupClient({ tezos, rollupUrl });
this.magicByte = '74' || magicByte;
}
Expand Down

0 comments on commit b73dd92

Please sign in to comment.