Merge branch 'master' into feature/bot-upgrade

This commit is contained in:
benbierens 2024-01-26 08:47:23 -05:00
commit fb73312e80
No known key found for this signature in database
GPG Key ID: FE44815D96D0A1AA
3 changed files with 5 additions and 5 deletions

View File

@ -2,8 +2,8 @@ name: Report - HoldMyBeerTest
on: on:
schedule: # schedule:
- cron: '30 1 */2 * *' # - cron: '30 1 */2 * *'
workflow_dispatch: workflow_dispatch:
jobs: jobs:

View File

@ -2,8 +2,8 @@ name: Report - PeersTest
on: on:
schedule: # schedule:
- cron: '30 1 */2 * *' # - cron: '30 1 */2 * *'
workflow_dispatch: workflow_dispatch:
jobs: jobs:

View File

@ -7,7 +7,7 @@ namespace CodexContractsPlugin
{ {
public class CodexContractsContainerRecipe : ContainerRecipeFactory public class CodexContractsContainerRecipe : ContainerRecipeFactory
{ {
public static string DockerImage { get; } = "codexstorage/codex-contracts-eth:latest-dist-tests"; public static string DockerImage { get; } = "codexstorage/codex-contracts-eth:sha-b5f3399-dist-tests";
public const string MarketplaceAddressFilename = "/hardhat/deployments/codexdisttestnetwork/Marketplace.json"; public const string MarketplaceAddressFilename = "/hardhat/deployments/codexdisttestnetwork/Marketplace.json";
public const string MarketplaceArtifactFilename = "/hardhat/artifacts/contracts/Marketplace.sol/Marketplace.json"; public const string MarketplaceArtifactFilename = "/hardhat/artifacts/contracts/Marketplace.sol/Marketplace.json";