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 a0eb0f7 commit f71c41bCopy full SHA for f71c41b
config.py
@@ -132,5 +132,28 @@
132
},
133
'chunk_size': 10000,
134
'num_chunks_per_file': 10
135
- }
+ },
136
+ {
137
+ 'name': 'signatures',
138
+ 'datatypes': {
139
+ 'signature_hash_32': 'object',
140
+ 'signature_hash_4': 'object',
141
+ 'signature': 'string',
142
+ 'created_at': 'datetime64[ns]'
143
144
+ 'chunk_size': 100000,
145
+ 'num_chunks_per_file': 10
146
147
148
+ 'name': 'compiled_contracts_signatures',
149
150
+ 'id': 'string',
151
+ 'compilation_id': 'string',
152
153
+ 'signature_type': 'string',
154
155
156
157
158
159
]
0 commit comments