Skip to content

Commit

Permalink
re-enable network interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
Albermonte committed Nov 25, 2024
1 parent 0b4c259 commit 660c125
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/config/config.local.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default {
'/dns4/seed3.pos.nimiq-testnet.com/tcp/8443/wss',
'/dns4/seed4.pos.nimiq-testnet.com/tcp/8443/wss',
],
disableNetworkInteraction: true,
disableNetworkInteraction: false,
faucetEndpoint: 'https://faucet.pos.nimiq-testnet.com',
reportToSentry: false,
enableBitcoin: true,
Expand Down
2 changes: 1 addition & 1 deletion src/config/config.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default {
'/dns4/vortex.seed.nimiq.cloud/tcp/443/wss',
'/dns4/zenith.seed.nimiq.systems/tcp/443/wss',
],
disableNetworkInteraction: true,
disableNetworkInteraction: false,
faucetEndpoint: '',
reportToSentry: true,
enableBitcoin: true,
Expand Down
2 changes: 1 addition & 1 deletion src/config/config.testnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default {
'/dns4/seed3.pos.nimiq-testnet.com/tcp/8443/wss',
'/dns4/seed4.pos.nimiq-testnet.com/tcp/8443/wss',
],
disableNetworkInteraction: true,
disableNetworkInteraction: false,
faucetEndpoint: 'https://faucet.pos.nimiq-testnet.com',
reportToSentry: true,
enableBitcoin: true,
Expand Down

0 comments on commit 660c125

Please sign in to comment.