tajelp
tajelp
Hello, all these steps ran successfully: > # Checkout wallet-core-python > git clone https://github.com/phuang/wallet-core-python.git > cd wallet-core-python > > # Checkout wallet-core submosule > git submodule init > git submodule...
Here's my `.env.mainnet`: ``` RETH_CHAIN=base RETH_SEQUENCER_HTTP=https://mainnet-sequencer.base.org OP_GETH_SEQUENCER_HTTP=https://mainnet-sequencer.base.org OP_SEQUENCER_HTTP=https://mainnet-sequencer.base.org # [optional] used to enable geth stats: # OP_GETH_ETH_STATS=nodename:secret@host:port # OP_NETHERMIND_ETHSTATS_ENABLED=true # OP_NETHERMIND_ETHSTATS_NODE_NAME=NethermindNode # OP_NETHERMIND_ETHSTATS_ENDPOINT=ethstats_endpoint # [required] replace with your preferred L1...