Skip to content

Commit

Permalink
limit order stg env
Browse files Browse the repository at this point in the history
  • Loading branch information
namgold committed Mar 27, 2023
1 parent ddc8bf5 commit 23304f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -475,5 +475,5 @@ export const isChristmasTime = () => {

export const getLimitOrderContract = (chainId: ChainId) => {
const { production, development } = NETWORKS_INFO_CONFIG[chainId]?.limitOrder ?? {}
return [ENV_TYPE.PROD, ENV_TYPE.STG].includes(ENV_LEVEL) ? production : development
return [ENV_TYPE.PROD, ENV_TYPE.STG, ENV_TYPE.ADPR].includes(ENV_LEVEL) ? production : development
}

0 comments on commit 23304f9

Please sign in to comment.