Skip to content

Commit

Permalink
- add chain to tg notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyferion committed Jun 25, 2024
1 parent d2b13c3 commit 743d70e
Show file tree
Hide file tree
Showing 27 changed files with 77 additions and 77 deletions.
6 changes: 3 additions & 3 deletions tasks/Arbitrum Child Chain Gauges Checkpointer/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "schedule"
},
"relayerId": "0b7807ed-ce8d-476b-8598-040c296adfba",
"codeDigest": "X/wvzPZWkPxv74ftlk9ocaUR8OScHbEMWeLPA3Nfb+w=",
"runtime": "nodejs16.x",
"dependenciesVersion": "v2024-01-18"
"codeDigest": "PFbtXUWNgU0DkLQUk1AT1tYeck3TErWXn3owMgB7Lbo=",
"runtime": "nodejs20.x",
"dependenciesVersion": "v2024-06-13"
}
6 changes: 3 additions & 3 deletions tasks/Arbitrum Gauge Reward Checkpointer/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "schedule"
},
"relayerId": "0b7807ed-ce8d-476b-8598-040c296adfba",
"codeDigest": "UVt+2j2634hut4LHLPN/ubtzGmITwIXSBNe+bSFxwbM=",
"runtime": "nodejs16.x",
"dependenciesVersion": "v2024-01-18"
"codeDigest": "n5dLjAEtRF7GjPRmrcQvDsYCvac4SymC43XMATsXa4w=",
"runtime": "nodejs20.x",
"dependenciesVersion": "v2024-06-13"
}
6 changes: 3 additions & 3 deletions tasks/Arbitrum Upkeeper/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "schedule"
},
"relayerId": "0b7807ed-ce8d-476b-8598-040c296adfba",
"codeDigest": "1icmtFi9IiY5H3X7SsVlg0B+iQ39Kam/2R/+hDBYmwI=",
"runtime": "nodejs16.x",
"dependenciesVersion": "v2024-01-18"
"codeDigest": "ylP+1cb55Y//xZcysLbcbhjw24TjzQbuFGGsfmOjH7o=",
"runtime": "nodejs20.x",
"dependenciesVersion": "v2024-06-13"
}
2 changes: 1 addition & 1 deletion tasks/Arbitrum Upkeeper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ exports.handler = async function (credentials, context) {
notificationClient.send({
channelAlias: 'Hal Maxi Bot (tg)',
subject: 'Upkeep performed',
message: 'Transaction hash: ' + tx.hash
message: 'Arbitrum Upkeep. Transaction hash: ' + tx.hash
});
} catch (error) {
console.error('Failed to send notification', error);
Expand Down
10 changes: 5 additions & 5 deletions tasks/Avalanche Child Chain Gauges Checkpointer/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"name": "Avalanche Child Chain Gauges Checkpointer",
"paused": false,
"trigger": {
"type": "schedule",
"cron": "*/5 * * * 4"
"cron": "*/5 * * * 4",
"type": "schedule"
},
"relayerId": "73e57662-7a23-462e-96ce-40810292a07f",
"codeDigest": "LnJczJN4/xF7m2/um/8P4sGcIbhxFEfu0kaSH+vC9Y0=",
"runtime": "nodejs16.x",
"dependenciesVersion": "v2024-01-18"
"codeDigest": "gCgG+oDj8hBJfETBJ0LaoS0eeLGHRyF0err2aCZQTNQ=",
"runtime": "nodejs20.x",
"dependenciesVersion": "v2024-06-13"
}
6 changes: 3 additions & 3 deletions tasks/Avalanche Upkeeper/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "schedule"
},
"relayerId": "73e57662-7a23-462e-96ce-40810292a07f",
"codeDigest": "2VzwO2981dxJT5ArG2RElJldN1I+fMouK7RbUSdGrUw=",
"runtime": "nodejs16.x",
"dependenciesVersion": "v2024-01-18"
"codeDigest": "TdB0QUKDNQiwGeS2nw0PrmUuVt+O02DI0v2GtgioUds=",
"runtime": "nodejs20.x",
"dependenciesVersion": "v2024-06-13"
}
2 changes: 1 addition & 1 deletion tasks/Avalanche Upkeeper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ exports.handler = async function (credentials, context) {
notificationClient.send({
channelAlias: 'Hal Maxi Bot (tg)',
subject: 'Upkeep performed',
message: 'Transaction hash: ' + tx.hash
message: 'Avalanche Upkeep. Transaction hash: ' + tx.hash
});
} catch (error) {
console.error('Failed to send notification', error);
Expand Down
6 changes: 3 additions & 3 deletions tasks/Base Child Chain Gauges Checkpointer/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "schedule"
},
"relayerId": "384e11fa-9222-4556-9f93-add1fef65f83",
"codeDigest": "5X6foBT9M+emnqbsxTbcDy8YTNnJXvC1I0fhiORg3j0=",
"runtime": "nodejs16.x",
"dependenciesVersion": "v2024-01-18"
"codeDigest": "uOsY8+Z5QKzG614+A7++rMURyT8vx/aR/Q28KgVM0m4=",
"runtime": "nodejs20.x",
"dependenciesVersion": "v2024-06-13"
}
6 changes: 3 additions & 3 deletions tasks/Base Upkeeper/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "schedule"
},
"relayerId": "384e11fa-9222-4556-9f93-add1fef65f83",
"codeDigest": "6quhHiIZ85HhDbyLJNHNaJPptpaQ/R1LgQVeuw9k7wY=",
"runtime": "nodejs16.x",
"dependenciesVersion": "v2024-01-18"
"codeDigest": "ALfzQFG8p8nvy5G+2L2txYMb74d6AQ9itcjMiw9HCHk=",
"runtime": "nodejs20.x",
"dependenciesVersion": "v2024-06-13"
}
2 changes: 1 addition & 1 deletion tasks/Base Upkeeper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ exports.handler = async function (credentials, context) {
notificationClient.send({
channelAlias: 'Hal Maxi Bot (tg)',
subject: 'Upkeep performed',
message: 'Transaction hash: ' + tx.hash
message: 'Base Upkeep. Transaction hash: ' + tx.hash
});
} catch (error) {
console.error('Failed to send notification', error);
Expand Down
6 changes: 3 additions & 3 deletions tasks/Gnosis Child Chain Gauges Checkpointer/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "schedule"
},
"relayerId": "df853bf7-3ccc-4461-9b20-cd4a1caf475a",
"codeDigest": "LsD94kU7NWzTIxpAjdzyIs8PieBf3kk4LDECAJSZs1I=",
"runtime": "nodejs16.x",
"dependenciesVersion": "v2024-01-18"
"codeDigest": "f0uMkRT22gVpaanw8I2l1pEDbd2NH/evvkICnVT2XUw=",
"runtime": "nodejs20.x",
"dependenciesVersion": "v2024-06-13"
}
6 changes: 3 additions & 3 deletions tasks/Gnosis Upkeeper/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "schedule"
},
"relayerId": "df853bf7-3ccc-4461-9b20-cd4a1caf475a",
"codeDigest": "k+sKL9P/ZYbmLZleEzMUr7w18aBGURQ1JRd73Po29eU=",
"runtime": "nodejs16.x",
"dependenciesVersion": "v2024-01-18"
"codeDigest": "ZSh+RuJCQAWU8d/7WFEN3WUnev+8YYnsl5zaZI7DfVI=",
"runtime": "nodejs20.x",
"dependenciesVersion": "v2024-06-13"
}
2 changes: 1 addition & 1 deletion tasks/Gnosis Upkeeper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ exports.handler = async function (credentials, context) {
notificationClient.send({
channelAlias: 'Hal Maxi Bot (tg)',
subject: 'Upkeep performed',
message: 'Transaction hash: ' + tx.hash
message: 'Gnosis Upkeep. Transaction hash: ' + tx.hash
});
} catch (error) {
console.error('Failed to send notification', error);
Expand Down
8 changes: 4 additions & 4 deletions tasks/LZ Rate Updater/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"name": "LZ Rate Updater",
"paused": false,
"trigger": {
"cron": "3 9 26 4 *",
"cron": "54 11 26 6 *",
"type": "schedule"
},
"relayerId": "003ec47a-7c81-4572-af06-2943fead4af2",
"codeDigest": "ZER3HmRzZ2bIYZJCxjZqxDnfJjPzeiJdHRX26SnwjiU=",
"runtime": "nodejs16.x",
"dependenciesVersion": "v2024-01-18"
"codeDigest": "/GKIke9l8lG6AzDa9swroyb+BpCZjlTUV4vM97CISEQ=",
"runtime": "nodejs20.x",
"dependenciesVersion": "v2024-06-13"
}
6 changes: 3 additions & 3 deletions tasks/Mainnet Checkpoint Root Gauges/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "schedule"
},
"relayerId": "003ec47a-7c81-4572-af06-2943fead4af2",
"codeDigest": "5gMcZtyBNcXOzS/j65tkjBeq3s4/M/DUj43mNBSyBSw=",
"runtime": "nodejs16.x",
"dependenciesVersion": "v2024-01-18"
"codeDigest": "ijqaQfj0Q23N0+yaa4bbL87jr+QIGLCJ1QgYD8xgTzE=",
"runtime": "nodejs20.x",
"dependenciesVersion": "v2024-06-13"
}
6 changes: 3 additions & 3 deletions tasks/Mainnet Checkpoint Specific Root Gauges/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "schedule"
},
"relayerId": "003ec47a-7c81-4572-af06-2943fead4af2",
"codeDigest": "bqcEiiglSac2obL1leOZ4nRT4lshiAhtK44M9H+c3II=",
"runtime": "nodejs16.x",
"dependenciesVersion": "v2024-01-18"
"codeDigest": "qv8j6Va6U3etMmuXiw92JYwghqoFDD8SAiLt9Zq+ti4=",
"runtime": "nodejs20.x",
"dependenciesVersion": "v2024-06-13"
}
6 changes: 3 additions & 3 deletions tasks/Mainnet Gauge Adder/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "schedule"
},
"relayerId": "003ec47a-7c81-4572-af06-2943fead4af2",
"codeDigest": "epRZ5aBDI4rU/fe03CjDDDRFZ5AN0N92GeLe9I5NnAY=",
"runtime": "nodejs16.x",
"dependenciesVersion": "v2024-01-18"
"codeDigest": "BP5P5fGVlPFhRt7LQ21bJAAAYo/U5tEsInlLBlMLxDw=",
"runtime": "nodejs20.x",
"dependenciesVersion": "v2024-06-13"
}
6 changes: 3 additions & 3 deletions tasks/Mainnet low gas warning/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"cron": "0 * * * *",
"type": "schedule"
},
"codeDigest": "YLDBgorR5sraJOfkzVeDwG5yu4SisxUqh6/n3NlXaRk=",
"runtime": "nodejs16.x",
"dependenciesVersion": "v2024-01-18"
"codeDigest": "WGhTtpp0GY53qvjveTMP6qi+dWl6klEpA8O3yo0BVzw=",
"runtime": "nodejs20.x",
"dependenciesVersion": "v2024-06-13"
}
6 changes: 3 additions & 3 deletions tasks/Optimism Child Chain Gauges Checkpointer/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"cron": "*/5 * * * 4",
"type": "schedule"
},
"codeDigest": "EybxbmFG8AKTIWrCRFwOxvGjm1jnvVDK2St9iEPhZ80=",
"runtime": "nodejs16.x",
"dependenciesVersion": "v2024-01-18"
"codeDigest": "WRII4D0K8+FGAjDTzXS6fa1ejDrqWhRGjKHjz3t9KKM=",
"runtime": "nodejs20.x",
"dependenciesVersion": "v2024-06-13"
}
6 changes: 3 additions & 3 deletions tasks/Polygon Child Chain Gauges Checkpointer/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "schedule"
},
"relayerId": "8735c61b-7c5b-48ac-a088-cc727adcb016",
"codeDigest": "VUAbgGzgVfzGWoVZvTbkvFOJJb9Ic/e7BqjJHvqcnIY=",
"runtime": "nodejs16.x",
"dependenciesVersion": "v2024-01-18"
"codeDigest": "2z0DG6RZlnL+/OoGjwfD66kJtNQg5Ho/1YG45cDao/g=",
"runtime": "nodejs20.x",
"dependenciesVersion": "v2024-06-13"
}
6 changes: 3 additions & 3 deletions tasks/Polygon Upkeeper/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "schedule"
},
"relayerId": "8735c61b-7c5b-48ac-a088-cc727adcb016",
"codeDigest": "3KAHDVD+uu8MdLg+GLJ+KLWr8KQ463d2rAKuEpEI190=",
"runtime": "nodejs16.x",
"dependenciesVersion": "v2024-01-18"
"codeDigest": "BjSL/b+gPvUo4tVXaHyw6ddp7t0Yf9qUlageW1jlNVA=",
"runtime": "nodejs20.x",
"dependenciesVersion": "v2024-06-13"
}
2 changes: 1 addition & 1 deletion tasks/Polygon Upkeeper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ exports.handler = async function (credentials, context) {
notificationClient.send({
channelAlias: 'Hal Maxi Bot (tg)',
subject: 'Upkeep performed',
message: 'Transaction hash: ' + tx.hash
message: 'Polygon Upkeep. Transaction hash: ' + tx.hash
});
} catch (error) {
console.error('Failed to send notification', error);
Expand Down
10 changes: 5 additions & 5 deletions tasks/Polygon ZkEVM Child Chain Gauges Checkpointer/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"name": "Polygon ZkEVM Child Chain Gauges Checkpointer",
"paused": false,
"trigger": {
"type": "schedule",
"cron": "*/5 * * * 4"
"cron": "*/5 * * * 4",
"type": "schedule"
},
"relayerId": "2a1aaf2f-30d1-463b-8063-a2f4a67d6bab",
"codeDigest": "bdZ7UXA5HKWFAAAJ4rmVqD1cJ8p+DsqnhaVGLAy4ZIc=",
"runtime": "nodejs16.x",
"dependenciesVersion": "v2024-01-18"
"codeDigest": "RHrtoVAnpQZ3+gQ5vSgn80cTi5BwlC/RwdLtOJeALb8=",
"runtime": "nodejs20.x",
"dependenciesVersion": "v2024-06-13"
}
8 changes: 4 additions & 4 deletions tasks/Polygon ZkEVM Upkeeper/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"autotaskId": "3c54289e-5e3c-4ef5-9016-25a9bb511500",
"actionId": "3c54289e-5e3c-4ef5-9016-25a9bb511500",
"name": "Polygon ZkEVM Upkeeper",
"paused": true,
"paused": false,
"trigger": {
"frequencyMinutes": 5,
"type": "schedule"
},
"relayerId": "2a1aaf2f-30d1-463b-8063-a2f4a67d6bab",
"codeDigest": "r8+OO5laVrLm6N4qtURAMCmTE1MLm0U7cnR1YPOvzo0=",
"runtime": "nodejs16.x",
"dependenciesVersion": "v2024-01-18"
"codeDigest": "/16Q0ZTM66+2a3LRX9RsBVhQsTZ+b4sbcIoh1Ub00ZY=",
"runtime": "nodejs20.x",
"dependenciesVersion": "v2024-06-13"
}
2 changes: 1 addition & 1 deletion tasks/Polygon ZkEVM Upkeeper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ exports.handler = async function (credentials, context) {
notificationClient.send({
channelAlias: 'Hal Maxi Bot (tg)',
subject: 'Upkeep performed',
message: 'Transaction hash: ' + tx.hash
message: 'ZkEVM Upkeep. Transaction hash: ' + tx.hash
});
} catch (error) {
console.error('Failed to send notification', error);
Expand Down
10 changes: 5 additions & 5 deletions tasks/VeBalFeeInjector Upkeeper/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"name": "VeBalFeeInjector Upkeeper",
"paused": false,
"trigger": {
"type": "schedule",
"cron": "10 00 * * *"
"cron": "10 00 * * *",
"type": "schedule"
},
"relayerId": "003ec47a-7c81-4572-af06-2943fead4af2",
"codeDigest": "Je79FMrp1WETu/7bqmKkylthHva7AEo2cF2mCXEeXmA=",
"runtime": "nodejs16.x",
"dependenciesVersion": "v2024-01-18"
"codeDigest": "pi+g9pwc3rCCJtK9jj6H+Z3LTTO9NXnxgPHmV1uyGIM=",
"runtime": "nodejs20.x",
"dependenciesVersion": "v2024-06-13"
}
6 changes: 3 additions & 3 deletions tasks/bb-a-WETH Rebalancer/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "schedule"
},
"relayerId": "003ec47a-7c81-4572-af06-2943fead4af2",
"codeDigest": "EAlFOtN4k9wKzyBNXF6LNLgWUMJihOC7trQPOtCV4+Y=",
"runtime": "nodejs16.x",
"dependenciesVersion": "v2024-01-18"
"codeDigest": "d84smWzTXsqbItb3pPTgtrrVR8ep0FiKWoWL69NCr+8=",
"runtime": "nodejs20.x",
"dependenciesVersion": "v2024-06-13"
}

0 comments on commit 743d70e

Please sign in to comment.