Skip to content

Commit

Permalink
fix: wtf these fucking contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Dec 9, 2024
1 parent 3458670 commit 23833db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethereum/app/src/js/components/App/pages/RewardPool.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useConnectedMetaMask } from 'metamask-react';
import { ChainId } from '../../MetamaskConnect';
import Container from '../../reusable/Container';
import RewardPoolClient from '../../../web3/RewardPoolClient';
import AdminSetMarketplace from './Deferred/AdminSetMarketplace';
import AdminSetMarketplace from './RewardPool/AdminSetMarketplace';
import { convertToHumanReadable } from '../../../utils/format';

const RewardPool = () => {
Expand Down

0 comments on commit 23833db

Please sign in to comment.