Skip to content

Commit

Permalink
Merge branch 'master' into spacebean/dex-ui/qol
Browse files Browse the repository at this point in the history
  • Loading branch information
Space-Bean authored Dec 13, 2023
2 parents aa98873 + b783518 commit 0dd9b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ui/src/util/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const { chains, provider } = configureChains(baseChains, [
rpc: (_chain) => {
// if we're on mainnet, use the alchemy RPC
if (_chain.id === SupportedChainId.MAINNET)
return { http: ` https://eth-mainnet.alchemyapi.io/v2/${ALCHEMY_KEY}` };
return { http: `https://eth-mainnet.alchemyapi.io/v2/${ALCHEMY_KEY}` };

// if we're on a testnet or dev, lookup what rpc to use
if (!TESTNET_RPC_ADDRESSES[_chain.id]) {
Expand Down

0 comments on commit 0dd9b9b

Please sign in to comment.