From bcf6564cec262f64963cd5f070cad4df76ec54ed Mon Sep 17 00:00:00 2001 From: zramsay Date: Mon, 11 Sep 2023 14:04:57 -0400 Subject: [PATCH] huh --- app/data/container-build/cerc-watcher-erc20/build.sh | 2 +- app/data/stacks/erc20/stack.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/data/container-build/cerc-watcher-erc20/build.sh b/app/data/container-build/cerc-watcher-erc20/build.sh index 67ac0d24..6817968b 100755 --- a/app/data/container-build/cerc-watcher-erc20/build.sh +++ b/app/data/container-build/cerc-watcher-erc20/build.sh @@ -6,4 +6,4 @@ source ${CERC_CONTAINER_BASE_DIR}/build-base.sh # See: https://stackoverflow.com/a/246128/1701505 SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) -docker build -t cerc/watcher-erc20:local -f ${SCRIPT_DIR}/Dockerfile ${build_command_args} ${CERC_REPO_BASE_DIR}/watcher-ts +docker build -t cerc/watcher-erc20:local -f ${SCRIPT_DIR}/Dockerfile ${build_command_args} ${CERC_REPO_BASE_DIR}/erc20-watcher-ts diff --git a/app/data/stacks/erc20/stack.yml b/app/data/stacks/erc20/stack.yml index ef32f9c2..3e63179d 100644 --- a/app/data/stacks/erc20/stack.yml +++ b/app/data/stacks/erc20/stack.yml @@ -4,7 +4,7 @@ repos: - github.com/cerc-io/go-ethereum - github.com/cerc-io/ipld-eth-db - github.com/cerc-io/ipld-eth-server - - github.com/cerc-io/watcher-ts + - github.com/cerc-io/erc20-watcher-ts - github.com/dboreham/foundry containers: - cerc/foundry