Skip to content

Commit 170b8b7

Browse files
committed
enable btc
1 parent fe902a9 commit 170b8b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/config.mainnet.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default {
2727
showHelpButton: true,
2828
faucetEndpoint: '',
2929
reportToSentry: true,
30-
enableBitcoin: false,
30+
enableBitcoin: true,
3131
pageVisibilityTxRefreshInterval: 5 * 60e3, // 5 minutes
3232

3333
staking: {
@@ -47,7 +47,7 @@ export default {
4747
},
4848

4949
polygon: {
50-
enabled: false,
50+
enabled: true,
5151
networkId: 137,
5252
rpcEndpoint: 'wss://polygon-mainnet.g.alchemy.com/v2/#ALCHEMY_API_KEY#',
5353
rpcMaxBlockRange: 648_000, // 15 days - Maximum supported range by Alchemy?

0 commit comments

Comments
 (0)