Skip to content

Commit 476160b

Browse files
committed
ignore NFTStorefrontV2 and USDCFlow contracts
deployed by default during bootstrapping since onflow/flow-go#6611
1 parent 3b97ba4 commit 476160b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/emulator_backend.go

+2
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ var systemContracts = func() []common.AddressLocation {
145145
"FungibleTokenSwitchboard": chainContracts.FungibleToken.Address.HexWithPrefix(),
146146
"Burner": serviceAddress,
147147
"Crypto": serviceAddress,
148+
"NFTStorefrontV2": chainContracts.NonFungibleToken.Address.HexWithPrefix(),
149+
"USDCFlow": chainContracts.FungibleToken.Address.HexWithPrefix(),
148150
}
149151

150152
locations := make([]common.AddressLocation, 0)

test/test_framework_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -4256,6 +4256,7 @@ func TestCoverageReportForUnitTests(t *testing.T) {
42564256
"A.0000000000000001.Burner",
42574257
"A.0000000000000001.Crypto",
42584258
"A.0000000000000001.NFTStorefrontV2",
4259+
"A.0000000000000002.USDCFlow",
42594260
},
42604261
coverageReport.ExcludedLocationIDs(),
42614262
)
@@ -4483,6 +4484,7 @@ func TestCoverageReportForIntegrationTests(t *testing.T) {
44834484
"A.0000000000000001.Burner",
44844485
"A.0000000000000001.NFTStorefrontV2",
44854486
"A.0000000000000001.Crypto",
4487+
"A.0000000000000002.USDCFlow",
44864488
},
44874489
coverageReport.ExcludedLocationIDs(),
44884490
)

0 commit comments

Comments
 (0)