Skip to content

Commit

Permalink
chore: misc fixes (#2245)
Browse files Browse the repository at this point in the history
  • Loading branch information
grothem authored Nov 14, 2024
1 parent cde7a13 commit c76c698
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ const testData = {

describe('SCROLL GENERAL SPEC', () => {
const skipTestState = skipState(false);
configEnvScroll('0x280c15962f345349669c90e75694fe0262f4e9cb');
configEnvScroll('0xF93457533efd041D2A5200A82ccA718Fcdc42103');
dashboardAssetValuesVerification(testData.dashboard, skipTestState);
});
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { dashboardAssetValuesVerification } from '../../../../support/steps/veri
import { RequestedTokens, tokenSet } from '../../../4-gho-ethereum/helpers/token.helper';

const tokensToRequest: RequestedTokens = {
aMATICPolygonV3: 9000,
aMATICPolygonV3: 20000,
};

const testData = {
Expand Down
2 changes: 1 addition & 1 deletion src/modules/reserve-overview/ReserveConfiguration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const ReserveConfiguration: React.FC<ReserveConfigurationProps> = ({ rese
</>
)}

{reserve.eModes.length && (
{reserve.eModes.length > 0 && (
<>
<Divider sx={{ my: { xs: 6, sm: 10 } }} />
<ReserveEModePanel reserve={reserve} />
Expand Down
2 changes: 1 addition & 1 deletion src/ui-config/networksConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
},
[ChainId.base]: {
name: 'Base',
privateJsonRPCUrl: 'https://base-mainnet.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
privateJsonRPCUrl: 'https://base.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
publicJsonRPCUrl: [
'https://mainnet.base.org',
'https://1rpc.io/base',
Expand Down

2 comments on commit c76c698

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

Please sign in to comment.