Skip to content

Commit

Permalink
Clean up for launch
Browse files Browse the repository at this point in the history
  • Loading branch information
mattupham committed Sep 18, 2024
1 parent aa463a1 commit ed1dfc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions packages/web/.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,18 @@ GITHUB_URL=https://raw.githubusercontent.com/osmosis-labs/
CMS_REPOSITORY_PATH=assetlists/main/osmosis-1/generated/asset_detail
NEXT_PUBLIC_TFM_API_BASE_URL=https://api.tfm.com
NEXT_PUBLIC_SQUID_INTEGRATOR_ID=osmosis-api
# NEXT_PUBLIC_SIDECAR_BASE_URL=https://sqs.osmosis.zone
NEXT_PUBLIC_SIDECAR_BASE_URL=https://sqs.v2x.osmosis.zone/
NEXT_PUBLIC_SIDECAR_BASE_URL=https://sqs.osmosis.zone

# Feature Flags
# NEXT_PUBLIC_LAUNCH_DARKLY_CLIENT_SIDE_ID=""

# Osmosis Chain Configuration Overwrite
# NEXT_PUBLIC_IS_TESTNET=true
NEXT_PUBLIC_OSMOSIS_RPC_OVERWRITE=https://rpc.v24.osmosis.zone
# NEXT_PUBLIC_OSMOSIS_RPC_OVERWRITE=https://rpc.v24.osmosis.zone
# NEXT_PUBLIC_OSMOSIS_RPC_OVERWRITE=http://localhost:26657/
NEXT_PUBLIC_OSMOSIS_REST_OVERWRITE=https://lcd.v24.osmosis.zone
# NEXT_PUBLIC_OSMOSIS_REST_OVERWRITE=http://localhost:1317/
NEXT_PUBLIC_OSMOSIS_CHAIN_ID_OVERWRITE=edgenet
# NEXT_PUBLIC_OSMOSIS_CHAIN_ID_OVERWRITE=localosmosis
# NEXT_PUBLIC_OSMOSIS_EXPLORER_URL_OVERWRITE=https://testnet.mintscan.io/osmosis-testnet/txs/{txHash}
NEXT_PUBLIC_OSMOSIS_CHAIN_NAME_OVERWRITE=Osmosis (Edgenet 26.X latest)
# NEXT_PUBLIC_OSMOSIS_CHAIN_NAME_OVERWRITE=Osmosis (Testnet v13.X latest)
# NEXT_PUBLIC_WALLETCONNECT_PROJECT_KEY=YOUR_WALLETCONNECT_PROJECT_KEY
# NEXT_PUBLIC_WALLETCONNECT_RELAY_URL=wss://relay.walletconnect.com
# NEXT_PUBLIC_TIMESERIES_DATA_URL=https://stage-proxy-data-api.osmosis-labs.workers.dev
Expand Down
2 changes: 1 addition & 1 deletion packages/web/hooks/use-feature-flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export function useFeatureFlags() {
launchdarklyFlags.limitOrders &&
(LIMIT_ORDER_COUNTRY_CODES.length === 0 ||
LIMIT_ORDER_COUNTRY_CODES.includes(levanaGeoblock?.countryCode ?? "")),
// To test chain upgrades easily on Edgenet, uncomment the block below
// To test chain upgrades easily on Edgenet, uncomment the flags below
// limitOrders: true,
// oneClickTrading: true,
// staking: true,
Expand Down

0 comments on commit ed1dfc7

Please sign in to comment.