mirror of
https://github.com/pezkuwichain/pezkuwi-subquery.git
synced 2026-04-29 05:28:03 +00:00
feat: add noter bot service for staking score data submission
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "pezkuwi-noter-bot",
|
||||
"version": "1.0.0",
|
||||
"description": "Noter bot: collects staking data from Relay Chain / Asset Hub and submits to People Chain",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "node bot.js",
|
||||
"dev": "node --watch bot.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pezkuwi/api": "^16.5.36",
|
||||
"@pezkuwi/keyring": "^14.0.25",
|
||||
"@pezkuwi/util": "^14.0.25",
|
||||
"@pezkuwi/util-crypto": "^14.0.25"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user