mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-22 07:48:30 +00:00
fix merge errors
This commit is contained in:
parent
40f2c4466a
commit
bead2b30ad
@ -7,6 +7,8 @@ export const DONATION_ADDRESSES_MAP = {
|
||||
REP: '0x7cB57B5A97eAbe94205C07890BE4c1aD31E486A8'
|
||||
};
|
||||
|
||||
export const donationAddressMap = DONATION_ADDRESSES_MAP;
|
||||
|
||||
export const languages = [
|
||||
{
|
||||
sign: 'en',
|
||||
|
@ -6,6 +6,7 @@ import { cacheEnsAddress } from 'actions/ens';
|
||||
import type { ResolveEnsNameAction } from 'actions/ens';
|
||||
import { getEnsAddress } from 'selectors/ens';
|
||||
import { donationAddressMap } from 'config/data';
|
||||
|
||||
function* resolveEns(action?: ResolveEnsNameAction) {
|
||||
if (!action) return;
|
||||
const ensName = action.payload;
|
||||
@ -32,8 +33,4 @@ function* resolveEns(action?: ResolveEnsNameAction) {
|
||||
|
||||
export default function* notificationsSaga(): Generator<Effect, void, any> {
|
||||
yield takeEvery('ENS_RESOLVE', resolveEns);
|
||||
export default function* notificationsSaga() {
|
||||
yield takeEvery('ENS_RESOLVE', resolveEns);
|
||||
export default function* notificationsSaga() {
|
||||
yield takeEvery('ENS_RESOLVE', resolveEns);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user