mirror of
https://github.com/alexgo-io/redstone-node.git
synced 2026-06-13 08:01:43 +08:00
* read manifest from SmartWeave contract * non-blocking manifest update * nodejs version update from redstone nodes
10 lines
321 B
JSON
10 lines
321 B
JSON
{
|
|
"arweaveKeysFile": "./.secrets/arweave-keyfile-33F0QHcb22W7LwWR1iRC8Az1ntZG09XQ03YWuw2ABqA.json",
|
|
"useManifestFromSmartContract": "true",
|
|
"minimumArBalance": 0.1,
|
|
"credentials": {
|
|
"infuraProjectId": "XXX",
|
|
"ethereumPrivateKey": "0x1111111111111111111111111111111111111111111111111111111111111111"
|
|
}
|
|
}
|