Skip to content

Commit 0a54fed

Browse files
fengtalityclaude
andcommitted
fix(ethereum): default mainnet nodeURL to Alchemy's public endpoint
eth.llamarpc.com was unreachable — gateway logged 'Unable to fetch block number' on every startup and all mainnet reads failed. eth-mainnet.g.alchemy.com/public returns chainId 0x1. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 4e7233b commit 0a54fed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/templates/chains/ethereum/mainnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
chainID: 1
2-
nodeURL: https://eth.llamarpc.com
2+
nodeURL: https://eth-mainnet.g.alchemy.com/public
33
nativeCurrencySymbol: ETH
44
geckoId: eth
55
transactionExecutionTimeoutMs: 10000 # Timeout for waiting for transaction execution (in milliseconds)

0 commit comments

Comments
 (0)