You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constWALLET_INCLUDE_ETH_TEST=false// always include eth_test - so it can be available in prod for testnets2@scoop.tech
50
+
constWALLET_INCLUDE_ETH_TEST=true// always include eth_test - so it can be available in prod for testnets2@scoop.tech
51
51
// WALLET_INCLUDE_AIRCARBON_TEST ||
52
52
// WALLET_INCLUDE_SINGDAX_TEST ||
53
53
// WALLET_INCLUDE_AYONDO_TEST ||
@@ -1102,8 +1102,8 @@ module.exports = {
1102
1102
,ETH_SENDMAX_PADDING_WEI: 50// help ETH transactions by reducing this amount of Wei (intermittent Geth issues with full sends)
1103
1103
,ETH_COALESCE_DUST_TO_ZERO: true// hide dust values: modifies balances at API and at calculation layers
1104
1104
,ETH_DUST_WEI: 200// if less than this, we coalesce the Wei balance to zero
1105
-
,ETH_USEWEB3_ACCOUNT_BALANCES: true// use web3 and eth.getBalance to get ethereum balances; otherwise use 3PBP (etherscan or blockscout)
1106
-
,ETH_ERC20_USEWEB3_TOKEN_BALANCES: true// use web3 and make contract call to get erc20 token balances; otherwise use 3PBP (etherscan or blockscout)
1105
+
//, ETH_USEWEB3_ACCOUNT_BALANCES: true // use web3 and eth.getBalance to get ethereum balances; otherwise use 3PBP (etherscan or blockscout)
1106
+
//, ETH_ERC20_USEWEB3_TOKEN_BALANCES: true // use web3 and make contract call to get erc20 token balances; otherwise use 3PBP (etherscan or blockscout)
1107
1107
,ETH_ERC20_TX_FALLBACK_WEI_GASLIMIT: 120000// static gasLimit for ERC20 token transfers, if not specified on the asset's config
0 commit comments