Skip to content

Commit 58d116a

Browse files
committed
added OKX back
1 parent 9153975 commit 58d116a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arbitrum-docs/partials/_troubleshooting-users-partial.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Since transactions are processed in the order that the Sequencer receives them,
1616

1717
### How can I see the balance of ETH and other tokens in my wallet on Arbitrum?
1818
<p>
19-
Most wallets are "connected" to one given network at a time. To view your ETH or token balances, ensure that you are connected to the appropriate Arbitrum chain. In MetaMask, you can switch networks via the "networks" dropdown. In this dropdown, select your desired network (either Arbitrum One or Arbitrum Nova for our mainnet networks). If your desired network hasn't been added to your wallet yet, you can add it at <a href="https://bridge.arbitrum.io/">https://bridge.arbitrum.io/</a>.
19+
Most wallets are "connected" to one given network at a time. To view your ETH or token balances, ensure that you are connected to the appropriate Arbitrum chain. In MetaMask and OKX Wallet, you can switch networks via the "networks" dropdown. In this dropdown, select your desired network (either Arbitrum One or Arbitrum Nova for our mainnet networks). If your desired network hasn't been added to your wallet yet, you can add it at <a href="<a href="https://bridge.arbitrum.io/">https://bridge.arbitrum.io/</a>"><a href="https://bridge.arbitrum.io/">https://bridge.arbitrum.io/</a></a>.
2020
</p>
2121

2222
<p>

website/static/get-started-faqs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{"question": "Why do I need ETH to use the Arbitrum network?","answer": "<p>\nETH is the currency used to pay gas fees on Arbitrum, and all Arbitrum transactions are powered by ETH. You can bridge ETH (and other tokens) from Ethereum to Arbitrum through <strong><a href=\"https://bridge.arbitrum.io/\">Arbitrum's bridge</a></strong>.\n</p>\n\n<p>\n\n</p>\n\n","key": "why-do-i-need-eth-to-use-the-arbitrum-network"},
33
{"question": "Do I need to pay a tip or priority fee for my Arbitrum transactions?","answer": "<p>\nSince transactions are processed in the order that the Sequencer receives them, no priority fee is necessary for Arbitrum transactions; if a transaction does include a priority fee, it will be refunded to the transaction's origin address at the end of the execution.\n</p>\n\n","key": "do-i-need-to-pay-a-tip-or-priority-fee-for-my-arbitrum-transactions"},
4-
{"question": "How can I see the balance of ETH and other tokens in my wallet on Arbitrum?","answer": "<p>\nMost wallets are \"connected\" to one given network at a time. To view your ETH or token balances, ensure that you are connected to the appropriate Arbitrum chain. In MetaMask, you can switch networks via the \"networks\" dropdown. In this dropdown, select your desired network (either Arbitrum One or Arbitrum Nova for our mainnet networks). If your desired network hasn't been added to your wallet yet, you can add it at <a href=\"https://bridge.arbitrum.io/\">https://bridge.arbitrum.io/</a>.\n</p>\n\n<p>\n\n</p>\n\n","key": "how-can-i-see-the-balance-of-eth-and-other-tokens-in-my-wallet-on-arbitrum"},
4+
{"question": "How can I see the balance of ETH and other tokens in my wallet on Arbitrum?","answer": "<p>\nMost wallets are \"connected\" to one given network at a time. To view your ETH or token balances, ensure that you are connected to the appropriate Arbitrum chain. In MetaMask and OKX Wallet, you can switch networks via the \"networks\" dropdown. In this dropdown, select your desired network (either Arbitrum One or Arbitrum Nova for our mainnet networks). If your desired network hasn't been added to your wallet yet, you can add it at <a href=\"<a href=\"https://bridge.arbitrum.io/\">https://bridge.arbitrum.io/</a>\"><a href=\"https://bridge.arbitrum.io/\">https://bridge.arbitrum.io/</a></a>.\n</p>\n\n<p>\n\n</p>\n\n","key": "how-can-i-see-the-balance-of-eth-and-other-tokens-in-my-wallet-on-arbitrum"},
55
{"question": "What happens if I send my funds to an exchange that doesn't support Arbitrum?","answer": "<p>\nIf you send the funds and the receiving wallet/exchange doesn't support the Arbitrum network you are sending funds through, there is unfortunately nothing that we can do to recover your funds. You would need to contact the wallet/exchange support and see if they can do anything to help you retrieve the funds.\n</p>\n\n<p>\n\n</p>\n\n","key": "what-happens-if-i-send-my-funds-to-an-exchange-that-doesnt-support-arbitrum"},
66
{"question": "Does Arbitrum have a mempool?","answer": "<p>\nThe Arbitrum Sequencer orders transactions on a first come, first served basis; the Sequencer inserts transactions into a queue based on the order they are received and executes them accordingly. This queue thus exists in lieu of a mempool. The Sequencer's queue has no space limit; transactions on the queue will eventually timeout and be discarded if not executed in time. Under normal conditions, the queue is empty, since transactions are executed near-instantaneously.\n</p>\n\n<p>\n\n</p>\n\n","key": "does-arbitrum-have-a-mempool"},
77
{"question": "What's the difference between Arbitrum Rollup and Arbitrum AnyTrust?","answer": "<p>\nArbitrum Rollup is an Optimistic Rollup protocol; it is trustless and permissionless. Part of how these properties are achieved is by requiring all chain data to be posted on layer 1. This means the availability of this data follows directly from the security properties of Ethereum itself, and, in turn, that any party can participate in validating the chain and ensuring its safety. For more information, see <a href=\"https://docs.arbitrum.io/inside-arbitrum-nitro/\">Inside Arbitrum Nitro</a>.\n</p>\n\n<p>\nBy contrast, Arbitrum AnyTrust introduces a trust assumption in exchange for lower fees; data availability is managed by a Data Availability Committee (DAC), a fixed, permissioned set of entities. We introduce some threshold, <code>K</code>, with the assumption that at least <code>K</code> members of the committee are honest. For simplicity, we'll hereby assume a committee of size 20 and a <code>K</code> value of 2:\n</p>\n\n<p>\nIf 19 out of the 20 committee members <em>and</em> the Sequencer are malicious and colluding together, they can break the chain's safety (and, e.g., steal users' funds); this is the new trust assumption.\n</p>\n\n<p>\nIf anywhere between 2 and 18 of the committee members are well behaved, the AnyTrust chain operates in \"Rollup mode\"; i.e., data gets posted on L1.\n</p>\n\n<p>\nIn what should be the common and happy case, however, in which at least 19 of the 20 committee members are well behaved, the system operates without posting the L2 chain's data on L1, and thus, users pay significantly lower fees. This is the core upside of AnyTrust chains over rollups.\n</p>\n\n<p>\nVariants of the AnyTrust model in which the new trust assumption is minimized are under consideration; stay tuned.\n</p>\n\n<p>\nFor more, see <a href=\"https://developer.arbitrum.io/inside-anytrust\">Inside AnyTrust</a>.\n</p>\n\n<p>\n\n</p>\n\n","key": "whats-the-difference-between-arbitrum-rollup-and-arbitrum-anytrust"},

0 commit comments

Comments
 (0)