We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe902a9 commit 170b8b7Copy full SHA for 170b8b7
src/config/config.mainnet.ts
@@ -27,7 +27,7 @@ export default {
27
showHelpButton: true,
28
faucetEndpoint: '',
29
reportToSentry: true,
30
- enableBitcoin: false,
+ enableBitcoin: true,
31
pageVisibilityTxRefreshInterval: 5 * 60e3, // 5 minutes
32
33
staking: {
@@ -47,7 +47,7 @@ export default {
47
},
48
49
polygon: {
50
- enabled: false,
+ enabled: true,
51
networkId: 137,
52
rpcEndpoint: 'wss://polygon-mainnet.g.alchemy.com/v2/#ALCHEMY_API_KEY#',
53
rpcMaxBlockRange: 648_000, // 15 days - Maximum supported range by Alchemy?
0 commit comments