kodadot/nft-gallery

View on GitHub
utils/env.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const isProduction = ['kodadot.xyz', 'koda.art'].includes(
  window.location.hostname,
)
export const isBeta = ['beta.kodadot.xyz', 'beta.koda.art'].includes(
  window.location.hostname,
)