diff options
author | Fabio Berger <me@fabioberger.com> | 2018-01-29 23:38:30 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-01-29 23:38:30 +0800 |
commit | 5c2d725721407878ffda936b6e6ee3ff97b80434 (patch) | |
tree | baa029aa42d223a573528a4fc84eebf7044cad95 /packages/website/ts/utils | |
parent | 72571628dacfca91b936f15ad3832820b0bb159a (diff) | |
download | dexon-sol-tools-5c2d725721407878ffda936b6e6ee3ff97b80434.tar dexon-sol-tools-5c2d725721407878ffda936b6e6ee3ff97b80434.tar.gz dexon-sol-tools-5c2d725721407878ffda936b6e6ee3ff97b80434.tar.bz2 dexon-sol-tools-5c2d725721407878ffda936b6e6ee3ff97b80434.tar.lz dexon-sol-tools-5c2d725721407878ffda936b6e6ee3ff97b80434.tar.xz dexon-sol-tools-5c2d725721407878ffda936b6e6ee3ff97b80434.tar.zst dexon-sol-tools-5c2d725721407878ffda936b6e6ee3ff97b80434.zip |
Use live backend on development
Diffstat (limited to 'packages/website/ts/utils')
-rw-r--r-- | packages/website/ts/utils/configs.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/utils/configs.ts b/packages/website/ts/utils/configs.ts index 1e46be0be..34360cf43 100644 --- a/packages/website/ts/utils/configs.ts +++ b/packages/website/ts/utils/configs.ts @@ -16,7 +16,7 @@ const isDevelopment = _.includes( const INFURA_API_KEY = 'T5WSC8cautR4KXyYgsRs'; export const configs = { - BACKEND_BASE_URL: isDevelopment ? 'https://localhost:3001' : 'https://website-api.0xproject.com', + BACKEND_BASE_URL: 'https://website-api.0xproject.com', BASE_URL, BITLY_ACCESS_TOKEN: 'ffc4c1a31e5143848fb7c523b39f91b9b213d208', CONTRACT_ADDRESS: { |