File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,8 @@ var systemContracts = func() []common.AddressLocation {
145
145
"FungibleTokenSwitchboard" : chainContracts .FungibleToken .Address .HexWithPrefix (),
146
146
"Burner" : serviceAddress ,
147
147
"Crypto" : serviceAddress ,
148
+ "NFTStorefrontV2" : chainContracts .NonFungibleToken .Address .HexWithPrefix (),
149
+ "USDCFlow" : chainContracts .FungibleToken .Address .HexWithPrefix (),
148
150
}
149
151
150
152
locations := make ([]common.AddressLocation , 0 )
Original file line number Diff line number Diff line change @@ -4256,6 +4256,7 @@ func TestCoverageReportForUnitTests(t *testing.T) {
4256
4256
"A.0000000000000001.Burner" ,
4257
4257
"A.0000000000000001.Crypto" ,
4258
4258
"A.0000000000000001.NFTStorefrontV2" ,
4259
+ "A.0000000000000002.USDCFlow" ,
4259
4260
},
4260
4261
coverageReport .ExcludedLocationIDs (),
4261
4262
)
@@ -4483,6 +4484,7 @@ func TestCoverageReportForIntegrationTests(t *testing.T) {
4483
4484
"A.0000000000000001.Burner" ,
4484
4485
"A.0000000000000001.NFTStorefrontV2" ,
4485
4486
"A.0000000000000001.Crypto" ,
4487
+ "A.0000000000000002.USDCFlow" ,
4486
4488
},
4487
4489
coverageReport .ExcludedLocationIDs (),
4488
4490
)
You can’t perform that action at this time.
0 commit comments