Skip to content

Commit

Permalink
new default base rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
skuhlmann committed May 14, 2024
1 parent b4567d6 commit 5fb56ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/keychain-utils/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const HAUS_RPC_DEFAULTS = {
'0xaa36a7': process.env['NX_RIVET_KEY']
? `https://${process.env['NX_RIVET_KEY']}.sepolia.rpc.rivet.cloud/`
: 'https://eth-sepolia.g.alchemy.com/v2/demo',
'0x2105': `https://base.llamarpc.com`,
'0x2105': `https://mainnet.base.org`,
};
export const HAUS_RPC = {
'0x1': process.env['NX_MAINNET_RPC']
Expand Down

0 comments on commit 5fb56ec

Please sign in to comment.