Skip to content

Commit

Permalink
Fix setup (debuggin multi-setup is paused)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetson committed Dec 10, 2023
1 parent a5e6e32 commit 7b6e492
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/nextjs/pages/setup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const Setup: NextPage = () => {
notification.error(<TxnNotification message="The NFT already set up a link to the target blockchain" />);
}

const res0 = (await readContract({
/*const res0 = (await readContract({
address: wrapperAddress as string,
abi: WrapperNft as Abi,
functionName: "nftSupportedChains",
Expand Down Expand Up @@ -150,11 +150,10 @@ const Setup: NextPage = () => {
functionName: "linkedNfts",
args: [res1],
})) as string;
console.log(`second linked nft`, linked1);
console.log(`second linked nft`, linked1);*/

console.log(`Wrapper`, wrapperAddress);

return;
// Calculating the fee.
let createFee: bigint;
notificationId = notification.loading(<TxnNotification message="Calculating the fee" />);
Expand Down

0 comments on commit 7b6e492

Please sign in to comment.