Currencies & Wallets

The currency options for your crowdfunding portal

To change the current currency, head to funding-config.tsx file in your app, you'll notice a config object with a paymentType property. Here you can change which currency you are accepting.

const config = {
  // ... rest of funding portal config
  paymentType: "ar"
};
export default config;

Last updated