Skip to content

Commit

Permalink
chore: bd rpc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrsirdev committed Oct 12, 2023
1 parent 56019e2 commit e086974
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cronjobs/cron.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright Tharsis Labs Ltd.(Evmos)
# SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/backend/blob/main/LICENSE)

# Copyright Tharsis Labs Ltd.(Evmos)
# SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/backend/blob/main/LICENSE)

import signal
import time
from functools import total_ordering
Expand Down Expand Up @@ -183,7 +183,7 @@ def process_chain(chain: str, chain_info):

if len(web3_list.elements) > 2:
web3_list.elements.sort(reverse=True)
redisSetEndpoint(chain, 'web3', 0, 'https://eth.bd.evmos.org:8545')
redisSetEndpoint(chain, 'web3', 0, 'https://evmos-evm.publicnode.com')
setPrimaryEndpoint(chain, 'web3', web3_list.elements[0].url)
setSecondaryEndpoint(chain, 'web3', web3_list.elements[1].url)
setTertiaryEndpoint(chain, 'web3', web3_list.elements[2].url)
Expand Down

0 comments on commit e086974

Please sign in to comment.