Skip to content

Commit

Permalink
Fix eth RPC url
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNaif2018 committed Dec 23, 2024
1 parent 1b9a63a commit 70e5822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/docker-components/ethereum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
image: bitcart/bitcart-eth:stable
environment:
ETH_NETWORK: ${ETH_NETWORK:-mainnet}
ETH_SERVER: ${ETH_SERVER:-https://mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161}
ETH_SERVER: ${ETH_SERVER:-https://mainnet.infura.io/v3/b6bf7d3508c941499b10025c0776eaf8}
ETH_ARCHIVE_SERVER: ${ETH_ARCHIVE_SERVER:-}
ETH_DEBUG: ${ETH_DEBUG:-false}
expose:
Expand Down

0 comments on commit 70e5822

Please sign in to comment.