Skip to content

Commit

Permalink
Merge pull request #505 from HausDAO/develop
Browse files Browse the repository at this point in the history
deploy admin app
  • Loading branch information
skuhlmann authored May 14, 2024
2 parents 5112ad4 + b87b02b commit b5e4241
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 b5e4241

Please sign in to comment.