diff --git a/src/components/Tx/TxData/TxMessage/TxMessage.js b/src/components/Tx/TxData/TxMessage/TxMessage.js index 4be52544..df1f6c2c 100644 --- a/src/components/Tx/TxData/TxMessage/TxMessage.js +++ b/src/components/Tx/TxData/TxMessage/TxMessage.js @@ -37,12 +37,9 @@ import IBCProgress from "./IBCProgress"; import { CW20_DECIMALS } from "@oraichain/oraidex-common/build/constant"; import { toDisplay } from "@oraichain/oraidex-common/build/helper"; import config from "src/config"; -import { Collapse } from "@material-ui/core"; const cx = cn.bind(styles); -const rpcApi = config.RPC_API; - const getTxTypeNew = (type, result = "", value) => { const typeArr = type.split("."); let typeMsg = typeArr[typeArr.length - 1];