Skip to content

Commit

Permalink
remove isDevMode hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
containerman17 authored Aug 20, 2024
1 parent 873a47a commit 5b3084c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web_wallet/src/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export const DECIMAL_PLACES = 9
export const MAX_TRANSFER_FEE = 10000000n

let isDevMode = typeof window === 'undefined' || window.location.hostname === 'localhost' || window.location.hostname === '127.0.0.1'
isDevMode = false//FIXME:
export const DEVELOPMENT_MODE = isDevMode

const DEVNET_DEPLOYMENT_URL = "https://ec2-18-224-139-0.us-east-2.compute.amazonaws.com"
Expand Down

0 comments on commit 5b3084c

Please sign in to comment.