File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ impl ConfigLoader {
146
146
(
147
147
"ethereum_url" ,
148
148
EnvVar {
149
- env_key : "OE_ETHERUM_URL " ,
149
+ env_key : "OE_ETHEREUM_URL " ,
150
150
default : DEFAULT_ETHEREUM_URL ,
151
151
sensitive : false ,
152
152
optional : false ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ services:
14
14
- RUST_LOG=${RUST_LOG:-debug}
15
15
# RPC URLs moved from CLI args to environment variables (see commit 8803b7dd)
16
16
- OE_PARENTCHAIN_URL=ws://heima-node:9944
17
- - OE_ETHERUM_URL =http://ethereum-node:8545
17
+ - OE_ETHEREUM_URL =http://ethereum-node:8545
18
18
- OE_SOLANA_URL=https://api.devnet.solana.com
19
19
- OE_PUMPX_WORKER_URL=ws://omni-executor:2100
20
20
# These should be set in the .env file or overridden as needed:
You can’t perform that action at this time.
0 commit comments