Skip to content

Commit

Permalink
fix: update key name
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehoang92 committed Dec 18, 2024
1 parent 2d19144 commit 0bd4a66
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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": {
Expand Down
8 changes: 4 additions & 4 deletions configs/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0bd4a66

Please sign in to comment.