diff --git a/src/components/Docs/components/OpenAPIBrowser.tsx b/src/components/Docs/components/OpenAPIBrowser.tsx index 800d3266..36082610 100644 --- a/src/components/Docs/components/OpenAPIBrowser.tsx +++ b/src/components/Docs/components/OpenAPIBrowser.tsx @@ -60,7 +60,7 @@ export const OpenAPIBrowser = () => { setIsLoading(true); try { - const response = await axios.get(`/data/openapi.swagger.yaml`, { + const response = await axios.get(`/docs/data/openapi.swagger.yaml`, { responseType: "text", }); diff --git a/src/pages/developers/omnichain/liquidity-pools.mdx b/src/pages/developers/omnichain/liquidity-pools.mdx index 42c1e19d..8e0962c5 100644 --- a/src/pages/developers/omnichain/liquidity-pools.mdx +++ b/src/pages/developers/omnichain/liquidity-pools.mdx @@ -20,7 +20,7 @@ Liquidity is provided to TSS addresses on connected chains, and then Uniswap (or any exchange contract) can use those assets (ZRC-20) against ZETA or any other asset. -zeta-pools-example +zeta-pools-example For example, you can see how cross-chain messaging functions using these core pools that pair native gas (ZRC-20) with ZETA to pay for outbound transactions: diff --git a/src/pages/users/keplr/setup.mdx b/src/pages/users/keplr/setup.mdx index 3311d311..81c780c0 100644 --- a/src/pages/users/keplr/setup.mdx +++ b/src/pages/users/keplr/setup.mdx @@ -23,4 +23,4 @@ To add ZetaChain to Keplr: Now open the Keplr extension and you should see your ZetaChain balance: -Keplr extension +Keplr extension diff --git a/src/pages/users/keplr/transfer.mdx b/src/pages/users/keplr/transfer.mdx index 7fa9bbc4..f8320b71 100644 --- a/src/pages/users/keplr/transfer.mdx +++ b/src/pages/users/keplr/transfer.mdx @@ -4,12 +4,12 @@ import Image from "next/image"; To transfer tokens between accounts open the Keplr extension and click "Send": -Keplr extension +Keplr extension Next, select the asset you want to transfer. Note, that Keplr will only show native and IBC tokens, but not ZRC-20 or ERC-20. Select ZETA from the list: -Keplr extension - Select Asset +Keplr extension - Select Asset Enter the recipient address in the bech32 format (`zeta***`) and the amount you want to transfer. Please, note that the amount in Keplr is speficied in ZETA, so @@ -18,9 +18,9 @@ Memo is optional and is often used when sending tokens to centralized exchanges. Click "Next" to review the transaction details: -Keplr extension - Send +Keplr extension - Send Review the transaction details and click "Approve" to sign and broadcast the transaction: -Keplr extension - Confirm Transaction +Keplr extension - Confirm Transaction diff --git a/src/pages/users/leap/delegate.mdx b/src/pages/users/leap/delegate.mdx index a6c15f22..0de515e6 100644 --- a/src/pages/users/leap/delegate.mdx +++ b/src/pages/users/leap/delegate.mdx @@ -4,17 +4,17 @@ import Image from "next/image"; To delegate your ZETA tokens to a validator, select the "Stake" tag in Leap: -Leap extension - Staking +Leap extension - Staking Choose a validator to delegate to: -Leap extension - Stake tZETA +Leap extension - Stake tZETA Enter the amount of ZETA you would like to delegate and click "Review": -Leap extension - Stake Review +Leap extension - Stake Review Review the transaction details and click "Confirm" to sign and broadcast the transaction: -Leap extension - Confirm Stake +Leap extension - Confirm Stake diff --git a/src/pages/users/leap/setup.mdx b/src/pages/users/leap/setup.mdx index c3e3e147..a203a057 100644 --- a/src/pages/users/leap/setup.mdx +++ b/src/pages/users/leap/setup.mdx @@ -23,4 +23,4 @@ To add ZetaChain to Leap: Now open the Leap extension and you should see your ZetaChain balance: -Leap extension +Leap extension diff --git a/src/pages/users/zetahub/earn-zeta-xp.mdx b/src/pages/users/zetahub/earn-zeta-xp.mdx index 46b6bbe8..61a8c7d6 100644 --- a/src/pages/users/zetahub/earn-zeta-xp.mdx +++ b/src/pages/users/zetahub/earn-zeta-xp.mdx @@ -34,4 +34,4 @@ As you earn more XP, you can also watch yourself move up the Global Leaderboard, on the right hand side. Leaderboard status is based on XP accumulated. Compete with other users to climb to the top! -XP Leaderboard +XP Leaderboard diff --git a/src/pages/users/zetahub/send.mdx b/src/pages/users/zetahub/send.mdx index 5d90cd73..66b36885 100644 --- a/src/pages/users/zetahub/send.mdx +++ b/src/pages/users/zetahub/send.mdx @@ -29,7 +29,7 @@ When you select Bitcoin in the “from” network selector, you will be prompted to login to XDEFI. If you don’t have an account with XDEFI, you will have to create one first. -XDEFI Wallet login +XDEFI Wallet login Once logged in and once you have a positive balance, you will be able to complete the transaction.