fix: poll interval

This commit is contained in:
Danil Kovtonyuk 2021-11-16 00:50:35 +10:00
parent 4ef4cefa34
commit 35cbfb0988
No known key found for this signature in database
GPG Key ID: E72A919BF08C3746

View File

@ -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,
}, },