Skip to content

Commit

Permalink
Add: Manage for example
Browse files Browse the repository at this point in the history
  • Loading branch information
mypeaceduck committed Jun 27, 2024
1 parent 809dbef commit 9c6220c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toqen/components",
"private": true,
"version": "0.0.34",
"version": "0.0.35",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function App() {

useEffect(() => {
switchChain({ chainId: chain ?? 0 });
}, [chain, switchChain]);
}, [chain]);

const [erc20, setErc20] = useState<`0x${string}` | undefined>();
const [erc721, setErc721] = useState<`0x${string}` | undefined>();
Expand Down Expand Up @@ -125,7 +125,7 @@ function App() {
</div>
<div className="flex flex-col justify-center items-center h-full w-full m-0 p-8 text-white dark:text-white pl-20">
<div className="bg-slate-600/35 rounded-3xl text-white p-4">
{`import {Connect, Create, Mint, Approve} from "@toqen/react"`}
{`import {Connect, Create, Mint, Approve, Manage} from "@toqen/react"`}
</div>
<small className=" opacity-15">
The component retrieves all chain settings from the parent wagmi
Expand Down
2 changes: 1 addition & 1 deletion src/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toqen/react",
"private": false,
"version": "0.0.34",
"version": "0.0.35",
"description": "Create/Mint/Approve/Manage ERC20/ERC721 Tokens",
"keywords": [
"toqen",
Expand Down

0 comments on commit 9c6220c

Please sign in to comment.