Skip to content

Commit

Permalink
clean files
Browse files Browse the repository at this point in the history
  • Loading branch information
gianalarcon committed Aug 9, 2024
1 parent 95a3d4f commit a6b7480
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 14 deletions.
1 change: 0 additions & 1 deletion packages/nextjs/app/events/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const Events: NextPage = () => {
fromBlock: 0n,
});

console.log(sellTokenEvents);
return (
<div className="flex items-center flex-col flex-grow pt-10">
<div>
Expand Down
1 change: 0 additions & 1 deletion packages/nextjs/components/MenuItem/MenuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ interface MenuItemProps {
}

const MenuItem: React.FC<MenuItemProps> = ({ link, isActive }) => {
//console.log({ isActive }, link.label);
return (
<li key={link.href}>
<Link
Expand Down
1 change: 0 additions & 1 deletion packages/nextjs/components/scaffold-stark/Faucet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export const Faucet = () => {
const checkChain = async () => {
try {
const providerInfo = await publicClient.getBlockWithTxHashes();
console.log(providerInfo);
} catch (error) {
console.error("⚡️ ~ file: Faucet.tsx:checkChain ~ error", error);
notification.error(
Expand Down
1 change: 0 additions & 1 deletion packages/nextjs/utils/scaffold-stark/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,6 @@ export function parseParamWithType(
}, [] as any[]);
}
} catch (err) {
//console.log(err);
return param;
}
}
Expand Down
18 changes: 8 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1704,7 +1704,6 @@ __metadata:
react-dom: ^18
react-hot-toast: ^2.4.1
starknet: 6.7.0
starknet-dev: "npm:[email protected]"
tailwindcss: ^3.3.0
type-fest: ^4.6.0
typescript: ^5
Expand All @@ -1727,7 +1726,6 @@ __metadata:
prettier: ^2.8.8
shx: ^0.3.4
starknet: 6.7.0
starknet-dev: "npm:[email protected]"
toml: ^3.0.0
ts-node: ^10.9.2
tslib: ^2.6.2
Expand Down Expand Up @@ -7209,7 +7207,14 @@ __metadata:
languageName: node
linkType: hard

"starknet-dev@npm:[email protected], starknet@npm:6.7.0":
"starknet-types@npm:^0.0.4":
version: 0.0.4
resolution: "starknet-types@npm:0.0.4"
checksum: a83d306830696ea875b8b07541db47e515a4ddb7bfce0cf5555cce12c8ce0e697b984762720c7f27761dc4114b4e5d3f81006e82fc45e52b052afe8fc86240fa
languageName: node
linkType: hard

"starknet@npm:6.7.0":
version: 6.7.0
resolution: "starknet@npm:6.7.0"
dependencies:
Expand All @@ -7228,13 +7233,6 @@ __metadata:
languageName: node
linkType: hard

"starknet-types@npm:^0.0.4":
version: 0.0.4
resolution: "starknet-types@npm:0.0.4"
checksum: a83d306830696ea875b8b07541db47e515a4ddb7bfce0cf5555cce12c8ce0e697b984762720c7f27761dc4114b4e5d3f81006e82fc45e52b052afe8fc86240fa
languageName: node
linkType: hard

"stat-mode@npm:0.3.0":
version: 0.3.0
resolution: "stat-mode@npm:0.3.0"
Expand Down

0 comments on commit a6b7480

Please sign in to comment.