You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Flow CLI introduced proper import placeholder standards for contracts a long time ago, but the Top Shot repo is still using the old 0xIMPORTADDRESS placeholder syntax, which is unhelpful for community developers who want to work with the contracts using their typical flow.json setup
Issue To Be Solved
The Flow CLI introduced proper import placeholder standards for contracts a long time ago, but the Top Shot repo is still using the old 0xIMPORTADDRESS placeholder syntax, which is unhelpful for community developers who want to work with the contracts using their typical flow.json setup
Suggest A Solution
"NonFungibleToken"
instead of0xNFTADDRESS
contracts
andtemplates
packages to look for these placeholders instead of the old ones.Example in NFT repo: https://github.com/onflow/flow-nft/blob/master/contracts/ExampleNFT.cdc#L12
example in
contracts
package: https://github.com/onflow/flow-nft/blob/master/lib/go/contracts/contracts.go#L16The text was updated successfully, but these errors were encountered: