Skip to content

Commit

Permalink
- enabling mainnet gauge adder
Browse files Browse the repository at this point in the history
- enabling all chains for Mainnet Checkpoint Root Gauges
  • Loading branch information
Hyferion committed Apr 19, 2024
1 parent 1eb0c3f commit 5f31097
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions tasks/Mainnet Checkpoint Root Gauges/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,14 @@ exports.handler = async function (credentials, context) {
console.log('Checkpointing threshold: ', CHECKPOINTING_THRESHOLD, ' = ', ethers.utils.formatEther(CHECKPOINTING_THRESHOLD) * 100, '%');

const checkpointingTypes = [
'Polygon',
'Base',
'Gnosis',
'PolygonZkEvm',
'Avalanche',
'EthereumSingleRecipientGauge',
'Arbitrum',
'Optimism'
]
const store = new KeyValueStoreClient(credentials);

Expand Down
2 changes: 1 addition & 1 deletion tasks/Mainnet Gauge Adder/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"autotaskId": "2fc48186-1058-424f-9d79-5abdfe28edcb",
"actionId": "2fc48186-1058-424f-9d79-5abdfe28edcb",
"name": "Mainnet Gauge Adder",
"paused": true,
"paused": false,
"trigger": {
"cron": "0 0 * * 2",
"type": "schedule"
Expand Down

0 comments on commit 5f31097

Please sign in to comment.