diff --git a/config.schema.json b/config.schema.json index 2f38796..6935c6c 100644 --- a/config.schema.json +++ b/config.schema.json @@ -516,18 +516,18 @@ } } }, - "transfer_banners": { + "transfer_banner": { "type": "object", "description": "Config parameters for deposit and withdraw screens", "properties": { - "no_longer_supported_assets": { + "no_longer_supported_tokens": { "type": "array", "description": "List of tokens are no longer supported", "items": { "type": "string" } }, - "temporary_disable_transfer_tokens": { + "temporary_disabled_transfer_tokens": { "type": "array", "description": "List of tokens for which deposits and withdrawals have been temporarily disabled", "items": { @@ -546,7 +546,7 @@ } } }, - "temporary_disable_bridges": { + "temporary_disabled_bridges": { "type": "array", "description": "List of bridges for which deposits and withdrawals have been temporarily disabled", "items": { diff --git a/configs/mainnet.json b/configs/mainnet.json index 1a2044a..d4e2f76 100644 --- a/configs/mainnet.json +++ b/configs/mainnet.json @@ -501,20 +501,20 @@ "target_denom": "brdg/a02afc2c1edf77cc023eefa25fc036c184612faf9365cda9c1daa3b1675ebf8f" } ], - "transfer_banners": { - "no_longer_supported_assets": [ + "transfer_banner": { + "no_longer_supported_tokens": [ "swth", "eth.1.2.942d87", "brdg/a02afc2c1edf77cc023eefa25fc036c184612faf9365cda9c1daa3b1675ebf8f" ], - "temporary_disable_transfer_tokens": [ + "temporary_disabled_transfer_tokens": [ { "token": "swth", "start": "2024-11-20T08:00:00Z", "end": "2024-12-20T08:00:00Z" } ], - "temporary_disable_bridges": [ + "temporary_disabled_bridges": [ { "bridge": "brdg/641", "chain": "Osmosis",