Skip to content
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.

Commit

Permalink
deploy new contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherTrimboli committed Jun 6, 2022
1 parent d5fad99 commit fa72bc2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,19 @@ Used as the in-app currency for all transactions.

Used to store a creator's content as a non-fungible item.

### NUDE_DEX - MATIC(IERC721Receiver) Contract

Our NFT exchange contract.

## Contract Addresses

### Polygon Mumbai - testnet

`NUDE`: [0x2dE8A5ee0Ac45C281BC7438F2105F44db8A967f5](https://mumbai.polygonscan.com/address/0x2dE8A5ee0Ac45C281BC7438F2105F44db8A967f5)
`NUDE`: [0xDca8383B473304C316f35fD6666B9f5D03FC69B3](https://mumbai.polygonscan.com/address/0xDca8383B473304C316f35fD6666B9f5D03FC69B3)

`NUDE_NFT`: [0xE28B6FcD077E9Bbaf310aD24e9A9de4118A13aaC](https://mumbai.polygonscan.com/address/0xE28B6FcD077E9Bbaf310aD24e9A9de4118A13aaC)
`NUDE_NFT`: [0x46134236bF7c53E2C520B4d86cBfa267834d06Dc](https://mumbai.polygonscan.com/address/0x46134236bF7c53E2C520B4d86cBfa267834d06Dc)

`NUDE_DEX`: [0x72a05114e0e57Ec5BE8b47638B01DE1f0E476F11](https://mumbai.polygonscan.com/address/0x72a05114e0e57Ec5BE8b47638B01DE1f0E476F11)
`NUDE_DEX`: [0xFA4b4B968Db83F1c8326204E53998422118AC75F](https://mumbai.polygonscan.com/address/0xFA4b4B968Db83F1c8326204E53998422118AC75F)

## Dev Setup

Expand All @@ -43,7 +47,6 @@ Used to store a creator's content as a non-fungible item.

3.) `npx hardhat verify --network polygonMumbai <DEPLOYED_NUDE_DEX_CONTRACT> <DEPLOYED_NUDE_CONTRACT> <DEPLOYED_NUDE_NFT_CONTRACT>`


## Join our Community

![Navbar](https://user-images.githubusercontent.com/27584221/137842947-f80ab90a-cbba-4382-b729-dfb94e0e32f0.png)
Expand Down
2 changes: 1 addition & 1 deletion artifacts/contracts/Nude.sol/Nude.dbg.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "..\\..\\build-info\\1b65efc686dd154472d58d199fc31aae.json"
"buildInfo": "..\\..\\build-info\\04795dd1fa1729b90fc7f16ac60e4307.json"
}
Loading

0 comments on commit fa72bc2

Please sign in to comment.