mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
2 lines
259 B
SQL
2 lines
259 B
SQL
UPDATE saved_addresses SET chain_short_names = REPLACE(chain_short_names, 'arb:', 'arb1:') WHERE chain_short_names LIKE '%arb:%';
|
|
UPDATE saved_addresses SET chain_short_names = REPLACE(chain_short_names, 'opt:', 'oeth:') WHERE chain_short_names LIKE '%opt:%'; |