Skip to content

Commit

Permalink
memo not helping here
Browse files Browse the repository at this point in the history
  • Loading branch information
steezeburger committed Oct 28, 2024
1 parent 808740e commit be84cc1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions web/src/config/contexts/ConfigContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ type ConfigContextProps = {
export const ConfigContextProvider: React.FC<ConfigContextProps> = ({
children,
}) => {
const { evm: evmChains, ibc: ibcChains } = useMemo(() => {
return getEnvChainConfigs();
}, []);

const { evm: evmChains, ibc: ibcChains } = getEnvChainConfigs();
const brandURL = getEnvVariable("REACT_APP_BRAND_URL");
const bridgeURL = getEnvVariable("REACT_APP_BRIDGE_URL");
const swapURL = getEnvVariable("REACT_APP_SWAP_URL");
Expand Down

0 comments on commit be84cc1

Please sign in to comment.