Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - - - - - 1 - - - - -
- sudo apt update && sudo apt upgrade -y
- - - - - - 2 - - - - -
- wget https://github.com/t3rn/executor-release/releases/download/v0.47.0/executor-linux-v0.47.0.tar.gz
- - - - - - 3 - - - - -
- tar -xzvf executor-linux-v0.47.0.tar.gz
- - - - - - 4 - - - - -
- cd executor
- - - - - - 5 - - - - -
- export NODE_ENV=testnet
- export LOG_LEVEL=debug
- export LOG_PRETTY=false
- export EXECUTOR_PROCESS_BIDS_ENABLED=true
- export EXECUTOR_PROCESS_ORDERS_ENABLED=true
- export EXECUTOR_PROCESS_CLAIMS_ENABLED=true
- export ENABLED_NETWORKS='blast-sepolia,base-sepolia,arbitrum-sepolia,optimism-sepolia,l1rn'
- export EXECUTOR_MAX_L3_GAS_PRICE=1100
- export EXECUTOR_PROCESS_PENDING_ORDERS_FROM_API=false
- export RPC_ENDPOINTS_L1RN='https://brn.rpc.caldera.xyz/'
- export RPC_ENDPOINTS_ARBT='Arbitrum sepolia API key'
- export RPC_ENDPOINTS_OPSP='Optimism sepolia API key'
- export RPC_ENDPOINTS_BLSS='Blast sepolia API key'
- export RPC_ENDPOINTS_BSSP='Base sepolia API key'
- - - - - - 8 - - - - -
- export PRIVATE_KEY_LOCAL=PRIVATE KEY
- - - - - - 9 - - - - -
- - - - - - 10 - - - - -
- screen -S t3rn_executor
- - - - - - 11 - - - - -
- cd
- ./executor/executor/bin/executor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement