diff --git a/networkConfig.js b/networkConfig.js index fba6bd2..95fd108 100644 --- a/networkConfig.js +++ b/networkConfig.js @@ -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, },