Advertisement
viettiennguyen029

env MARKETPLACE_EXPLORE_URL

Dec 28th, 2021
1,348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 0.31 KB | None | 0 0
  1. // dev
  2. MARKETPLACE_EXPLORE_URL = "https://market-dev.spores.dev/explore"
  3.  
  4. // uat
  5. MARKETPLACE_EXPLORE_URL = "https://market-uat.spores.dev/explore"
  6.  
  7. // testnet
  8. MARKETPLACE_EXPLORE_URL = "https://testnet.spores.app/explore"
  9.  
  10. // mainnet
  11. MARKETPLACE_EXPLORE_URL = "https://marketplace.spores.app/explore"
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement