Skip to content

Commit

Permalink
Revert Netlify deployment-specific config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sisou committed Nov 19, 2024
1 parent b94439c commit 7229e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/config.testnet.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

// @ts-expect-error (ts thinks CONFIG is redeclared in other config files as it doesn't know that only one is active)
const CONFIG = { // eslint-disable-line no-unused-vars
ALLOWED_ORIGIN: 'https://hub.pos.nimiq-testnet.com',
ALLOWED_ORIGIN: 'https://hub.nimiq-testnet.com',
NETWORK: Constants.NETWORK.TEST,
NIMIQ_NETWORK_ID: 5,
BTC_NETWORK: 'TEST', // BitcoinConstants is not included in the common bundle
ROOT_REDIRECT: 'https://wallet.pos.nimiq-testnet.com',
ROOT_REDIRECT: 'https://wallet.nimiq-testnet.com',

POLYGON_CHAIN_ID: 80002,
BRIDGED_USDC_CONTRACT_ADDRESS: '',
Expand Down

0 comments on commit 7229e6a

Please sign in to comment.