Skip to content

Commit

Permalink
feat(synapse-interface): canto upgrade maintenance (#2998)
Browse files Browse the repository at this point in the history
* Canto upgrade maintenance

* fix: banner date
  • Loading branch information
bigboydiamonds authored Aug 9, 2024
1 parent 1151368 commit 50fdd61
Showing 1 changed file with 17 additions and 0 deletions.
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
}
]

0 comments on commit 50fdd61

Please sign in to comment.