Skip to content

Commit dc4ec35

Browse files
authored
fix profile class name
1 parent e619b0b commit dc4ec35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chainbench/profile/arbitrum/archive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from chainbench.user.protocol.evm import EvmUser
88

99

10-
class AvalancheArchiveProfile(EvmUser):
10+
class ArbitrumArchiveProfile(EvmUser):
1111
wait_time = constant_pacing(1)
1212
rpc_calls = {
1313
EvmUser.eth_call_task: 676,

0 commit comments

Comments
 (0)