feat: updated gasOracle library

This commit is contained in:
Pasha8914 2022-06-25 01:56:03 +10:00 committed by Danil Kovtonyuk
parent 9598f666fb
commit 6125b3b2af
No known key found for this signature in database
GPG key ID: E72A919BF08C3746
10 changed files with 52 additions and 331 deletions

View file

@ -114,7 +114,7 @@ export default {
}
},
ensSubdomainKey: 'mainnet-tornado',
pollInterval: 30,
pollInterval: 15,
constants: {
NOTE_ACCOUNT_BLOCK: 11842486,
ENCRYPTED_NOTES_BLOCK: 14248730,
@ -276,7 +276,7 @@ export default {
}
},
ensSubdomainKey: 'optimism-tornado',
pollInterval: 20,
pollInterval: 15,
constants: {
NOTE_ACCOUNT_BLOCK: 2243694,
ENCRYPTED_NOTES_BLOCK: 2243694
@ -331,7 +331,7 @@ export default {
}
},
ensSubdomainKey: 'arbitrum-tornado',
pollInterval: 20,
pollInterval: 15,
constants: {
NOTE_ACCOUNT_BLOCK: 3430605,
ENCRYPTED_NOTES_BLOCK: 3430605
@ -378,7 +378,7 @@ export default {
}
},
ensSubdomainKey: 'gnosis-tornado',
pollInterval: 20,
pollInterval: 15,
constants: {
NOTE_ACCOUNT_BLOCK: 17754564,
ENCRYPTED_NOTES_BLOCK: 17754564
@ -532,7 +532,7 @@ export default {
}
},
ensSubdomainKey: 'goerli-tornado',
pollInterval: 30,
pollInterval: 15,
constants: {
NOTE_ACCOUNT_BLOCK: 4131375,
ENCRYPTED_NOTES_BLOCK: 4131375,