Skip to content

Commit

Permalink
feat: replace default rpcs to drpc
Browse files Browse the repository at this point in the history
  • Loading branch information
HadiKhai committed Feb 25, 2025
1 parent 53d9755 commit 61808c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@justaname.id/sdk/src/lib/justaname/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ export class JustaName {
}

static createNetworks(networks: Networks = []): NetworksWithProvider {
const defaultMainnetProviderUrl = 'https://cloudflare-eth.com';
const defaultTestnetProviderUrl = 'https://rpc.sepolia.org';
const defaultMainnetProviderUrl = 'https://eth.drpc.org';
const defaultTestnetProviderUrl = 'https://sepolia.drpc.org';

const defaultMainnetProvider = getJsonRpcProvider(
defaultMainnetProviderUrl,
Expand Down

0 comments on commit 61808c2

Please sign in to comment.