datahaven/operator/test/helpers/package.json
Gonza Montiel 7a4d441fd9
build: 🏗️ DataHaven operator setup (#6)
Adds the `Substrate` node and runtime, as well as configuration and test
files, from https://github.com/Moonsong-Labs/flamingo to the `operator`
folder in DataHaven
2025-03-17 17:57:14 +01:00

15 lines
No EOL
423 B
JSON

{
"name": "beefy-client-helpers",
"version": "1.0.0",
"description": "Helper scripts for testing BeefyClient",
"scripts": {
"beefy-client": "node getBeefyBlock.js",
"submit-checkpoint": "node submit-checkpoint.js"
},
"dependencies": {
"ethers": "6.13.5",
"@polkadot/api": "15.5.1",
"@polkadot/util": "13.4.3",
"@polkadot/util-crypto": "13.4.3"
}
}