Skip to content

Commit

Permalink
fix: update topic hashes for roles added and removed
Browse files Browse the repository at this point in the history
  • Loading branch information
blockchainguyy committed Oct 26, 2023
1 parent 36a07ca commit 8f3ebf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tenderly-suite/role-update-action/role-update/roleUpdate.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const axios = require('axios').default;

const TOPIC_0_ROLES_ADDED = '0x7d84b89a03a5eeb4f4c08928d186adfdee2af1ef0a026ef9b04fe688774e8463';
const TOPIC_0_ROLES_REMOVED = '0xfcacbe9899a5563ab47d70de5417c1cb8e648bc9ccaeea6d8e0f5276087394c3';
const TOPIC_0_ROLES_ADDED = '0x3df2f62906643352cfb366ada865850a1f2127a98c97ac962921d5caf75561c3';
const TOPIC_0_ROLES_REMOVED = '0x17e90d13bc6dcdbe950d3d022f0774c9dfa3308b96720b8779075dd83236061f';

const PAGER_DUTY_ALERT_URL = 'https://events.pagerduty.com/v2/enqueue';

Expand Down

0 comments on commit 8f3ebf4

Please sign in to comment.