Skip to content

Commit

Permalink
upd go files and UI addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
JackBekket committed Dec 22, 2022
1 parent b614caa commit 966b9ef
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 14 deletions.
2 changes: 1 addition & 1 deletion dapp/src/pages/createcollection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const Home: NextPage = () => {
<Box mb={0} p={4} w='100%' borderWidth="1px" borderRadius="lg">
<Heading my={4} fontSize='xl'>Create New Collection</Heading>
<CreateCollectionTG
addressContract='0xd2026ff372E52d1961276313dC4e3d202995c3Ef'
addressContract='0xd8bD8B58Ad057a2D7dC835cDE41397151490dA79'
currentAccount={currentAccount}
/>
</Box>
Expand Down
2 changes: 1 addition & 1 deletion dapp/src/pages/createnft.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const Home: NextPage = () => {
<Box mb={0} p={4} w='100%' borderWidth="1px" borderRadius="lg">
<Heading my={4} fontSize='xl'>Add Item to Singelton collection</Heading>
<CreateItemSingletonTG
addressContract='0x36Ed9bc9473F1316ec15BCca45f49f4481A63c5e'
addressContract='0xEbE648689E98abA446e38621E5a3491db03a7621'
currentAccount={currentAccount}
/>
</Box>
Expand Down
4 changes: 2 additions & 2 deletions dapp/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,14 @@ const Home: NextPage = () => {
<Box mb={0} p={4} w='100%' borderWidth="1px" borderRadius="lg">
<Heading my={4} fontSize='xl'>Add Item to Singelton collection</Heading>
<CreateItemSingletonTG
addressContract='0x36Ed9bc9473F1316ec15BCca45f49f4481A63c5e'
addressContract='0xEbE648689E98abA446e38621E5a3491db03a7621'
currentAccount={currentAccount}
/>
</Box>
<Box mb={0} p={4} w='100%' borderWidth="1px" borderRadius="lg">
<Heading my={4} fontSize='xl'>Create New Collection</Heading>
<CreateCollectionTG
addressContract='0xd2026ff372E52d1961276313dC4e3d202995c3Ef'
addressContract='0xd8bD8B58Ad057a2D7dC835cDE41397151490dA79'
currentAccount={currentAccount}
/>
</Box>
Expand Down
2 changes: 1 addition & 1 deletion dapp/src/pages/looknft.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const Home: NextPage = () => {
<Box mb={0} p={4} w='100%' borderWidth="1px" borderRadius="lg">
<Heading my={4} fontSize='xl'>Add Item to Singelton collection</Heading>
<ReadNFT_Telegram
addressContract='0x36Ed9bc9473F1316ec15BCca45f49f4481A63c5e'
addressContract='0xEbE648689E98abA446e38621E5a3491db03a7621'
currentAccount={currentAccount}
/>
</Box>
Expand Down
28 changes: 19 additions & 9 deletions go/SingletonNFT/SingletonNFT.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 966b9ef

@vercel
Copy link

@vercel vercel bot commented on 966b9ef Dec 22, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.