Skip to content

Commit

Permalink
fix: withdrawal addresses for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
markuslevonyak committed Oct 18, 2024
1 parent 30edcec commit 7662dfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions service-node-config.docker.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PROTOCOL=0.1.0
AVALANCHE_ACTIVE=false

# BNB
#BNB_CHAIN_WITHDRAWAL_ADDRESS=' '
BNB_CHAIN_WITHDRAWAL_ADDRESS='0x47816331dc80AB1DdE3C221951cBa8Bf3d532e15'
BNB_CHAIN_PRIVATE_KEY_PASSWORD=''
BNB_CHAIN_PROVIDER=http://bnb:8545
BNB_CHAIN_CHAIN_ID=31338
Expand All @@ -24,7 +24,7 @@ CELO_ACTIVE=false
CRONOS_ACTIVE=false

# Ethereum
#ETHEREUM_WITHDRAWAL_ADDRESS=' '
ETHEREUM_WITHDRAWAL_ADDRESS='0x47816331dc80AB1DdE3C221951cBa8Bf3d532e15'
ETHEREUM_PRIVATE_KEY_PASSWORD=''
ETHEREUM_PROVIDER=http://eth:8545
ETHEREUM_CHAIN_ID=31337
Expand Down
4 changes: 2 additions & 2 deletions service-node-config.local.env
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SIGNER_PEM_PASSWORD=1234
AVALANCHE_ACTIVE=false

# BNB
#BNB_CHAIN_WITHDRAWAL_ADDRESS=' '
BNB_CHAIN_WITHDRAWAL_ADDRESS='0x2310efFa6A998769585DdE983a54Ef1c09807Cd3'
# **This path is used in CI**
BNB_CHAIN_PRIVATE_KEY=/etc/pantos/keystore.bnb
BNB_CHAIN_PRIVATE_KEY_PASSWORD=''
Expand All @@ -41,7 +41,7 @@ CELO_ACTIVE=false
CRONOS_ACTIVE=false

# Ethereum
#ETHEREUM_WITHDRAWAL_ADDRESS=' '
ETHEREUM_WITHDRAWAL_ADDRESS='0x2310efFa6A998769585DdE983a54Ef1c09807Cd3'
# **This path is used in CI**
ETHEREUM_PRIVATE_KEY=/etc/pantos/keystore.eth
ETHEREUM_PRIVATE_KEY_PASSWORD=''
Expand Down

0 comments on commit 7662dfb

Please sign in to comment.