2
0
mirror of synced 2025-02-16 18:37:01 +00:00

bump codex contracts image to latest with fixes for node/hardhat version

This commit is contained in:
Eric 2023-08-16 13:59:13 +10:00
parent abcb4725cd
commit c833a29de5
No known key found for this signature in database

View File

@ -4,7 +4,7 @@ namespace DistTestCore.Marketplace
{
public class CodexContractsContainerRecipe : ContainerRecipeFactory
{
public const string DockerImage = "codexstorage/dist-tests-codex-contracts-eth:sha-b4e4897";
public const string DockerImage = "codexstorage/dist-tests-codex-contracts-eth:sha-ac38d7f";
public const string MarketplaceAddressFilename = "/hardhat/deployments/codexdisttestnetwork/Marketplace.json";
public const string MarketplaceArtifactFilename = "/hardhat/artifacts/contracts/Marketplace.sol/Marketplace.json";