Skip to content

Commit

Permalink
Updating repo structure
Browse files Browse the repository at this point in the history
  • Loading branch information
lealobanov committed Dec 10, 2024
1 parent 9c7922d commit e3253fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 22 deletions.
2 changes: 2 additions & 0 deletions cadence/contracts/Recipe.cdc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

import "SetAndSeries"

access(all) contract Recipe {
access(all)
struct NFTSetData {
Expand Down
2 changes: 1 addition & 1 deletion cadence/transactions/create_set.cdc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import SetAndSeries from 0x01
import "SetAndSeries"

transaction {

Expand Down
22 changes: 1 addition & 21 deletions flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,24 +71,6 @@
"testnet": "631e88ae7f1d7c20"
}
},
"TopShot": {
"source": "mainnet://0b2a3299cc857e29.TopShot",
"hash": "804d7381441bea4ed1a0c74e91e0c7c54322b353d236af911f67783263f177f9",
"aliases": {
"emulator": "f8d6e0586b0a20c7",
"mainnet": "0b2a3299cc857e29",
"testnet": "877931736ee77cff"
}
},
"TopShotLocking": {
"source": "mainnet://0b2a3299cc857e29.TopShotLocking",
"hash": "f9b527269a947bbbf5e120ae05ecdb38b8e5f9a6be704e73f5a2e36d33b687b1",
"aliases": {
"emulator": "f8d6e0586b0a20c7",
"mainnet": "0b2a3299cc857e29",
"testnet": "877931736ee77cff"
}
},
"ViewResolver": {
"source": "mainnet://1d7e57aa55817448.ViewResolver",
"hash": "374a1994046bac9f6228b4843cb32393ef40554df9bd9907a702d098a2987bde",
Expand Down Expand Up @@ -117,9 +99,7 @@
"deployments": {
"emulator": {
"emulator-account": [
"Recipe",
"TopShot",
"TopShotLocking"
"Recipe"
]
}
}
Expand Down

0 comments on commit e3253fb

Please sign in to comment.