mirror of
https://github.com/tornadocash/tornado-initiation-ui.git
synced 2024-11-22 01:26:51 +01:00
fix: poll interval
This commit is contained in:
parent
4ef4cefa34
commit
35cbfb0988
@ -15,7 +15,7 @@ const networkConfig = {
|
||||
},
|
||||
MyCrypto: { name: 'MyCrypto', url: 'https://api.mycryptoapi.com/eth' },
|
||||
},
|
||||
pollInterval: 60,
|
||||
pollInterval: 15,
|
||||
isL1: true,
|
||||
isEip1559Supported: true,
|
||||
},
|
||||
@ -40,7 +40,7 @@ const networkConfig = {
|
||||
url: 'https://rpc.xdaichain.com/tornado',
|
||||
},
|
||||
},
|
||||
pollInterval: 200,
|
||||
pollInterval: 15,
|
||||
isL1: false,
|
||||
isEip1559Supported: false,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user