We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
contract_deployments.chain_id
bigint
1 parent 0bccd8d commit 66216d4Copy full SHA for 66216d4
1 file changed
database.sql
@@ -113,7 +113,7 @@ CREATE TABLE contract_deployments
113
114
also note that for genesis contracts, creation_code_hash may be '\x' (i.e. there is no creation code)
115
*/
116
- chain_id numeric NOT NULL,
+ chain_id bigint NOT NULL, /* see https://github.com/verifier-alliance/database-specs/issues/23 */
117
address bytea NOT NULL,
118
transaction_hash bytea NOT NULL,
119
0 commit comments