-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OP2 contracts remove mismapped opensea contract creator (#1436)
* remove mismapped opensea contract creator * Create update_mismapped_os_creator.sql * Update update_mismapped_os_creator.sql
- Loading branch information
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
...-abstractions/optimism2/ovm2/get_contracts/update_queries/update_mismapped_os_creator.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--unmap contracts linked to this creator to help us overwrite them now. | ||
--this should only be run once as an ad-hoc update | ||
|
||
UPDATE ovm2.get_contracts | ||
SET contract_project = NULL | ||
WHERE creator_address = '\x0000000000ffe8b47b3e2130213b802212439497'; |