diff --git a/flow.json b/flow.json index a168a21..599d644 100644 --- a/flow.json +++ b/flow.json @@ -3,7 +3,8 @@ "ExampleNFT": { "source": "./cadence/contracts/ExampleNFT.cdc", "aliases": { - "emulator": "f8d6e0586b0a20c7" + "emulator": "f8d6e0586b0a20c7", + "testing": "0000000000000007" } } }, @@ -59,6 +60,7 @@ "aliases": { "emulator": "f8d6e0586b0a20c7", "mainnet": "1d7e57aa55817448", + "testing": "0000000000000007", "testnet": "631e88ae7f1d7c20" } }, @@ -68,6 +70,7 @@ "aliases": { "emulator": "f8d6e0586b0a20c7", "mainnet": "1d7e57aa55817448", + "testing": "0000000000000007", "testnet": "631e88ae7f1d7c20" } }, @@ -77,6 +80,7 @@ "aliases": { "emulator": "f8d6e0586b0a20c7", "mainnet": "1d7e57aa55817448", + "testing": "0000000000000007", "testnet": "631e88ae7f1d7c20" } }