remove typos
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
parent
4b84a62467
commit
7f01cc4c60
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ghost-dao-interface",
|
||||
"private": true,
|
||||
"version": "0.7.48",
|
||||
"version": "0.7.49",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@ -111,8 +111,6 @@ function App() {
|
||||
const { connect, error: errorMessage } = useConnect();
|
||||
const tryConnectInjected = () => connect({ connector: injected() });
|
||||
|
||||
const bondIndexes = [];
|
||||
|
||||
const [wrongNetworkToastId, setWrongNetworkToastId] = useState(null);
|
||||
const [isSidebarExpanded, setIsSidebarExpanded] = useState(false);
|
||||
const [mobileOpen, setMobileOpen] = useState(false);
|
||||
|
||||
@ -302,7 +302,7 @@ export const wrap = async (chainId, account, amount, ghstSymbol) => {
|
||||
}
|
||||
|
||||
export const ghost = async (chainId, account, receiver, amount) => {
|
||||
const ars = [receiver, amount];
|
||||
const args = [receiver, amount];
|
||||
const messages = {
|
||||
replacedMsg: "Bridge transaction was replaced. Wait for inclusion please.",
|
||||
successMsg: `Amount successfully bridged! Check tx hash status or wait for slow clap finalization.`,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user