Skip to content

v1.1.0

Compare
Choose a tag to compare
@Cherrett Cherrett released this 28 Apr 08:39
· 33 commits to master since this release
30a9de0

Update Instructions

To update an instance of PANIC to this version run these commands inside the project directory:

docker-compose kill
git fetch
git checkout v1.1.0

To run PANIC (including the UI), run the following command:

docker-compose up -d --build

The UI can be accessed from https://{UI_ACCESS_IP}:3333, where UI_ACCESS_IP is the IP of where panic is deployed (see installation guide on how to setup PANIC).

Change Log

Released on 28th April 2022

  • Added Cosmos Node and Network alerting.
  • Updated API, UI and Web-Installer to be compatible with Cosmos alerting.
  • Updated alert messages for Chainlink/EVM block height alerts.