pub const CONTRACT: &str = "INSERT\n OR IGNORE INTO contract (l2_block_number, salt, content_hash)\nVALUES\n (:l2_block_number, :salt, :content_hash)";Expand description
INSERT
OR IGNORE INTO contract (l2_block_number, salt, content_hash)
VALUES
(:l2_block_number, :salt, :content_hash)