Skip to content

Commit

Permalink
add missing contract in config
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkline committed Apr 17, 2024
1 parent 3e923b5 commit 83b7571
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,14 @@
"testnet": "294e44e1ec6993c6"
}
},
"NFTCollectionFactory": {
"source": "./contracts/factories/NFTCollectionFactory.cdc",
"aliases": {
"emulator": "f8d6e0586b0a20c7",
"testing": "0000000000000007",
"testnet": "294e44e1ec6993c6"
}
},
"FungibleToken": {
"source": "./node_modules/@flowtyio/flow-contracts/contracts/FungibleToken.cdc",
"aliases": {
Expand Down

0 comments on commit 83b7571

Please sign in to comment.