Skip to content

Commit

Permalink
Update coreum.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mgl2150 committed Jul 19, 2023
1 parent 3014a66 commit c3a7234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/statesync/coreum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ export CORED_STATESYNC_RPC_SERVERS="https://full-node-californium.mainnet-1.core
export CORED_STATESYNC_TRUST_HEIGHT=$BLOCK_HEIGHT
export CORED_STATESYNC_TRUST_HASH=$TRUST_HASH

cored start --x-crisis-skip-assert-invariants --p2p.laddr tcp://0.0.0.0:2420 --rpc.laddr tcp://127.0.0.1:2421 --grpc.address 127.0.0.1:2422 --grpc-web.address 127.0.0.1:2423 --p2p.persistent_peers [email protected]:26656,[email protected]:26656,[email protected]:26656
cored start --x-crisis-skip-assert-invariants --p2p.laddr tcp://0.0.0.0:2680 --rpc.laddr tcp://127.0.0.1:2681 --grpc.address 127.0.0.1:2682 --grpc-web.address 127.0.0.1:2683 --p2p.persistent_peers [email protected]:26656,[email protected]:26656,[email protected]:26656

0 comments on commit c3a7234

Please sign in to comment.