Skip to content

Commit

Permalink
Merge pull request #129 from argentlabs/merge/main
Browse files Browse the repository at this point in the history
Merge/main
  • Loading branch information
bluecco authored Aug 23, 2024
2 parents abe9201 + baac7ea commit 10dd8f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ const wallet = await connect()

By default, the list of connectors is:

- Argent webwallet
- Argent mobile
- Argent X
- Braavos
- Argent mobile
- Argent webwallet

## Connect with specific connectors

Expand Down
4 changes: 2 additions & 2 deletions src/helpers/publicRcpNodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ export type PublicRpcNode = {
// Public RPC nodes
export const BLAST_RPC_NODE: PublicRpcNode = {
mainnet: "https://starknet-mainnet.public.blastapi.io",
testnet: "https://starknet-testnet.public.blastapi.io",
testnet: "https://starknet-sepolia.public.blastapi.io",
} as const

export const LAVA_RPC_NODE: PublicRpcNode = {
mainnet: "https://rpc.starknet.lava.build",
testnet: "https://rpc.starknet-testnet.lava.build",
testnet: "https://rpc.starknet-sepolia.lava.build",
} as const

export const PUBLIC_RPC_NODES = [BLAST_RPC_NODE, LAVA_RPC_NODE] as const
Expand Down

0 comments on commit 10dd8f4

Please sign in to comment.