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",
|
"name": "ghost-dao-interface",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.7.48",
|
"version": "0.7.49",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@ -111,8 +111,6 @@ function App() {
|
|||||||
const { connect, error: errorMessage } = useConnect();
|
const { connect, error: errorMessage } = useConnect();
|
||||||
const tryConnectInjected = () => connect({ connector: injected() });
|
const tryConnectInjected = () => connect({ connector: injected() });
|
||||||
|
|
||||||
const bondIndexes = [];
|
|
||||||
|
|
||||||
const [wrongNetworkToastId, setWrongNetworkToastId] = useState(null);
|
const [wrongNetworkToastId, setWrongNetworkToastId] = useState(null);
|
||||||
const [isSidebarExpanded, setIsSidebarExpanded] = useState(false);
|
const [isSidebarExpanded, setIsSidebarExpanded] = useState(false);
|
||||||
const [mobileOpen, setMobileOpen] = 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) => {
|
export const ghost = async (chainId, account, receiver, amount) => {
|
||||||
const ars = [receiver, amount];
|
const args = [receiver, amount];
|
||||||
const messages = {
|
const messages = {
|
||||||
replacedMsg: "Bridge transaction was replaced. Wait for inclusion please.",
|
replacedMsg: "Bridge transaction was replaced. Wait for inclusion please.",
|
||||||
successMsg: `Amount successfully bridged! Check tx hash status or wait for slow clap finalization.`,
|
successMsg: `Amount successfully bridged! Check tx hash status or wait for slow clap finalization.`,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user