Skip to content

Commit

Permalink
Merge branch 'caip25-permission-migration' into jl/caip-multichain-mi…
Browse files Browse the repository at this point in the history
…grate-core
  • Loading branch information
jiexi committed Oct 22, 2024
2 parents 5b0db4d + ec037c5 commit b2c52f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ui/selectors/custom-gas.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
import { calcGasTotal } from '../../shared/lib/transactions-controller-utils';
import { Numeric } from '../../shared/modules/Numeric';
import { EtherDenomination } from '../../shared/constants/common';
import { getIsMainnet } from '.';
import { getIsMainnet } from './selectors';

export function getCustomGasLimit(state) {
return state.gas.customData.limit;
Expand Down
2 changes: 1 addition & 1 deletion ui/selectors/multichain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import {
getSelectedInternalAccount,
getShouldShowFiat,
getShowFiatInTestnets,
} from '.';
} from './selectors';

export type RatesState = {
metamask: RatesControllerState;
Expand Down
2 changes: 1 addition & 1 deletion ui/selectors/permissions.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
getOriginOfCurrentTab,
getSelectedInternalAccount,
getTargetSubjectMetadata,
} from '.';
} from './selectors';

// selectors

Expand Down

0 comments on commit b2c52f2

Please sign in to comment.