Skip to content

Commit 0cca937

Browse files
author
Andrey
committed
Fix missing model.
1 parent fc1abfd commit 0cca937

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

moonstreamdb-v3/moonstreamdbv3/models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -744,8 +744,8 @@ class ArbitrumSepoliaLabel(EvmBasedLabel): # type: ignore
744744
)
745745

746746

747-
class ArbitrumOneSepoliaLabel(EvmBasedLabel): # type: ignore
748-
__tablename__ = "arbitrum_one_sepolia_labels"
747+
class ArbitrumSepoliaTransaction(EvmBasedTransaction): # type: ignore
748+
__tablename__ = "arbitrum_sepolia_transactions"
749749

750750
l1_block_number = Column(BigInteger, nullable=True)
751751

0 commit comments

Comments
 (0)