feat: updated gasOracle library
This commit is contained in:
parent
9598f666fb
commit
6125b3b2af
10 changed files with 52 additions and 331 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue