Skip to content

Commit

Permalink
update: base + base goerli rpc endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Oct 25, 2023
1 parent a8fdc14 commit 2a66548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/collections/networks.ts
Expand Up @@ -274,7 +274,7 @@ const base: Network = {
},
rpcUrls: [
// default https
"https://rpc.ankr.com/base",
"https://mainnet.base.org",
// alternative https
undefined,
// default wss
Expand All @@ -299,7 +299,7 @@ const basegoerli: Network = {
},
rpcUrls: [
// default https
"https://rpc.ankr.com/base_goerli",
"https://goerli.base.org",
// alternative https
undefined,
// default wss
Expand Down

0 comments on commit 2a66548

Please sign in to comment.