Skip to content

Commit

Permalink
fix profile class name
Browse files Browse the repository at this point in the history
  • Loading branch information
erwin-wee authored Oct 28, 2024
1 parent e619b0b commit dc4ec35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainbench/profile/arbitrum/archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from chainbench.user.protocol.evm import EvmUser


class AvalancheArchiveProfile(EvmUser):
class ArbitrumArchiveProfile(EvmUser):
wait_time = constant_pacing(1)
rpc_calls = {
EvmUser.eth_call_task: 676,
Expand Down

0 comments on commit dc4ec35

Please sign in to comment.