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 fc1abfd commit 0cca937Copy full SHA for 0cca937
moonstreamdb-v3/moonstreamdbv3/models.py
@@ -744,8 +744,8 @@ class ArbitrumSepoliaLabel(EvmBasedLabel): # type: ignore
744
)
745
746
747
-class ArbitrumOneSepoliaLabel(EvmBasedLabel): # type: ignore
748
- __tablename__ = "arbitrum_one_sepolia_labels"
+class ArbitrumSepoliaTransaction(EvmBasedTransaction): # type: ignore
+ __tablename__ = "arbitrum_sepolia_transactions"
749
750
l1_block_number = Column(BigInteger, nullable=True)
751
0 commit comments