We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ca9c4 commit a5ddf84Copy full SHA for a5ddf84
price_pusher/src/options.ts
@@ -38,7 +38,7 @@ export const pollingFrequency = {
38
};
39
40
export const pushingFrequency = {
41
- "pushing-duration": {
+ "pushing-frequency": {
42
description:
43
"The frequency to push prices to the RPC. " +
44
"It is better that the value be greater than the block time of the network, so this program confirms " +
0 commit comments