Skip to content

Commit

Permalink
fix(paywall): 🚨 set default link api url for wallet connect
Browse files Browse the repository at this point in the history
  • Loading branch information
ssi-moha committed Oct 17, 2023
1 parent 21d6990 commit 1234afe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/paywall/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ const envVars = {
WALLET_CONNECT_PROJECT_ID: undefined,
MONTHLY_PRO_PLAN_CHECKOUT_LINK: undefined,
YEARLY_PRO_PLAN_CHECKOUT_LINK: undefined,
LINK_API_URL: 'https://www.walletlink.org',
SDK_VERSION: 'unknown',
};

const dirname = __dirname;
Expand Down
1 change: 1 addition & 0 deletions apps/shop/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const envVars = {
MONTHLY_PRO_PLAN_CHECKOUT_LINK: undefined,
YEARLY_PRO_PLAN_CHECKOUT_LINK: undefined,
LINK_API_URL: 'https://www.walletlink.org',
SDK_VERSION: 'unknown',
};

const dirname = __dirname;
Expand Down

0 comments on commit 1234afe

Please sign in to comment.