Skip to content

Commit

Permalink
coz we like emojis πŸ‘‰
Browse files Browse the repository at this point in the history
  • Loading branch information
itseasy21 committed Jul 20, 2022
1 parent 93aad99 commit 3a8d13f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const Profile = () => {
// 1 generate stark wallet
const l2Wallet = await generateStarkWallet(l1Signer);
setl2Wallet(l2Wallet);
console.log("1 -> l2wallet:", l2Wallet);
console.log("1 πŸ‘‰ l2wallet:", l2Wallet);

const address = await l1Signer.getAddress();
setAddress(address);
Expand All @@ -62,7 +62,7 @@ const Profile = () => {
l1Signer,
l2Wallet
);
console.log("2 => register user", response);
console.log("2 πŸ‘‰ register user", response);

// 3 get user balance
const balancesApi = new BalancesApi(config.api);
Expand All @@ -72,7 +72,7 @@ const Profile = () => {
if (l2Bal.data.result.length > 0) {
setL2Balance(l2Bal.data.result[0]?.balance);
}
console.log("3 => l2 balance", l2Bal);
console.log("3 πŸ‘‰ l2 balance", l2Bal);
}
};

Expand Down

1 comment on commit 3a8d13f

@vercel
Copy link

@vercel vercel bot commented on 3a8d13f Jul 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

imx-nextjs-example – ./

imx-nextjs-example.vercel.app
imx-nextjs-example-git-main-itseasy21.vercel.app
imx-nextjs-example-itseasy21.vercel.app

Please sign in to comment.