Skip to content

Commit

Permalink
jwt.txt -> jwt.hex
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Nov 25, 2024
1 parent 1ac37aa commit 60bf519
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
26 changes: 13 additions & 13 deletions e2e/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ services:
volumes:
- "./e2e/keystore:/tmp/keystore:ro"
- "./e2e/passwords.txt:/tmp/passwords.txt:ro"
- "./e2e/jwt.txt:/tmp/jwt.txt:ro"
- "./e2e/jwt.hex:/tmp/jwt.hex:ro"
- { type: "tmpfs", target: "/tmp" }
networks:
e2e:
Expand All @@ -221,7 +221,7 @@ services:
volumes:
- "./e2e/keystore:/tmp/keystore:ro"
- "./e2e/passwords.txt:/tmp/passwords.txt:ro"
- "./jwt.txt:/tmp/jwt.txt:ro"
- "./jwt.hex:/tmp/jwt.hex:ro"
- "./entrypointl2.sh:/tmp/entrypointl2.sh"
- "./genesisl2.sh:/tmp/genesisl2.sh"
- "./output:/tmp/output"
Expand Down Expand Up @@ -253,7 +253,7 @@ services:
volumes:
- "./e2e/keystore:/tmp/keystore:ro"
- "./e2e/passwords.txt:/tmp/passwords.txt:ro"
- "./jwt.txt:/tmp/jwt.txt:ro"
- "./jwt.hex:/tmp/jwt.hex:ro"
- "./entrypointl2.sh:/tmp/entrypointl2.sh"
- "./genesisl2.sh:/tmp/genesisl2.sh"
- "./output:/tmp/output"
Expand Down Expand Up @@ -286,7 +286,7 @@ services:
volumes:
- "./e2e/keystore:/tmp/keystore:ro"
- "./e2e/passwords.txt:/tmp/passwords.txt:ro"
- "./jwt.txt:/tmp/jwt.txt:ro"
- "./jwt.hex:/tmp/jwt.hex:ro"
- "./entrypointl2.sh:/tmp/entrypointl2.sh"
- "./genesisl2.sh:/tmp/genesisl2.sh"
- "./output:/tmp/output"
Expand Down Expand Up @@ -315,7 +315,7 @@ services:
command:
- "op-node/bin/op-node"
- "--l2=ws://op-geth-l2:8551"
- "--l2.jwt-secret=/tmp/jwt.txt"
- "--l2.jwt-secret=/tmp/jwt.hex"
- "--sequencer.enabled=true"
- "--sequencer.l1-confs=0"
- "--sequencer.stopped=true"
Expand Down Expand Up @@ -345,7 +345,7 @@ services:
- "--l1.beacon.ignore=true"
volumes:
- "l2configs:/l2configs"
- "./jwt.txt:/tmp/jwt.txt"
- "./jwt.hex:/tmp/jwt.hex"
- "./op-node-priv-key.txt:/tmp/op-node-priv-key.txt"
networks:
e2e:
Expand All @@ -369,7 +369,7 @@ services:
command:
- "op-node/bin/op-node"
- "--l2=ws://op-geth-l2-2:8551"
- "--l2.jwt-secret=/tmp/jwt.txt"
- "--l2.jwt-secret=/tmp/jwt.hex"
- "--sequencer.enabled=true"
- "--sequencer.l1-confs=0"
- "--sequencer.stopped=true"
Expand Down Expand Up @@ -397,7 +397,7 @@ services:
- "--l1.beacon.ignore=true"
volumes:
- "l2configs:/l2configs"
- "./jwt.txt:/tmp/jwt.txt"
- "./jwt.hex:/tmp/jwt.hex"
- "./op-node-priv-key-2.txt:/tmp/op-node-priv-key.txt"
networks:
e2e:
Expand All @@ -420,7 +420,7 @@ services:
command:
- "op-node/bin/op-node"
- "--l2=ws://op-geth-l2-3:8551"
- "--l2.jwt-secret=/tmp/jwt.txt"
- "--l2.jwt-secret=/tmp/jwt.hex"
- "--sequencer.enabled=true"
- "--sequencer.l1-confs=0"
- "--sequencer.stopped=true"
Expand Down Expand Up @@ -448,7 +448,7 @@ services:
- "--l1.beacon.ignore=true"
volumes:
- "l2configs:/l2configs"
- "./jwt.txt:/tmp/jwt.txt"
- "./jwt.hex:/tmp/jwt.hex"
- "./op-node-priv-key-3.txt:/tmp/op-node-priv-key.txt"
networks:
e2e:
Expand Down Expand Up @@ -649,7 +649,7 @@ services:
- "--rpc.port=8547"
volumes:
- "l2configs:/l2configs"
- "./jwt.txt:/tmp/jwt.txt"
- "./jwt.hex:/tmp/jwt.hex"
restart: always
networks:
e2e:
Expand Down Expand Up @@ -683,7 +683,7 @@ services:
- "--rpc.port=8547"
volumes:
- "l2configs:/l2configs"
- "./jwt.txt:/tmp/jwt.txt"
- "./jwt.hex:/tmp/jwt.hex"
restart: always
networks:
e2e:
Expand Down Expand Up @@ -717,7 +717,7 @@ services:
- "--rpc.port=8547"
volumes:
- "l2configs:/l2configs"
- "./jwt.txt:/tmp/jwt.txt"
- "./jwt.hex:/tmp/jwt.hex"
restart: always
networks:
e2e:
Expand Down
2 changes: 1 addition & 1 deletion e2e/entrypointl2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fi
--authrpc.vhosts="*" \
--authrpc.addr=0.0.0.0 \
--authrpc.port=8551 \
--authrpc.jwtsecret=/tmp/jwt.txt \
--authrpc.jwtsecret=/tmp/jwt.hex \
--verbosity=5 \
--gpo.maxprice=1 \
--tbc.network=localnet \
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions localnode/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ services:
- geth_data:/tmp/geth
# change this token value if you expose this service's ports for
# connection from other machines
- ./jwt.txt:/tmp/jwt/jwt.hex
- ./jwt.hex:/tmp/jwt/jwt.hex
ports:
- '8545:8545'
networks:
Expand Down Expand Up @@ -166,7 +166,7 @@ services:
- ./testnet-genesis.json:/tmp/testnet-genesis.json
# change this token value if you expose this service's ports for
# connection from other machines
- ./jwt.txt:/tmp/jwt/jwt.hex:ro
- ./jwt.hex:/tmp/jwt/jwt.hex:ro
- ./entrypointl2.sh:/tmp/entrypointl2.sh
- op-geth_data:/tmp/datadir
- ./rollup.json:/tmp/rollup.json
Expand Down Expand Up @@ -222,7 +222,7 @@ services:
volumes:
# change this token value if you expose this service's ports for
# connection from other machines
- ./jwt.txt:/tmp/jwt/jwt.txt
- ./jwt.hex:/tmp/jwt/jwt.hex
- ./op-node-priv-key.txt:/tmp/op-node-priv-key.txt
- ./rollup.json:/tmp/rollup.json
environment:
Expand Down Expand Up @@ -263,7 +263,7 @@ services:
- prysm_data:/data
# change this token value if you expose this service's ports for
# connection from other machines
- ./jwt.txt:/tmp/jwt/jwt.hex:ro
- ./jwt.hex:/tmp/jwt/jwt.hex:ro
ports:
- '4000:4000'
networks:
Expand Down

0 comments on commit 60bf519

Please sign in to comment.