Skip to content

Commit

Permalink
Update Onboarding Flow with Elements (#57)
Browse files Browse the repository at this point in the history
* add liquidity modal

* update package source

* update ts version to fix build errors

* fix

* fix

* try fix

* fix

* try fix

* fix

* restrict akash and akt for destination chain and asset denom

* refresh balances on txn complete

* fix mount/unmount local wallet provider

* fix

* Add analytics events for Leap liquidity modal

---------

Co-authored-by: Siddharth Borderwala <[email protected]>
Co-authored-by: Maxime Beauchamp <[email protected]>
  • Loading branch information
3 people authored Dec 7, 2023
1 parent f7dd10a commit 3004f3d
Show file tree
Hide file tree
Showing 11 changed files with 24,033 additions and 13,233 deletions.
7 changes: 7 additions & 0 deletions deploy-web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ const withPWA = require("next-pwa")({
});
const { withSentryConfig } = require("@sentry/nextjs");

/**
* @type {import('next').NextConfig}
*/
const moduleExports = {
reactStrictMode: false,
compiler: {
Expand All @@ -16,6 +19,9 @@ const moduleExports = {
domains: ["raw.githubusercontent.com"]
},
output: "standalone",
typescript: {
tsconfigPath: "./tsconfig.json"
},
// experimental: {
// // outputStandalone: true,
// externalDir: true // to make the import from shared parent folder work https://github.com/vercel/next.js/issues/9474#issuecomment-810212174
Expand Down Expand Up @@ -67,3 +73,4 @@ const sentryWebpackPluginOptions = {
// ensure that your source maps include changes from all other Webpack plugins
module.exports = withPWA(withSentryConfig(moduleExports, sentryWebpackPluginOptions));
// module.exports = moduleExports

Loading

0 comments on commit 3004f3d

Please sign in to comment.