Skip to content

Commit 8031468

Browse files
authored
fix: remove alchemy for base, it errored with stack underflow (#100)
https://github.com/mds1/evm-diff/actions/runs/13354975136/job/37296464915
1 parent e6f2efe commit 8031468

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: script/input.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@
2222
},
2323
{
2424
"chainId": 8453,
25-
"rpcUrls": [
26-
"https://base-mainnet.infura.io/v3/${INFURA_API_KEY}",
27-
"https://base-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}"
28-
]
25+
"rpcUrls": ["https://base-mainnet.infura.io/v3/${INFURA_API_KEY}"]
2926
},
3027
{
3128
"chainId": 34443,

0 commit comments

Comments
 (0)