Skip to content

Commit

Permalink
custom fee recipient (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
PayFv authored Oct 29, 2024
2 parents d73447c + f5b3e8a commit afc3d1c
Show file tree
Hide file tree
Showing 54 changed files with 3,279 additions and 3,802 deletions.
23 changes: 12 additions & 11 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
GETH_NETWORK=holesky
NETHERMIND_NETWORK=holesky
BESU_NETWORK=holesky
ERIGON_NETWORK=holesky
LIGHTHOUSE_NETWORK=holesky
OPERATOR_NETWORK=holesky
IMAGE_TAG=v3.2.3-testnet
REGISTRY_CONTRACT_ADDRESS=7a7b5F1943C502a0fC398D99299D08A48b50e2c9
NETWORK_CONTRACT_ADDRESS=fA30b23f44b9556d49479C5177039DDA77506609
API_SERVER=https://api-testnet-holesky.safestake.xyz/api/op/
GETH_NETWORK=mainnet
NETHERMIND_NETWORK=mainnet
BESU_NETWORK=mainnet
ERIGON_NETWORK=mainnet
LIGHTHOUSE_NETWORK=mainnet
OPERATOR_NETWORK=mainnet
IMAGE_TAG=v3.4.0-mainnet
REGISTRY_CONTRACT_ADDRESS=1a1f82f0365571A0b06df0992FC4D1BCc5Fdc6aD
NETWORK_CONTRACT_ADDRESS=829f3c089fE315FCB2BC9506B237BB56b7c3335B
CONFIG_CONTRACT_ADDRESS=1EFB8c90381695584CcB117388Bba897b71e0635
API_SERVER=https://api-node.safestake.xyz/api/op/
# different chain has different ttd
TTD=10790000
# separated by ',' for multiple relays, such as MEV_BOOST_RELAYS=xxx,xxx,xxx
MEV_BOOST_RELAYS=https://0xafa4c6985aa049fb79dd37010438cfebeb0f2bd42b115b89dd678dab0670c1de38da0c4e9138c9290a398ecd9a0b3110@boost-relay-holesky.flashbots.net
MEV_BOOST_RELAYS=https://0xa15b52576bcbf1072f4a011c0f99f9fb6c66f3e1ff321f11f461d15e31b1cb359caa092c71bbded0bae5b5ea401aab7e@aestus.live,https://0xa7ab7a996c8584251c8f925da3170bdfd6ebc75d50f5ddc4050a6fdc77f2a3b5fce2cc750d0865e05d7228af97d69561@agnostic-relay.net,https://0x8b5d2e73e2a3a55c6c87b8b6eb92e0149a125c852751db1422fa951e42a09b82c142c3ea98d0d9930b056a3bc9896b8f@bloxroute.max-profit.blxrbdn.com,https://0xb0b07cd0abef743db4260b0ed50619cf6ad4d82064cb4fbec9d3ec530f7c5e6793d9f286c4e082c0244ffb9f2658fe88@bloxroute.regulated.blxrbdn.com,https://0xb3ee7afcf27f1f1259ac1787876318c6584ee353097a50ed84f51a1f21a323b3736f271a895c7ce918c038e4265918be@relay.edennetwork.io,https://0xac6e77dfe25ecd6110b8e780608cce0dab71fdd5ebea22a16c0205200f2f8e2e3ad3b71d3499c54ad14d6c21b41a37ae@boost-relay.flashbots.net,https://0x98650451ba02064f7b000f5768cf0cf4d4e492317d82871bdc87ef841a0743f69f0f1eea11168503240ac35d101c9135@mainnet-relay.securerpc.com,https://0xa1559ace749633b997cb3fdacffb890aeebdb0f5a3b6aaa7eeeaf1a38af0a8fe88b9e4b1f61f236d2e64d95733327a62@relay.ultrasound.money
#gas limit. [default: 30,000,000]
GAS_LIMIT_INTEGER=30000000
WS_URL=<ws_url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name: UnitTest & Publish Image
on:
push:
branches:
- lighthouse-5.2
- lighthouse-5.3

jobs:
push_to_registry:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ name: Publish Docker image

on:
push:
branches:
- staging
tags:
- '**-mainnet'

jobs:
push_to_registry:
Expand All @@ -33,6 +33,9 @@ jobs:
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: parastate/dvf-operator
flavor: |
latest=false
- name: Checkout submodules
run: git submodule update --init --recursive
Expand Down
Loading

0 comments on commit afc3d1c

Please sign in to comment.