From 2a1b43964675aac2f12be9ee80e969147d5e71cb Mon Sep 17 00:00:00 2001 From: StockiP Date: Wed, 2 Nov 2022 20:17:47 +0100 Subject: [PATCH] changed loading logo --- packages/react-app/src/components/Exchange.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-app/src/components/Exchange.js b/packages/react-app/src/components/Exchange.js index 9a5600d..3c59b81 100644 --- a/packages/react-app/src/components/Exchange.js +++ b/packages/react-app/src/components/Exchange.js @@ -1,11 +1,11 @@ import React, { useState } from 'react'; -import { Contract } from "@ethersproject/contracts"; +{/*import { Contract } from "@ethersproject/contracts"; import { abis } from "@my-app/contracts"; import { ERC20, useContractFunction, useEthers, useTokenAllowance, useTokenBalance } from "@usedapp/core"; import { ethers } from "ethers"; import { parseUnits } from "ethers/lib/utils"; -import { ROUTER_ADDRESS} from "../config"; +import { ROUTER_ADDRESS} from "../config";*/} const Exchange = () => { return (