Skip to content

Commit

Permalink
Update internal/project/deploy.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Ribbink <[email protected]>
  • Loading branch information
chasefleming and jribbink authored Mar 19, 2024
1 parent de95033 commit 3b16a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/project/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func (r *deployResult) Oneliner() string {
func checkForStandardContractUsageOnMainnet(state *flowkit.State, logger output.Logger, replace bool) error {

mainnetContracts := make(map[string]standardContract)
sc := systemcontracts.SystemContractsForChain(flowGo.Emulator)
sc := systemcontracts.SystemContractsForChain(flowGo.Mainnet)

for _, coreContract := range sc.All() {
mainnetContracts[coreContract.Name] = standardContract{
Expand Down

0 comments on commit 3b16a91

Please sign in to comment.