Mammothon Demo

<CapsuleModal
  capsule={capsuleClient}
  isOpen={isModalOpen}
  onClose={() => setIsModalOpen(false)}
  logo={"http://studioswai.com/wp-content/uploads/2023/04/logo-v5.png"}
  theme={{"foregroundColor":"#133ef2","backgroundColor":"#d8d0ee","accentColor":"#f4e9e9","font":"Roboto","borderRadius":"full"}}
  oAuthMethods={["GOOGLE","DISCORD"]}
  disableEmailLogin={false}
  disablePhoneLogin={true}
  authLayout={["AUTH:FULL","EXTERNAL:CONDENSED"]}
  externalWallets={["METAMASK","PHANTOM","BACKPACK","KEPLR","WALLETCONNECT"]}
  twoFactorAuthEnabled={true}
  recoverySecretStepEnabled={true}
  onRampTestMode
  />