Skip to content

Commit

Permalink
Update domains
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardysun committed Sep 20, 2024
1 parent 5142e8e commit 55246f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/thirdweb/src/utils/domains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ type DomainOverrides = {
bundler?: string;
};

export const DEFAULT_RPC_URL = "rpc.thirdweb.com";
export const DEFAULT_RPC_URL = "rpc.thirdweb-dev.com";
const DEFAULT_SOCIAL_URL = "social.thirdweb.com";
const DEFAULT_IN_APP_WALLET_URL = "embedded-wallet.thirdweb.com";
const DEFAULT_PAY_URL = "pay.thirdweb-dev.com";
const DEFAULT_PAY_URL = "pay.thirdweb.com";
const DEFAULT_STORAGE_URL = "storage.thirdweb.com";
const DEFAULT_BUNDLER_URL = "bundler.thirdweb.com";

Expand Down

0 comments on commit 55246f8

Please sign in to comment.