nabarun
fadebe363a
Part of [laconicd testnet validator enrollment](https://www.notion.so/laconicd-testnet-validator-enrollment-6fc1d3cafcc64fef8c5ed3affa27c675) - Allow requests from any origin - Replace `laconic2` with `laconic` - Update `nitro-rpc-client` usage in genesis generation script Co-authored-by: IshaVenikar <ishavenikar7@gmail.com> Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com> Reviewed-on: cerc-io/fixturenet-laconicd-stack#5
6 lines
180 B
Bash
Executable File
6 lines
180 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Build cerc/laconicd
|
|
source ${CERC_CONTAINER_BASE_DIR}/build-base.sh
|
|
docker build -t cerc/laconicd:local ${build_command_args} ${CERC_REPO_BASE_DIR}/laconicd
|