Skip to content

Commit

Permalink
Add previewnet to readme and add storefrontv1 to previewnet.
Browse files Browse the repository at this point in the history
  • Loading branch information
aishairzay committed Apr 10, 2024
1 parent 731b0e4 commit c0ed2d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Detailed docs: [docs/documentation.md](docs/documentation.md)

## Contract Addresses

|Name|Testnet|Mainnet|
|----|-------|-------|
|[NFTStorefront](contracts/NFTStorefront.cdc)|[0x94b06cfca1d8a476](https://flow-view-source.com/testnet/account/0x94b06cfca1d8a476/contract/NFTStorefront)|[0x4eb8a10cb9f87357](https://flowscan.org/contract/A.4eb8a10cb9f87357.NFTStorefront)|
|[NFTStorefrontV2 (recommended)](contracts/NFTStorefrontV2.cdc)|[0x2d55b98eb200daef](https://flow-view-source.com/testnet/account/0x2d55b98eb200daef/contract/NFTStorefrontV2)|[0x4eb8a10cb9f87357](https://flowscan.org/contract/A.4eb8a10cb9f87357.NFTStorefrontV2)|
|Name|Testnet|Previewnet|Mainnet|
|----|-------|------|-------|
|[NFTStorefront](contracts/NFTStorefront.cdc)|[0x94b06cfca1d8a476](https://flow-view-source.com/testnet/account/0x94b06cfca1d8a476/contract/NFTStorefront)|[0x6df5e52755433994](contracts/NFTStorefront.cdc)|[0x4eb8a10cb9f87357](https://flowscan.org/contract/A.4eb8a10cb9f87357.NFTStorefront)|
|[NFTStorefrontV2 (recommended)](contracts/NFTStorefrontV2.cdc)|[0x2d55b98eb200daef](https://flow-view-source.com/testnet/account/0x2d55b98eb200daef/contract/NFTStorefrontV2)|[0x6df5e52755433994](contracts/NFTStorefrontV2.cdc)|[0x4eb8a10cb9f87357](https://flowscan.org/contract/A.4eb8a10cb9f87357.NFTStorefrontV2)|

## Usage

Expand Down
2 changes: 2 additions & 0 deletions flow.previewnet.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"contracts": {
"NFTStorefront": "./contracts/NFTStorefront.cdc",
"NFTStorefrontV2": "./contracts/NFTStorefrontV2.cdc",
"FungibleToken": {
"source": "./contracts/utility/FungibleToken.cdc",
Expand All @@ -26,6 +27,7 @@
"deployments": {
"previewnet": {
"previewnet-account": [
"NFTStorefront",
"NFTStorefrontV2"
]
}
Expand Down

0 comments on commit c0ed2d0

Please sign in to comment.