mirror of
https://github.com/tornadocash/tornado-classic-ui
synced 2024-02-02 15:04:09 +01:00
fix: poll interval
This commit is contained in:
parent
eba8f41e44
commit
49e36e48a1
@ -173,7 +173,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
ensSubdomainKey: 'bsc-tornado',
|
ensSubdomainKey: 'bsc-tornado',
|
||||||
pollInterval: 60,
|
pollInterval: 10,
|
||||||
constants: {
|
constants: {
|
||||||
NOTE_ACCOUNT_BLOCK: 8159269,
|
NOTE_ACCOUNT_BLOCK: 8159269,
|
||||||
ENCRYPTED_NOTES_BLOCK: 8159269
|
ENCRYPTED_NOTES_BLOCK: 8159269
|
||||||
@ -224,7 +224,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
ensSubdomainKey: 'polygon-tornado',
|
ensSubdomainKey: 'polygon-tornado',
|
||||||
pollInterval: 60,
|
pollInterval: 10,
|
||||||
constants: {
|
constants: {
|
||||||
NOTE_ACCOUNT_BLOCK: 16257996,
|
NOTE_ACCOUNT_BLOCK: 16257996,
|
||||||
ENCRYPTED_NOTES_BLOCK: 16257996
|
ENCRYPTED_NOTES_BLOCK: 16257996
|
||||||
@ -378,7 +378,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
ensSubdomainKey: 'gnosis-tornado',
|
ensSubdomainKey: 'gnosis-tornado',
|
||||||
pollInterval: 60,
|
pollInterval: 20,
|
||||||
constants: {
|
constants: {
|
||||||
NOTE_ACCOUNT_BLOCK: 17754564,
|
NOTE_ACCOUNT_BLOCK: 17754564,
|
||||||
ENCRYPTED_NOTES_BLOCK: 17754564
|
ENCRYPTED_NOTES_BLOCK: 17754564
|
||||||
@ -424,7 +424,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
ensSubdomainKey: 'avalanche-tornado',
|
ensSubdomainKey: 'avalanche-tornado',
|
||||||
pollInterval: 60,
|
pollInterval: 10,
|
||||||
constants: {
|
constants: {
|
||||||
NOTE_ACCOUNT_BLOCK: 4429813,
|
NOTE_ACCOUNT_BLOCK: 4429813,
|
||||||
ENCRYPTED_NOTES_BLOCK: 4429813
|
ENCRYPTED_NOTES_BLOCK: 4429813
|
||||||
|
Loading…
Reference in New Issue
Block a user