Skip to content

Commit

Permalink
Merge pull request #183 from covalenthq/develop
Browse files Browse the repository at this point in the history
Bring `develop` to parity with `main` migration
  • Loading branch information
noslav committed Jan 25, 2024
2 parents 5f4a8c5 + ef380f7 commit ba2cd9a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .credo.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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]},
Expand Down
4 changes: 2 additions & 2 deletions .env_example
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ WEB3_JWT=<WEB3-JWT>
# used to submit block result proofs
BLOCK_RESULT_OPERATOR_PRIVATE_KEY=<PRIVATE-KEY-OF-BLOCK-RESULT-OPERATOR>

# 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
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ erl_crash.dump
*.ez

# Ignore package tarball (built via "mix hex.build").
brp-refiner-*.tar
refiner-*.tar

# Temporary files, for example, from tests.
/tmp/

# Generated beam files
*.beam

# secrets for brp-refiner app
# secrets for refiner app
/config/*.secret.exs

#ElixirLS vscode extension
Expand Down

0 comments on commit ba2cd9a

Please sign in to comment.