mirror of
https://github.com/alexgo-io/redstone-node.git
synced 2026-06-20 03:09:09 +08:00
15 lines
473 B
JSON
15 lines
473 B
JSON
{
|
|
"arweaveKeysFile": "./sample-jwk.json",
|
|
"manifestFile": "./manifests/dev.json",
|
|
"minimumArBalance": 0,
|
|
"addEvmSignature": true,
|
|
"enableStreamrBroadcaster": false,
|
|
"disableSinglePricesBroadcastingInStreamr": true,
|
|
"omitSourcesInArweaveTx": true,
|
|
"httpBroadcasterURLs": ["https://httpbin.org/anything"],
|
|
"credentials": {
|
|
"ethereumPrivateKey": "0x1111111111111111111111111111111111111111111111111111111111111111",
|
|
"twelveDataRapidApiKey": ""
|
|
}
|
|
}
|