Skip to content

Commit

Permalink
fix: use registrar prd contract address in stg (#2114)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo authored Jan 29, 2024
1 parent d5efddc commit ee3fa34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/config/env/stg.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"MAX_PRICE_INCREASE_PERCENTAGE": "15",
"MANA_ADDRESS": "0x0f5d2fb29fb7d3cfee444a200298f468908cc942",
"CONVERTER_ADDRESS": "0x2859581da59bd4e16a866dd06b461b76d8e489a4",
"REGISTRAR_CONTRACT_ADDRESS": "0x7518456ae93eb98f3e64571b689c626616bb7f30",
"REGISTRAR_CONTRACT_ADDRESS": "0x2a187453064356c898cae034eaed119e1663acb8",
"CONTROLLER_V2_CONTRACT_ADDRESS": "0xbe92b49aee993adea3a002adcda189a2b7dec56c",
"CONTROLLER_V2_CONTRACT_ADDRESS_FIAT": "0xbe92b49aee993adea3a002adcda189a2b7dec56c",
"CONVERTER_EXCHANGE": "uniswap_v2",
Expand Down

1 comment on commit ee3fa34

@vercel
Copy link

@vercel vercel bot commented on ee3fa34 Jan 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

marketplace – ./

marketplace-git-master-decentraland1.vercel.app
marketplace-decentraland1.vercel.app

Please sign in to comment.