mirror of
https://github.com/tornadocash/tornado-initiation-ui.git
synced 2024-11-25 18:59:38 +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' },
|
MyCrypto: { name: 'MyCrypto', url: 'https://api.mycryptoapi.com/eth' },
|
||||||
},
|
},
|
||||||
pollInterval: 60,
|
pollInterval: 15,
|
||||||
isL1: true,
|
isL1: true,
|
||||||
isEip1559Supported: true,
|
isEip1559Supported: true,
|
||||||
},
|
},
|
||||||
@ -40,7 +40,7 @@ const networkConfig = {
|
|||||||
url: 'https://rpc.xdaichain.com/tornado',
|
url: 'https://rpc.xdaichain.com/tornado',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
pollInterval: 200,
|
pollInterval: 15,
|
||||||
isL1: false,
|
isL1: false,
|
||||||
isEip1559Supported: false,
|
isEip1559Supported: false,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user