Skip to content

Commit

Permalink
chore: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabarbakadze committed Jan 29, 2025
2 parents 453bf25 + f6a1e0d commit 96596f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker-compose.rollkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
--chain /testapp_files/eth-genesis.json
--http
--http.addr 0.0.0.0
--http.api eth,net
--http.api eth,net,debug
--authrpc.addr 0.0.0.0
--authrpc.jwtsecret /testapp_files/jwt.hex
--datadir /.tmp/eth-home
Expand Down Expand Up @@ -115,6 +115,7 @@ services:
# for Celestia (with IBC Eurekea enabled).
- TENDERMINT_RPC_URL=http://simapp-validator:26657
- RPC_URL=http://reth:8545
- PROTO_DESCRIPTOR_PATH=proto_descriptor.bin
ports:
- "50051:50051"
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion solidity-ibc-eureka

0 comments on commit 96596f7

Please sign in to comment.