opendax icon indicating copy to clipboard operation
opendax copied to clipboard

How to change default currency USD into another currency?

Open talhadar90 opened this issue 3 years ago • 2 comments

I like Opendax and would like to further develop the exchange in my local currency PKR. I wanted to ask what would be the procedure to change it?

talhadar90 avatar May 17 '21 09:05 talhadar90

I think I was able to figure that out but how do I change the details in fiat bank account details? Currently its Diamant Bank and I would like to change it.

talhadar90 avatar May 17 '21 14:05 talhadar90

You need to recompile BASEAPP. Clone it then checkout your selected version branch then edit src/components/DepositFiat/index.tsx or the file containing it (the folder changes between some version for some it is in web/src/components/DepositFiat/index.tsx , you can use grep -rn "Diamant" * to find it). Then change, rebuild, replace in app.yml. Basically https://medium.com/openware/change-baseapp-logo-and-deploy-in-opendax-8506c865ee99 but we are not changing the logo but changing files. As for changing well anything I'd say change in config (template files) tower is pretty unstable from my testing when it comes to changing stuff.

kde99 avatar Nov 13 '21 17:11 kde99