Skip to content

Commit

Permalink
Keep the testing address alias only for contracts being tested
Browse files Browse the repository at this point in the history
  • Loading branch information
m-Peter authored and joshuahannan committed Nov 2, 2023
1 parent 066febd commit a8f7904
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 23 deletions.
30 changes: 15 additions & 15 deletions coverage.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,28 +234,28 @@
}
},
"excluded_locations": [
"A.0000000000000001.NonFungibleToken",
"A.0000000000000002.FungibleToken",
"A.0000000000000002.FungibleTokenMetadataViews",
"A.0000000000000001.FlowStorageFees",
"A.0000000000000001.FlowDKG",
"A.0000000000000001.FlowEpoch",
"A.0000000000000001.FlowStakingCollection",
"A.0000000000000003.FlowToken",
"I.Crypto",
"A.0000000000000001.FlowClusterQC",
"A.0000000000000001.FlowIDTableStaking",
"A.0000000000000001.ExampleNFT",
"A.0000000000000001.NFTStorefront",
"A.0000000000000004.FlowFees",
"A.0000000000000001.LockedTokens",
"A.0000000000000001.ViewResolver",
"A.0000000000000002.FungibleToken",
"I.Test",
"A.0000000000000001.MetadataViews",
"I.Crypto",
"A.0000000000000001.NodeVersionBeacon",
"A.0000000000000001.FlowServiceAccount",
"A.0000000000000001.FlowDKG",
"A.0000000000000001.LockedTokens",
"A.0000000000000001.FlowStakingCollection",
"A.0000000000000001.ExampleNFT",
"I.Test",
"A.0000000000000001.StakingProxy",
"A.0000000000000004.FlowFees",
"A.0000000000000001.FlowStorageFees",
"A.0000000000000001.FlowEpoch",
"A.0000000000000001.NFTStorefrontV2",
"s.7465737400000000000000000000000000000000000000000000000000000000"
"s.7465737400000000000000000000000000000000000000000000000000000000",
"A.0000000000000003.FlowToken",
"A.0000000000000001.ViewResolver",
"A.0000000000000001.MetadataViews",
"A.0000000000000001.NonFungibleToken"
]
}
9 changes: 1 addition & 8 deletions flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"source": "./contracts/FungibleToken.cdc",
"aliases": {
"emulator": "0xee82856bf20e2aa6",
"testing": "0x0000000000000002",
"testnet": "0x9a0766d93b6608b7",
"mainnet": "0xf233dcee88fe0abe"
}
Expand Down Expand Up @@ -37,8 +36,7 @@
"PrivateReceiverForwarder": {
"source": "./contracts/utility/PrivateReceiverForwarder.cdc",
"aliases": {
"emulator": "0xf8d6e0586b0a20c7",
"testing": "0x0000000000000002"
"emulator": "0xf8d6e0586b0a20c7"
}
},
"TokenForwarding": {
Expand All @@ -52,7 +50,6 @@
"source": "./contracts/utility/NonFungibleToken.cdc",
"aliases": {
"emulator": "0xf8d6e0586b0a20c7",
"testing": "0x0000000000000001",
"mainnet": "0x1d7e57aa55817448",
"testnet": "0x631e88ae7f1d7c20"
}
Expand All @@ -61,7 +58,6 @@
"source": "./contracts/utility/MetadataViews.cdc",
"aliases": {
"emulator": "0xf8d6e0586b0a20c7",
"testing": "0x0000000000000001",
"mainnet": "0x1d7e57aa55817448",
"testnet": "0x631e88ae7f1d7c20"
}
Expand All @@ -70,23 +66,20 @@
"source": "./contracts/utility/FlowToken.cdc",
"aliases": {
"emulator": "0x0ae53cb6e3f42a79",
"testing": "0x0000000000000003",
"testnet": "0x7e60df042a9c0868",
"mainnet": "0x1654653399040a61"
}
},
"FiatToken": {
"source": "./contracts/utility/USDC/FiatToken.cdc",
"aliases": {
"testing": "0x0000000000000002",
"testnet": "0xa983fecbed621163",
"mainnet": "0x1654653399040a61"
}
},
"LostAndFound": {
"source": "./contracts/utility/L&F/LostAndFound.cdc",
"aliases": {
"testing": "0x0000000000000002",
"testnet": "0xbe4635353f55bbd4",
"mainnet": "0x473d6a2c37eab5be"
}
Expand Down

0 comments on commit a8f7904

Please sign in to comment.