Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(synapse-interface): canto upgrade maintenance #2998

Merged
merged 2 commits into from
Aug 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions packages/synapse-interface/public/pauses/v1/paused-chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,22 @@
"disableBanner": true,
"disableWarning": true,
"disableCountdown": true
},
{
"id": "canto-chain-pause",
"pausedFromChains": [7700],
"pausedToChains": [7700],
"pauseBridge": true,
"pauseSwap": true,
"startTimePauseChain": "2024-08-09T14:15:00Z",
"endTimePauseChain": "2024-08-09T14:45:00Z",
"startTimeBanner": "2024-08-09T13:00:00Z",
"endTimeBanner": "2024-08-09T14:45:00Z",
"inputWarningMessage": "Canto chain paused until network upgrade completes.",
"bannerMessage": "Canto will be paused 15 minutes ahead of the upgrade (August 9th, 14:30 UTC). Will be back online shortly following the network upgrade.",
"progressBarMessage": "Canto upgrade in progress",
"disableBanner": false,
"disableWarning": false,
"disableCountdown": false
}
]
Loading