Skip to content

Commit

Permalink
upd deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
JackBekket committed Dec 5, 2022
1 parent cee5341 commit 0827a33
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 12 deletions.
4 changes: 2 additions & 2 deletions addresses.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Singleton Collection deployed to: 0x2fA1Fea6C85A9ed066039334CAAE98F06A531CE9
Factory NFT deployed to: 0xaB822DB04Ab32f4fAe8DaA54D5d5CE035065375b
Singleton Collection deployed to: 0xEf087AaF882c22350ABc6A287563cE037AC46b06
Factory NFT deployed to: 0x3d908DF3057fC6CE7c60e9Daf34B7e80F1B53479
1 change: 1 addition & 0 deletions artifacts/build-info/363ec643c0e21e60531e31b2a0665edc.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion artifacts/contracts/FactoryNFT.sol/FactoryNFT.dbg.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../build-info/36c3c736a37dedfaa83da543533dcec5.json"
"buildInfo": "../../build-info/363ec643c0e21e60531e31b2a0665edc.json"
}
4 changes: 2 additions & 2 deletions artifacts/contracts/FactoryNFT.sol/FactoryNFT.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion artifacts/contracts/SingletonNFT.sol/SingletonNFT.dbg.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../build-info/36c3c736a37dedfaa83da543533dcec5.json"
"buildInfo": "../../build-info/363ec643c0e21e60531e31b2a0665edc.json"
}
4 changes: 2 additions & 2 deletions artifacts/contracts/SingletonNFT.sol/SingletonNFT.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions contracts/FactoryNFT.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pragma solidity ^0.8.0;


// in-direct imports

import "./SampleNFT.sol";
import "./SingletonNFT.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
Expand Down
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='0xaB822DB04Ab32f4fAe8DaA54D5d5CE035065375b'
addressContract='0x3d908DF3057fC6CE7c60e9Daf34B7e80F1B53479'
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='0x2fA1Fea6C85A9ed066039334CAAE98F06A531CE9'
addressContract='0xEf087AaF882c22350ABc6A287563cE037AC46b06'
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='0x2fA1Fea6C85A9ed066039334CAAE98F06A531CE9'
addressContract='0xEf087AaF882c22350ABc6A287563cE037AC46b06'
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='0xaB822DB04Ab32f4fAe8DaA54D5d5CE035065375b'
addressContract='0x3d908DF3057fC6CE7c60e9Daf34B7e80F1B53479'
currentAccount={currentAccount}
/>
</Box>
Expand Down

1 comment on commit 0827a33

@vercel
Copy link

@vercel vercel bot commented on 0827a33 Dec 5, 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.