Skip to content

Commit f71c41b

Browse files
committed
Add configuration for signature tables
1 parent a0eb0f7 commit f71c41b

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

config.py

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,28 @@
132132
},
133133
'chunk_size': 10000,
134134
'num_chunks_per_file': 10
135-
}
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+
'datatypes': {
150+
'id': 'string',
151+
'compilation_id': 'string',
152+
'signature_hash_32': 'object',
153+
'signature_type': 'string',
154+
'created_at': 'datetime64[ns]'
155+
},
156+
'chunk_size': 100000,
157+
'num_chunks_per_file': 10
158+
},
136159
]

0 commit comments

Comments
 (0)