From ef380f73ac3e0c5b41c2fb143de8aa57a52480d3 Mon Sep 17 00:00:00 2001 From: Pranay Valson Date: Wed, 17 Jan 2024 13:54:04 -0800 Subject: [PATCH] replace mentions of brp Signed-off-by: Pranay Valson --- .credo.exs | 2 +- .env_example | 4 ++-- .gitignore | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.credo.exs b/.credo.exs index 735fbc48..572f68cc 100644 --- a/.credo.exs +++ b/.credo.exs @@ -159,7 +159,7 @@ # # Controversial and experimental checks (opt-in, just move the check to `:enabled` # and be sure to use `mix credo --strict` to see low priority checks) - # Disabled for brp-refiner repo + # Disabled for refiner repo {Credo.Check.Readability.FunctionNames, []}, {Credo.Check.Refactor.LongQuoteBlocks, []}, {Credo.Check.Design.TagTODO, [exit_status: 2]}, diff --git a/.env_example b/.env_example index 91fe7b44..3f26011b 100644 --- a/.env_example +++ b/.env_example @@ -3,12 +3,12 @@ WEB3_JWT= # used to submit block result proofs BLOCK_RESULT_OPERATOR_PRIVATE_KEY= -# if running brp-refiner and all supporting services using docker compose +# if running refiner and all supporting services using docker compose NODE_ETHEREUM_MAINNET=http://hardhat-node:8545/ IPFS_PINNER_URL=http://ipfs-pinner:3001 EVM_SERVER_URL=http://evm-server:3002 -# if running brp-refiner locally and all other services using docker compose +# if running refiner locally and all other services using docker compose NODE_ETHEREUM_MAINNET=http://127.0.0.1:8545/ IPFS_PINNER_URL=http://127.0.0.1:3001 EVM_SERVER_URL=http://127.0.0.1:3002 \ No newline at end of file diff --git a/.gitignore b/.gitignore index 233f243a..572d9f75 100644 --- a/.gitignore +++ b/.gitignore @@ -20,7 +20,7 @@ erl_crash.dump *.ez # Ignore package tarball (built via "mix hex.build"). -brp-refiner-*.tar +refiner-*.tar # Temporary files, for example, from tests. /tmp/ @@ -28,7 +28,7 @@ brp-refiner-*.tar # Generated beam files *.beam -# secrets for brp-refiner app +# secrets for refiner app /config/*.secret.exs #ElixirLS vscode extension