Skip to content

Commit

Permalink
Merge pull request #17 from BalancerMaxis/add-fraxtal
Browse files Browse the repository at this point in the history
FEATURE: Add Fraxtal Support
  • Loading branch information
Hyferion authored Jul 30, 2024
2 parents e3cc730 + cfffaf8 commit 1a03ccb
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 2 deletions.
11 changes: 11 additions & 0 deletions tasks/Fraxtal Child Chain Gauges Checkpointer/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Fraxtal Child Chain Gauges Checkpointer",
"paused": false,
"trigger": {
"cron": "*/5 * * * 4",
"type": "schedule"
},
"relayerId": "938fbdd0-8843-4015-8ce4-c8f6596d0661",
"runtime": "nodejs20.x",
"dependenciesVersion": "v2024-06-13"
}
55 changes: 55 additions & 0 deletions tasks/Fraxtal Child Chain Gauges Checkpointer/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions tasks/Mainnet Checkpoint Root Gauges/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ exports.handler = async function (credentials, context) {
'Avalanche',
'EthereumSingleRecipientGauge',
'Arbitrum',
'Optimism'
'Optimism',
'Fraxtal',
]
const store = new KeyValueStoreClient(credentials);

Expand Down Expand Up @@ -165,4 +166,4 @@ if (require.main === module) {
exports.handler({ apiKey, apiSecret })
.then(() => process.exit(0))
.catch(error => { console.error(error); process.exit(1); });
}
}

0 comments on commit 1a03ccb

Please sign in to comment.