2
0
mirror of synced 2025-02-19 19:48:17 +00:00

bump codex contracts eth image to latest

This commit is contained in:
Eric 2023-08-18 15:39:04 +10:00
parent 2155634414
commit 82ce11e848
No known key found for this signature in database

View File

@ -4,12 +4,11 @@ namespace DistTestCore.Marketplace
{
public class CodexContractsContainerRecipe : ContainerRecipeFactory
{
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";
public override string AppName => "codex-contracts";
public override string Image => "codexstorage/dist-tests-codex-contracts-eth:sha-d6fbfdc";
public override string Image => "codexstorage/codex-contracts-eth:latest-dist-tests";
protected override void Initialize(StartupConfig startupConfig)
{