Skip to content

Commit

Permalink
undo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
isazaharadeen committed Jan 28, 2025
1 parent f2a1d09 commit 6be0067
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/services/wallet.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import React from 'react';
import { connect, disconnect } from 'starknetkit';
import { InjectedConnector } from 'starknetkit/injected';
import { ETH_ADDRESS, STRK_ADDRESS, USDC_ADDRESS } from '../utils/constants';
import ETH from '../assets/icons/ethereum.svg?react';
import USDC from '../assets/icons/borrow_usdc.svg?react';
import STRK from '../assets/icons/strk.svg?react';
import ETH from '../assets/icons/ethereum.svg';
import USDC from '../assets/icons/borrow_usdc.svg';
import STRK from '../assets/icons/strk.svg';

const CRM_TOKEN_ADDRESS = '0x051c4b1fe3bf6774b87ad0b15ef5d1472759076e42944fff9b9f641ff13e5bbe';

Expand Down

0 comments on commit 6be0067

Please sign in to comment.