mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 09:50:01 +00:00
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
15 lines
No EOL
423 B
JSON
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"
|
|
}
|
|
} |