We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e619b0b commit dc4ec35Copy full SHA for dc4ec35
chainbench/profile/arbitrum/archive.py
@@ -7,7 +7,7 @@
7
from chainbench.user.protocol.evm import EvmUser
8
9
10
-class AvalancheArchiveProfile(EvmUser):
+class ArbitrumArchiveProfile(EvmUser):
11
wait_time = constant_pacing(1)
12
rpc_calls = {
13
EvmUser.eth_call_task: 676,
0 commit comments