|
27 | 27 | from moonstreamdbv3.models import (
|
28 | 28 | MOONSTREAM_DB_V3_SCHEMA_NAME,
|
29 | 29 | AmoyLabel,
|
| 30 | + AmoyTransaction, |
30 | 31 | ArbitrumNovaLabel,
|
| 32 | + ArbitrumNovaTransaction, |
31 | 33 | ArbitrumOneLabel,
|
| 34 | + ArbitrumOneTransaction, |
32 | 35 | ArbitrumSepoliaLabel,
|
| 36 | + ArbitrumSepoliaTransaction, |
33 | 37 | AvalancheFujiLabel,
|
| 38 | + AvalancheFujiTransaction, |
34 | 39 | AvalancheLabel,
|
| 40 | + AvalancheTransaction, |
35 | 41 | B3Label,
|
| 42 | + B3Transaction, |
36 | 43 | B3SepoliaLabel,
|
| 44 | + B3SepoliaTransaction, |
37 | 45 | BaseLabel,
|
| 46 | + BaseTransaction, |
38 | 47 | BlastLabel,
|
| 48 | + BlastTransaction, |
39 | 49 | BlastSepoliaLabel,
|
| 50 | + BlastSepoliaTransaction, |
40 | 51 | EthereumLabel,
|
| 52 | + EthereumTransaction, |
41 | 53 | Game7Label,
|
| 54 | + Game7Transaction, |
42 | 55 | Game7OrbitArbitrumSepoliaLabel,
|
| 56 | + Game7OrbitArbitrumSepoliaTransaction, |
43 | 57 | Game7TestnetLabel,
|
| 58 | + Game7TestnetTransaction, |
44 | 59 | ImxZkevmLabel,
|
| 60 | + ImxZkevmTransaction, |
45 | 61 | ImxZkevmSepoliaLabel,
|
| 62 | + ImxZkevmSepoliaTransaction, |
46 | 63 | MantleLabel,
|
| 64 | + MantleTransaction, |
47 | 65 | MantleSepoliaLabel,
|
| 66 | + MantleSepoliaTransaction, |
48 | 67 | MumbaiLabel,
|
| 68 | + MumbaiTransaction, |
49 | 69 | PolygonLabel,
|
| 70 | + PolygonTransaction, |
50 | 71 | ProofOfPlayApexLabel,
|
| 72 | + ProofOfPlayApexTransaction, |
51 | 73 | RoninLabel,
|
52 | 74 | RoninSaigonLabel,
|
53 | 75 | SepoliaLabel,
|
| 76 | + SepoliaTransaction, |
54 | 77 | StarknetLabel,
|
55 | 78 | StarknetSepoliaLabel,
|
56 | 79 | XaiLabel,
|
| 80 | + XaiTransaction, |
57 | 81 | XaiSepoliaLabel,
|
| 82 | + XaiSepoliaTransaction, |
58 | 83 | XDaiLabel,
|
| 84 | + XDaiTransaction, |
59 | 85 | ZkSyncEraLabel,
|
| 86 | + ZkSyncEraTransaction, |
60 | 87 | ZkSyncEraSepoliaLabel,
|
| 88 | + ZkSyncEraSepoliaTransaction, |
61 | 89 | )
|
62 | 90 |
|
63 | 91 |
|
64 | 92 | def include_symbol(tablename, schema):
|
65 | 93 | return tablename in {
|
66 | 94 | EthereumLabel.__tablename__,
|
| 95 | + EthereumTransaction.__tablename__, |
67 | 96 | SepoliaLabel.__tablename__,
|
| 97 | + SepoliaTransaction.__tablename__, |
68 | 98 | PolygonLabel.__tablename__,
|
| 99 | + PolygonTransaction.__tablename__, |
69 | 100 | MumbaiLabel.__tablename__,
|
| 101 | + MumbaiTransaction.__tablename__, |
70 | 102 | AmoyLabel.__tablename__,
|
| 103 | + AmoyTransaction.__tablename__, |
71 | 104 | XDaiLabel.__tablename__,
|
| 105 | + XDaiTransaction.__tablename__, |
72 | 106 | ZkSyncEraLabel.__tablename__,
|
| 107 | + ZkSyncEraTransaction.__tablename__, |
73 | 108 | ZkSyncEraSepoliaLabel.__tablename__,
|
| 109 | + ZkSyncEraSepoliaTransaction.__tablename__, |
74 | 110 | BaseLabel.__tablename__,
|
| 111 | + BaseTransaction.__tablename__, |
75 | 112 | ArbitrumNovaLabel.__tablename__,
|
| 113 | + ArbitrumNovaTransaction.__tablename__, |
76 | 114 | ArbitrumOneLabel.__tablename__,
|
| 115 | + ArbitrumOneTransaction.__tablename__, |
77 | 116 | ArbitrumSepoliaLabel.__tablename__,
|
| 117 | + ArbitrumSepoliaTransaction.__tablename__, |
78 | 118 | Game7Label.__tablename__,
|
| 119 | + Game7Transaction.__tablename__, |
79 | 120 | Game7OrbitArbitrumSepoliaLabel.__tablename__,
|
| 121 | + Game7OrbitArbitrumSepoliaTransaction.__tablename__, |
80 | 122 | Game7TestnetLabel.__tablename__,
|
| 123 | + Game7TestnetTransaction.__tablename__, |
81 | 124 | XaiLabel.__tablename__,
|
| 125 | + XaiTransaction.__tablename__, |
82 | 126 | XaiSepoliaLabel.__tablename__,
|
| 127 | + XaiSepoliaTransaction.__tablename__, |
83 | 128 | AvalancheLabel.__tablename__,
|
| 129 | + AvalancheTransaction.__tablename__, |
84 | 130 | AvalancheFujiLabel.__tablename__,
|
| 131 | + AvalancheFujiTransaction.__tablename__, |
85 | 132 | BlastLabel.__tablename__,
|
| 133 | + BlastTransaction.__tablename__, |
86 | 134 | BlastSepoliaLabel.__tablename__,
|
| 135 | + BlastSepoliaTransaction.__tablename__, |
87 | 136 | ProofOfPlayApexLabel.__tablename__,
|
| 137 | + ProofOfPlayApexTransaction.__tablename__, |
88 | 138 | StarknetLabel.__tablename__,
|
89 | 139 | StarknetSepoliaLabel.__tablename__,
|
90 | 140 | MantleLabel.__tablename__,
|
| 141 | + MantleTransaction.__tablename__, |
91 | 142 | MantleSepoliaLabel.__tablename__,
|
| 143 | + MantleSepoliaTransaction.__tablename__, |
92 | 144 | ImxZkevmLabel.__tablename__,
|
| 145 | + ImxZkevmTransaction.__tablename__, |
93 | 146 | ImxZkevmSepoliaLabel.__tablename__,
|
| 147 | + ImxZkevmSepoliaTransaction.__tablename__, |
94 | 148 | B3Label.__tablename__,
|
| 149 | + B3Transaction.__tablename__, |
95 | 150 | B3SepoliaLabel.__tablename__,
|
| 151 | + B3SepoliaTransaction.__tablename__, |
96 | 152 | RoninLabel.__tablename__,
|
97 | 153 | RoninSaigonLabel.__tablename__,
|
98 | 154 | }
|
|
0 commit comments