Skip to content

Commit

Permalink
Merge pull request #105 from kaleido-io/tokens
Browse files Browse the repository at this point in the history
Use new name for ERC1155 contract
  • Loading branch information
nguyer committed Oct 15, 2021
2 parents 258c705 + a8cebd4 commit 88b6582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tokens/erc1155/contracts.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func DeployContracts(s *types.Stack, log log.Logger, verbose bool) error {
return err
}

tokenContract, err := ethereum.ReadCompiledContract(filepath.Join(constants.StacksDir, s.Name, "contracts", "ERC1155MixedFungibleMintable.json"))
tokenContract, err := ethereum.ReadCompiledContract(filepath.Join(constants.StacksDir, s.Name, "contracts", "ERC1155MixedFungible.json"))
if err != nil {
return err
}
Expand Down

0 comments on commit 88b6582

Please sign in to comment.